n9mfk9 Posted November 23, 2006 Posted November 23, 2006 hi all i have a sting called $wave how can i include it in a run command i tried Run("C:\volumeline\volumeline.exe"&$wave ) it did not work thanks for an help
DDRBoxman Posted November 23, 2006 Posted November 23, 2006 If you are trying to send arguments you probably need a space after the .exe Run("C:\volumeline\volumeline.exe "&$wave )
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