home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / warpzip.zip / sample.zip / sample.cmd < prev    next >
OS/2 REXX Batch file  |  1999-12-06  |  670b  |  21 lines

  1. /* Sample.cmd */
  2. '@echo off'
  3.  
  4. crlf='0D0A'x
  5. say crlf
  6. say 'When you are done running programs from this archive,'
  7. say '(doing an installation perhaps) just click on the'
  8. say '"Clean up" button and WarpZip will take care of the'
  9. say 'housecleaning chores...'
  10. say crlf crlf
  11. say 'Be sure none of the files are in use when you clean up'
  12. say "or WarpZip will not be able to complete its' duties."
  13. say crlf crlf
  14. say 'You can view the contents of this file even though you'
  15. say "can't run it by highlighting it in the archive viewing"
  16. say 'window and clicking "View" on the toolbar or choosing'
  17. say '"View selected" from the popup menu.'
  18. say crlf crlf
  19. pause
  20.  
  21.