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

  1. @echo off
  2. cls
  3.  
  4. If %1! == ! goto startover
  5. If %2! == ! goto startover
  6.  
  7. Echo This batch file will install the Catalog-on-a-Disk to the hard drive
  8. echo specified.  After installation type CAT then press RETURN to start the
  9. echo program.  
  10. echo.
  11.  
  12. echo.   
  13. echo Copying files from %1 to %2\CAT
  14. echo.    
  15. echo Press ENTER to continue
  16. echo or press CTRL-C to cancel
  17. pause > nul
  18. echo.   
  19. echo.   
  20. cls
  21.  
  22. copy cpy.bat %2\
  23. %2
  24. cpy %1 %2
  25.  
  26.  
  27. goto finish
  28.  
  29. :startover
  30. echo You must enter a SOURCE DRIVE and a DESTINATION DRIVE when starting
  31. echo this batch file.
  32. echo.   
  33. echo Example: INSTALL A: C:
  34. echo.   
  35. echo.   
  36.  
  37. :finish
  38. echo.   
  39. echo.   
  40.