[Tutor] replacing CreateProcess command for Vista compatibility?

Tiger12506 keridee at jayco.net
Thu Jan 10 21:42:26 CET 2008


> WindowsError: [Errno 193] %1 is not a valid Win32 application

This line says that %1 is not a valid application. Windows uses %1 to mean 
the first argument on the command line to the program. Without seeing any 
code, it would be difficult to tell where this is being introduced, but the 
explanation is that someone somewhere (it may be you, it may be the 
libraries) is putting in %1 instead of the actual filename that %1 refers 
to. 



More information about the Tutor mailing list