Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[async-call] CreateProcess Failed

 [1/3] from: info::id-net::ch at: 13-May-2004 16:15


Hi ! I'm using the async-call.r and sometimes the CreateProcess failed. It turns around the CreateProcess make routine! I think. Actually the "cmd-port: open call://" and "insert cmd-port" commands work for something like : insert cmd-port "thisApplic.exe" but not for .bat call or "dir *.*" call. Someone got an Idea ? By the way this async-call protocol is very useful compared to the *native* regards to the invisible cmd.exe windows' call, compare to the cmd.exe window that appears during 0.5 second with the native call. Thanks. Phil

 [2/3] from: g:santilli:tiscalinet:it at: 13-May-2004 16:49


Hi Phil, On Thursday, May 13, 2004, 4:15:29 PM, you wrote: P> for something like : insert cmd-port "thisApplic.exe" but not for .bat call P> or "dir *.*" call. Someone got an Idea ? You'll need to launch cmd.exe yourself for that kind of things. I.e., IIRC: cmd.exe -c "dir *.*" or something like that. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [3/3] from: info:id-net:ch at: 13-May-2004 17:30


Thanks you're right except one thing : cmd.exe /c "dir *.*" not -c