C:\PROGRA~1\MATLAB\R2008a/bin/matlab -wait -nosplash -minimize -logfile matlab.log -r 'cd G:\xresults_build\test_flow\K.49.1\spartan3adsp\nt\adj_pe_active\run/matlab; matlabscript; quit'
I don't know how to fix it so I'd like to have your help.
Regards
Tony
Try using double quotes around your single quotes. I just fixed a
similar problem with this.
matlab -r function("'dir'",var) or matlab -r "'cd G:\abc;
script;quit'"
it has to do with cmd prompt and spaces
Brian