Aqeel 0 Posted September 19, 2007 What am i doing wrong in this run("z:\rights n:\projects\2007\aqtest1\2007\FINAL\ACAD RF /NAME= " & '"account1"') any other commmand to use....Pls help me Share this post Link to post Share on other sites
Josbe 1 Posted September 19, 2007 What am i doing wrong in this run("z:\rights n:\projects\2007\aqtest1\2007\FINAL\ACAD RF /NAME= " & '"account1"') any other commmand to use....Pls help meSeems normal (I don't know about the params), but could be: If account1 is a variable: run("z:\rights n:\projects\2007\aqtest1\2007\FINAL\ACAD RF /NAME=" & $account1)oÝ÷ Ú"É÷öÙÞy×¶ªº^³øºÚ"µÍ[ ][ÝÞÌLÜYÚÈÌLÜÚXÝÉÌLÌ ÉÌLØ]ÝIÌLÌ ÉÌLÑSS ÌLÐPÐQÓSQOXXØÛÝ[I][ÝÊ Check and test your code. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Share this post Link to post Share on other sites