This is a small program that takes as its input any ASCII text file (infile) and adds a prefix string to each line. The new file is then saved with the name given in outfile
This has been useful in writing script or instruction files generated by the dos DIR /B command that requires a path.
Prefix 28/10/96 by Terry Rawkins Syntax is :- PREFIX infile outfile string The program reads infile and adds string to each line Then saves it as outfile. Example :- PREFIX A:TIME-POS.TXT A:SHOW.TXT A:Index