I am trying to execute program cjpeg on a Windows platform.
The directory names are not working with this command because of the spaces within the names.
Here is the command that isn't working:
system("cjpeg.exe -gr /program Files/Lego Mindstroms/Image0001.bmp");
and I am receiving the following error....
Bad command of file name.
Also, I tried the qx() function but I am not sure how it works.
Any suggestions would be appreciated.