Help for this page

Select Code to Download


  1. or download this
    # split your arguments up (recommended)
    system("cjpeg.exe","-gr","/program Files/Lego Mindstroms/Image0001.bmp
    +");
    
    # single quote the filepath
    system("cjpeg.exe -gr '/program Files/Lego Mindstroms/Image0001.bmp' "
    +);
    
  2. or download this
    system('C:\path\to\cjpeg.exe','-gr','C:\program Files\Lego Mindstroms\
    +Image0001.bmp');
    
  3. or download this
    system('C:/path/to/cjpeg.exe','-gr','C:/program Files/Lego Mindstroms/
    +Image0001.bmp');