At the moment i am using the shell command simply because i need to the my program as if it was a batch file, the program that im using needs the shell command to run properly otherwise it would need to be done in a batch file, now i know process.start as allot more flexibility and i need to know if i can run a program using process.start and still run it as if it was running from a shell command. Anybody know how to solve this?
Solved: i used process.start(shell("PROG.EXE"))