So I'm using this http://www.vbforums.com/showthread.p...tion-2003-2005 but I want to be able to issue a lot of commands not just a single command also I want them to be done automatically I need to do like 5 different commands without the commands restarting. I tried having it do a button click after each one but it seems to be clearing the commands that where placed before so when I do this
and then try to run an application from that location it fails because somehow it's resetting the CMD before it lets me issue my 2nd command.
anyone here that could help me get this to work for multiple commands without resetting?
thanks in advance also let me know if you think this is impossible.
Code:
txtCommand.Text = "cd c:\"
Button3_Click(Button3, EventArgs.Empty)anyone here that could help me get this to work for multiple commands without resetting?
thanks in advance also let me know if you think this is impossible.