Nonyamuff 0 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? Share this post Link to post Share on other sites
Nonyamuff 0 Posted January 7, 2011 Enclose the line in single quotes.'set "BaseDir=C:\Temp\Stuff"'WOW, thanks!I wasn't thinking that simple... Share this post Link to post Share on other sites