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.
Inserting lines to top of a file
Name: Hambada Date: November 3, 2006 at 08:29:41 Pacific OS: WINDOWS XP CPU/Ram: Pentium Product: _
Comment:
Hi All,
how can I insert lines to the top of a file. With > or >> one can insert the lines only to the bottom of a file.
Summary: Hello, I was just trying to set a variable to the contents of a file in a batch file. For example... I did a CD>Current_dir.txt to find out where I am.. and then want to set a CRNT_DIR=current_dir.tx...
Summary: Can anybody tell me how to change part of a File by running a .BAT file E.g. I have a .TFR file containing the line SYSTEM XXXXXX I need to run a .BAT file to change XXXXXX to the value of a varia...
Summary: How can i read rows of a file from my batch file?. This: for %d in (%@line[file.dat,row])do ... don't works in windows95. sorry my ignorance. thanks!...