#Text Editor Feature?
Jack,
You can also create a text file from DOS. Type:
COPY CON:SAMPLE.TXT
first line
second line
third line
At the end of the last line, before a carriage return, hit the F6 function key
– this puts a ^z (control-Z, end-of-file code at the end of the file &
completes the save to a file called "sample.txt".
Kevin Krell – Computer Support Associates