Jump to content

really stupid question ( i think)


Recommended Posts

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?

Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...