[development-axapta] createProcess

2004-01-02 Thread byteway_so
Can anyone help me with this to run? I addded another function to the WinApi-class. Compile this and it is ok. Now create a job and try and test it with: // WinApi::createProcess( // null //, "dir/w > c:\\dirtest.txt" //, null //, null //, False //, 0 //, null //,

RE: [development-axapta] createProcess

2004-01-02 Thread Søren Ager
?On 25. november 2003 07:11 byteway_so wrote: // WinApi::createProcess( // null //, "dir/w > c:\\dirtest.txt" dir is not a program. You have to invoke it with the command processor. I think it should be something like this: WinApi::createProcess("cmd.exe", "/c dir/w