Re: "system()" vs "system_exec()" problem
- Posted by Derek Parnell <ddparnell at bigpond.com> Apr 29, 2001
- 524 views
Hi "jjnick", instead of the system() and system_exec() functions, you can use the win32lib functions. try out... atom rc sequence startdir startdir = "C:\\whatever" rc = shellExecuteEx( "open", "testargs", "\"1 1\" \"2 \"", startdir, SW_SHOWNORMAL, 0) ------ Derek Parnell Melbourne, Australia "To finish a job quickly, go slower."