Support Forums
[HELP]Code Snippet for Running a file from same folder(VB .NET)[HELP] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: [HELP]Code Snippet for Running a file from same folder(VB .NET)[HELP] (/showthread.php?tid=13315)



[HELP]Code Snippet for Running a file from same folder(VB .NET)[HELP] - CtrlAltxGhostx - 10-30-2010

It would be great if anyone could post the code for running another file, in the same folder as the VB script.Wacko

Cheers!


RE: [HELP]Code Snippet for Running a file from same folder(VB .NET)[HELP] - Marikā„¢ - 11-04-2010

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