running CONVERT from Windows
Posted: 2012-03-19T02:57:18-07:00
If i use a DOS box (CMD) and run this
CONVERT c:\path\picture.png c:\path\picture.jpg
it converts the file as expected!
BUT
If I run the exact same command from Windows's Start>Run then nothing happens!!
Why does CONVERT care where I run it from?
I need a way to call CONVERT from Windows . I know I can use the COM bject but I need it this to be DOS based
TIA
CONVERT c:\path\picture.png c:\path\picture.jpg
it converts the file as expected!
BUT
If I run the exact same command from Windows's Start>Run then nothing happens!!
Why does CONVERT care where I run it from?
I need a way to call CONVERT from Windows . I know I can use the COM bject but I need it this to be DOS based
TIA