Re: [PythonCE] call scrypt with parameters

2006-10-11 Thread Luke Dunstan
Title: Mensaje   In that case, it depends on how RunApp() is implemented. If it calls ShellExecuteEx() then I think it is not possible to pass parameters. Try this:   RunApp('\Program Files\python24\python.exe', '\mover_fotos.py \ - -')   Luke   - Original Message - From: Fre

Re: [PythonCE] call scrypt with parameters

2006-10-09 Thread Luke Dunstan
Title: Mensaje   Please show the exact code where you call this "RunApp".   Luke   - Original Message - From: Fredy Cabre To: pythonce@python.org Sent: Monday, October 09, 2006 6:00 AM Subject: [PythonCE] call scrypt with parameters the problem that I wro