home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / PROGPACK / LC22.LBR / LC22.DOC < prev   
Text File  |  2000-06-30  |  896b  |  18 lines

  1. Eric Gans 
  2. French Dep't UCLA 
  3. Los Angeles, CA 90024
  4.  
  5. LC.COM (v.2.2) - This little program does the opposite of FIXALL 
  6. et al: it converts text (e.g., ASM) files to LOWER case.  The 
  7. XLATE 8080-Z80 converter, DASM, etc. put everything in u.c., 
  8. which is hard to read and unpleasant to type in, whence this 
  9. program.  Comments and items in single quotes are left alone. 
  10. (Z80 note - Because LC flags single quotes, it won't work if your 
  11. program refers to the alternate register pairs af' etc.  It just 
  12. didn't seem worthwhile adding code to avoid this problem.)
  13.  
  14. ['lc  filea' to change filea; 'lc filea fileb' to put the new 
  15. output in fileb and leave filea unchanged.  V2.2 manages drives 
  16. more rationally than previous versions: lc d:file1 file2 will now 
  17. put file2 on drive d: instead of the default]
  18.