home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
txtutl
/
lfeed.arc
/
CRLF.TXT
< prev
next >
Wrap
Text File
|
1988-10-01
|
1KB
|
28 lines
CRLF.com version 1.0
by
Jack A. Orman
Copyright 1988
This program is used to process a text file that is
stored in ASCII format and converts all of the carriage returns
($0D) into carriage return/line feed pairs ($0D,$0A). This is
necessary for the files to be displayed properly on many word
processors. Files created by Macintosh word processors (and others)
often use a carriage return only.
Proper syntax for using CRLF.com is:
CRLF <d:readfile> <d:writefile> <ENTER>
where d: is the drive and an optional path, readfile is the name
of the ASCII text file to be read, and writefile is the name of the
ASCII text file that you wish to save the converted file to. If the
writefile already exists, CRLF will write over it with no warning.
Note: DO NOT use CRLF for files that are larger than 62k bytes.
Break larger files into sections that are less than 62k and
process them separately.