Nonyamuff Posted January 7, 2011 Posted January 7, 2011 Hello all, and thanks in advance for any info...When using FileWriteLine and the text you need to write contains quotation marks (") how would this be formatted?Example...I need the following line put in a file...set "BaseDir=C:\Temp\Stuff"How would this need to be formatted as to not give syntax errors?
Nonyamuff Posted January 7, 2011 Author Posted January 7, 2011 Enclose the line in single quotes.'set "BaseDir=C:\Temp\Stuff"'WOW, thanks!I wasn't thinking that simple...
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