Lempke Posted November 28, 2006 Posted November 28, 2006 I want to write a " in a line of text with FileWriteLine This is the line I want to add to the file: dsadd group "cn=L Epson, ou=guyds, dc=cp, dc=com" -secgrp yes -scope L
MHz Posted November 28, 2006 Posted November 28, 2006 $file = @ScriptDir & '\test.txt' FileWriteLine($file, 'dsadd group "cn=L Epson, ou=guyds, dc=cp, dc=com" -secgrp yes -scope L')Look at the strings section in the help file. It follows the same techniques of using quotes.http://www.autoitscript.com/autoit3/docs/i...g_datatypes.htm
Lempke Posted November 28, 2006 Author Posted November 28, 2006 THX MHz I am gonna try this right away
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