|
Text file Processor
Usage: ADDLINE [LINE TO ADD] [WHAT LINE NUMBER] [FILE TO PROCESS]
ADDLINE adds the specified line at the line number you specify, additionally you must specify the full path to the file you wish to change.
The program may be rerun often to ensure the line stays intact.
Example: ADDLINE @Echo off 5 C:Autoexec.bat
This example add the line "@Echo off" as the fifth line of autoexec.bat
|