Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3890961
By: nobody

The code:
strcpy( szCommand, "gunzip -ac D:\\test.txt.gz > D:\\test.txt" );
BOOL bRes = CreateProcess( NULL,                                 szCommand,
                 NULL,
                 NULL,
                 TRUE,
                 //DETACHED_PROCESS,
        NORMAL_PRIORITY_CLASS,//REALTIME_PRIORITY_CLASS,                        
                                 NULL,
         NULL,                                           &si,                   
                         &pi );

Why I had not got any change? the test.txt had not been created.
But if I execute this commandLine in cmd.exe, the test.txt can be created.
could you tell me why?
Or, any advice can be appreciated!

gfzhang

[EMAIL PROTECTED]

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to