Hi , I try to wrap the cmd.exe console and would like to be able to use the underlying command interpreter to be run by my app. This will allow me for ex to execute dynamically created script and other thing ( the question is not about how to do execute dynamically created script , but about getting an interpreter loop around the different command of the shell ). My last option would be to rewrite the command myself(copy,dir,...) but would rather reuse the the cmd.exe interpreter.
Thx