erikson Posted March 12, 2007 Posted March 12, 2007 so i have this line RunWait ('java Varzuitor -d c:\\config.syq "E:\\driver webcam ks-198\\PCARD\\CatalogCard" ' , "", @SW_HIDE) i whant to put a variable in this line , and to write line in a txt file, something like this: $test = "local folder" $string = " RunWait ('java Varzuitor -d c:\\config.syq "E:\\driver webcam ks-198\\PCARD\\local folder" ' , "", @SW_HIDE) " $line = 2 filewriteline ("c:\test.txt", $string, $line) the problem i have is that i cannot put the string into a variable. it contens some stupid ' and "" and i try some combination but with no succes. can you help me to fine the right form of $string?
Moderators SmOke_N Posted March 12, 2007 Moderators Posted March 12, 2007 I would imagine you have to read the file or use StdOutRead myself. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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