Re: "system()" vs "system_exec()" problem

new topic     » goto parent     » topic index » view thread      » older message » newer message

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."

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu