home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Product / Product.zip / mesa22pr.zip / makedsks.cmd < prev    next >
OS/2 REXX Batch file  |  1997-10-22  |  325b  |  20 lines

  1. @echo off
  2. echo Put Disk 1 in drive A
  3. Pause
  4. copy install.exe a:
  5. copy disk.1 a:
  6. copy install.lst a:
  7. copy unzip.exe a:
  8. copy program1.zip a:
  9. copy docs.zip a:
  10. copy template.zip a:
  11. copy readme.txt a:
  12. copy license.txt a:
  13.  
  14. echo Put Disk 2 in drive A
  15. Pause
  16. copy disk.2 a:
  17. copy examples.zip a:
  18. copy program2.zip a:
  19.  
  20.