home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / cdrom / demo / ssls / cpy.bat < prev    next >
Encoding:
DOS Batch File  |  1991-07-21  |  405 b   |  31 lines

  1. @echo off
  2. cls
  3. Echo Copying files...
  4.  
  5.  
  6. md %2\cat
  7. copy %1\*.* %2\cat
  8.  
  9. cls
  10. echo Insert the other Catalog disk in drive %1
  11. echo Press ENTER to continue...
  12. pause > nul
  13. cls
  14. echo Copying files...
  15. copy %1\*.* %2\cat
  16. %2
  17. cd\cat
  18.  
  19. cls
  20. echo The install has completed!
  21. echo Type CAT, then press ENTER to start the program.
  22. echo   
  23. echo   
  24.  
  25. goto finish
  26.  
  27. :finish
  28. echo   
  29. echo
  30. del %2\cpy.bat
  31.