Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Echo WOrds from TXT File To Batch
Name: guitargraham Date: February 20, 2008 at 13:35:50 Pacific OS: Vista CPU/Ram: ? Product: HP Pavillion dv9000
Comment:
How do I echo the words in a txt file to my batch file. For example: If my text file says: Hi. This is a text file. How would I make that appear in the batch file? I already tried echo 'sample.txt' It didn't work!! PLEASE HELP!!!!!!!!!!!!
Summary: Hi, I have a txt file containing following : #ascd~asdf~qwer Now I want a batch file to delete # char from text file. If this is possible then I need same code for all txt file in a dir. ...
Summary: Hello, I'm not sure this is the right section, because I need this script to work on XP, but batch programing is somewhat more DOS realted. So I'm looking for a batch script which deletes certain line...
Summary: Ivo, Thanks it works just fine. But when I tryed to modify it a little to do exactly what I need, I've got an error. please look at modified script below. Could you please tell me what I did wrong? I...