home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 408.lha / executive / executive.cmd < prev    next >
OS/2 REXX Batch file  |  1990-09-02  |  815b  |  23 lines

  1.                             ;Enter your own cli command
  2. "%s"                        ;Execute selected program, waits until done.
  3. run "%s"                    ;Execute selected programs in the background.
  4. execute "%s"                ;Execute script files
  5. run copy "%s" prt:          ;Print text files.
  6. protect "%s" +rwed          ;Enable read write execute delete flags.
  7. delete "%s"                 ;Delete selected files.
  8. sys:utilities/say -x "%s"   ;Speak text files.
  9. show "%s"                   ;Show pictures, etc...
  10. info                        ;Use stand-alone commands, etc.
  11. copy "%s" dh1:
  12. muchmore "%s"            
  13. view "%s"
  14. e "%s"              
  15. crunch "%s"               
  16. decrunch "%s"               
  17. iffcr "%s"
  18. iffl "%s" 
  19. ppmore "%s"
  20. unarc "%s"               
  21.  
  22. ;Define as many command templates as you want!
  23.