Posted by JB on April 04, 2008 at 14:17:33:
In Reply to: Re: Oops - I ran into a problem trying to use DOS to write to an html file posted by 20080404 on April 04, 2008 at 02:15:39:
: : Any way to get rid of the quote marks? They also
: : mean something in the HTML file I am creating.
: If you leave them out, DOS interprets the less-than and greater-than characters as standard input and output redirection symbols.
Right. It seems odd that they end up in the written-to file.
Thanks again for all your help.