Posted By: NeoNeper
exec and command cmd - 03/17/13 21:28
exec_wait(NULL,"XCOPY /y path ..\\ /e");
This work.
exec_wait(NULL,"del /s /q /f path");
this no WORK.
someone could teach me?
if I run a (file.cmd) the antivirus deletes it before, so I would like to use the command line directly to the engine
This work.
exec_wait(NULL,"del /s /q /f path");
this no WORK.
someone could teach me?
if I run a (file.cmd) the antivirus deletes it before, so I would like to use the command line directly to the engine