Quote:
> how to call dos command from a VC++ program?
system("...");
or any other stuff to execute a process (exec, spaw, CreateProcess, ...)
Quote:
> how to delete a file ?
- DeleteFile
- remove
--
Greetings
Jochen
Do you need a memory-leak finder ?
http://www.codeproject.com/useritems/leakfinder.asp