sleepy Posted January 29, 2007 Posted January 29, 2007 I am changing a script to use variables rather than hard coded information. Most of the changed strings have work; except, where there are two variables. So how do I fix this stirng. $current = RunWait("file-check.au3.exe", $scriptpath, $count, "", @SW_MINIMIZE) NOTE! If I replace $scriptpath with the real path it works. Yet $scriptpath is working in other code lines in same script. I have tried a number of ampersigns with no luck. Any pointers???
Zedna Posted January 29, 2007 Posted January 29, 2007 $current = RunWait("file-check.au3.exe " & $count, $scriptpath, @SW_MINIMIZE) Resources UDF ResourcesEx UDF AutoIt Forum Search
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