Please I will like to write the following lines to a file (exactly the way it is below)
if "%1" == "" goto usage
c:\Software\a.exe "FT-CDS-MDI-SCR PP" -i -l %1\%2 %3 -d Messenger -r
I have been messing around with slashes, speech marks etc with no luck (Using StreamWriter). I dont seem to get the exact text!
Any help, or is there a string function that one can pass a set of text and have it written out without any modifications?
Thanks
if "%1" == "" goto usage
c:\Software\a.exe "FT-CDS-MDI-SCR PP" -i -l %1\%2 %3 -d Messenger -r
I have been messing around with slashes, speech marks etc with no luck (Using StreamWriter). I dont seem to get the exact text!
Any help, or is there a string function that one can pass a set of text and have it written out without any modifications?
Thanks