Hello all,
I'm trying to create a simple program that creates a text file with some text inside of it.
First off, I've managed to create the text file with a few lines of text. My Issue is that I need to use Quotes "" inside of my text file(main.cfg) for example I'd like to write this line to the text(cfg) file:
echo "Welcome"
Is it even possible to add quotes to a text/cfg file using the WriteLine command?