Current Directory
yet another time where i forget a code and what i want to know is how to start an .exe file that is in the same directory as the application your making
Shell App.Path & "\Folder\Filename.exe"
Shell App.Path & "Filename.exe"
Shell App.Path & "\Filename.exe"
App.path is not recognized as anything, im using 2008
AppPath = Application.StartupPath