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.
text replacement script
Name: Maxim Date: November 10, 2003 at 13:28:42 Pacific OS: Win98 CPU/Ram: 127.0ram
Comment:
Hello!We need a script for ISSS office that would help us to do modifications to text file(notepad).script had to replace certain numbers to different one,than look for certain number and if found delete the whole record(kind of the whole line of information for this number) which is from symbol "P" till anither "P".if it possible please help(script could be windows script or perl or any) Thank you for your time.
Summary: Oke but the error level stuff i used as follow Find "line number 3" test.txt goto %errorlevel% :0 test test.txt :1 goto :eof test2 test.txt and then I used the text replacement stuff only For /F "toke...
Summary: I found one way to do this but there is one litte problem again. I don`t want to change all "Jim" to "James" but in one row only. who can help me with this .vbs script? thanks! Const ForReading = 1 Co...
Summary: Hello All, I would like to tweak the following vb script to search for multiple text strings. And add two lines after each match. Then append multiple lines to the end of the file. am a little confuse...