Support Forums

Full Version: [HELP]Code Snippet for Running a file from same folder(VB .NET)[HELP]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It would be great if anyone could post the code for running another file, in the same folder as the VB script.Wacko

Cheers!
Code:
Process.start(application.startuppath & "\YourFile.exe")