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 / ENTERPRS / CPM / UTILS / S / ZCPC15.ARK / ZFILER.CMD < prev   
OS/2 REXX Batch file  |  1989-09-27  |  1KB  |  31 lines

  1. ! ZFILER MACROS 10/3/92 - RWW
  2.  
  3. 0 !$"Enter macro command line: "
  4. 1 $d$u:;:$n;$h:
  5. A $d$u:;alias $p;$h:
  6. D !$d$u:;da $p $"Attributes: +/- R S A ";$h:
  7. E $d$u:;e $p;$h:
  8. L ! $d$u:;m $n;$h:
  9. R ! $d$u:;:$n $"Command tail: ";$h:
  10. T ! $d$u:;m $p;$h:
  11. Z !$d$u:;$"Enter command: " $f $"Command tail: ";$h:
  12. #
  13.  ZFiler Macros: 
  14.  
  15.  0   Write a script                    1   Run COM file without options 
  16.  
  17.  Additional Macros  - Press  ESC  followed by:
  18.  
  19.  A   Alias                             D   Set Directory Attributes on file
  20.  E   Edit file                         L   View LBR contents
  21.  R   Run COM file                      T   Type Squeezed/Crunched files
  22.  Z   Run a command on pointed-to file
  23.  
  24.  Macro Script Parameters: 
  25.  
  26.     $!     ZEX 'GO'          $P  DU:FN.FT       $D  Current Drive
  27.     $".."  PROMPT            $F  FN.FT          $U  Current User
  28.     $'..'  PROMPT            $N  FN             $C  Current DIR
  29.     $*     CLS on Prompt     $T  FT             $H  Home DU   $R  Home DIR  
  30.  
  31.