Using VB to run another file
Posted: Sat Oct 14, 2006 11:16 pm
Hello. I want VB to run a seperate exe file in the same directory as the program Im making, how would I make it so you click a command button and it runs that program?
Visit remnantmods.com for more information
http://www.halomods.info/
Code: Select all
Process.Start("Nameoffile.exe or whatever extension")
Code: Select all
Shell(explorer.exe)