How can I use system cmd without opening console?
-
Hi, I'd like to use system command but I don't like it to open console while the command is executing? or if there is a c/c++ cmd for deleting all files in a directory like - system("del /q *.*") thanks Yaniv
-
Hi, I'd like to use system command but I don't like it to open console while the command is executing? or if there is a c/c++ cmd for deleting all files in a directory like - system("del /q *.*") thanks Yaniv
-
Hi, I'd like to use system command but I don't like it to open console while the command is executing? or if there is a c/c++ cmd for deleting all files in a directory like - system("del /q *.*") thanks Yaniv
Use SHFileOperation(). It supports wildcards.
-
Hi, I'd like to use system command but I don't like it to open console while the command is executing? or if there is a c/c++ cmd for deleting all files in a directory like - system("del /q *.*") thanks Yaniv
:)