GoogleDude Posted November 22, 2006 Posted November 22, 2006 I have a $VAR that is a REg Value that is really a path to a folder that differs on every winxp machine. I have a button but I need the correct syntax to Open a Folder if the folder is a $VAR. I tried "RunWait("explorer.exe", $FOLDERPATH)" But cant get it to work. Any help is appreciated, GoogleDude
xcal Posted November 22, 2006 Posted November 22, 2006 $FOLDERPATH = 'c:\program files' RunWait("explorer.exe " & $FOLDERPATH) How To Ask Questions The Smart Way
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