bobheart Posted May 25, 2004 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 .
brett Posted May 26, 2004 Posted May 26, 2004 Like this? $path = @ScriptDir & "/ProgramName.exe" Run($path, "", @SW_MAXIMIZE) -Brett
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now