bobheart 0 Posted May 25, 2004 I can't seem to find the post that had that in it and how it looks in code . Want to open my.exe in the same folder as the main .exe . Share this post Link to post Share on other sites
brett 0 Posted May 26, 2004 Like this? $path = @ScriptDir & "/ProgramName.exe" Run($path, "", @SW_MAXIMIZE) -Brett Share this post Link to post Share on other sites