Hi,
like posted by marko entering
origin61.exe "P:\Test\New Folder, Level One\New Folder, Level Two\New Folder, Level Three\99 mm TT, 1.0 mm XXX, 2.2 mm HHH, 0.5 mm HW, Tc1180.OPJ"
at a command prompt in the directory where your origin61.exe is located results in the error
"P:\Test\New Folder, Level One\New Folder, Level Two\New Folder, Level Three\99 mm TT, 1.0 mm XXX, 2.2 mm HHH, 0.5 mm HWP:\Test\New.OPJ" cannot be found, check path and file name please.
This must be due to an error how Origin handles the command line arguments, since a test with a program test.exe (instead of origin61.exe) gives the correct results, even with much longer arguments.
The WinMain function of test.exe is
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nCmdShow)
{
return MessageBox(NULL,
lpCmdLine,
"Command Line Echo",
MB_OK);
}
Are there any comments from the Origin programmers on this topic?
Regards,
schalkbe