Search found 3 matches
- 02 Jul 2014 04:45
- Forum: DOS Batch Forum
- Topic: Help with echo
- Replies: 6
- Views: 4720
Re: Help with echo
Hi foxidrive That worked like a dream. Thank you for your help. I am still intrigued as to what my problem was...believe me there are thousands and thousands of special characters in these files and I didn't need to escape any of the others - they echo'ed just fine. I will try not to lose any sleep ...
- 02 Jul 2014 02:54
- Forum: DOS Batch Forum
- Topic: Help with echo
- Replies: 6
- Views: 4720
Re: Help with echo
Hi foxidrive, thanks for your response Some more background. The text files in question are mostly made up of lines similar to the ones mentioned, but apparently random content. However, the first few lines are header information which is more or less in plain English. My task is to find the string ...
- 02 Jul 2014 00:31
- Forum: DOS Batch Forum
- Topic: Help with echo
- Replies: 6
- Views: 4720
Help with echo
Hello All I am new on here and no expert so please be patient! I have a script to read a text file (the source) and copy all of the lines of text into another file (the destination). At the same time it will replace one particular line with different content if a match is found. The text file contai...