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 / CPM / CCP / EZALIAS3.LBR / -READ.MZ / -READ.ME
Text File  |  2000-06-30  |  2KB  |  37 lines

  1.  
  2.                          -={ EZalias for EZCPR }=-
  3.  
  4.  
  5.     EZalias is adapted from EZ version 1.00 for EZCPR.  It is for 
  6. constructing ALIAS or SYNONYM type files for EZCPR.  EZ10 was presumedly 
  7. intended by the original author for only CP/M and ZCPR (ZCPR1 or ZCPR2?).  
  8.  
  9.     EZalias is intended for use only with EZCPR.  Adaption to EZalias 
  10. was influenced by TXT.COM and GTXT.COM.  An assembled EZalias.COM is 
  11. provided in this .LBR for instant use.  (If you use regular CP/M, use 
  12. SYNONYM.  If you use ZCPR3 or EPEX, use the ALIAS programs made specifically 
  13. for those systems.)  
  14.  
  15.     To use EZalias, copy EZalias.COM to a newname.COM file.  Insert a 
  16. command line in the newname.COM file using WordStar in Non-Document mode 
  17. with CTRL-V Insert Off.  Make sure you are in Non-Document mode and Insert 
  18. is Off.  In WordStar, the fourth line should look something like this:
  19.  
  20.   [START];;;;;;;;;                                             ^@[END]
  21.  
  22. Note, "^@[END]" will be further off to the right beyond the screen.
  23.  
  24.     OVERWRITE the blank between ";;;;;;;;;" and "^@[END]" with a command 
  25. line you want to use, such as:
  26.  
  27.   [START];;;;;;;;;dir $sl;pause;ws;era *.bak;dir               ^@[END]
  28.  
  29. (It will work with or without CAPS.)  Then save the file, exit WordStar and 
  30. try it out.
  31.  
  32.                     Ruel Hernandez
  33.                     Chula Vista, California
  34.                     CompuServe: 71450,3341
  35.                     GEnie MAIL: R.HERNANDEZ
  36.                     July 30, 1987
  37.