home *** CD-ROM | disk | FTP | other *** search
/ Program Collection for Windows 95 #17 / Win95-17.iso / utils / sys_comm.3_0 / install.bat < prev    next >
DOS Batch File  |  1996-08-23  |  952b  |  26 lines

  1. echo off
  2. cls
  3. echo  
  4. echo                                               System Commander - Installation
  5. echo █████  █  █  █  ███████████████████████████████████████████████████████████████
  6. echo  
  7. if exist scin.exe goto loading
  8. echo   The SCIN.EXE file was not found on default drive.  Select the default drive
  9. echo   from DOS before running INSTALL  (i.e. to install from drive B:, at the DOS
  10. echo   prompt type "B:").  The System Commander must be in the default drive.
  11. echo  
  12. goto done
  13. :loading
  14. echo  
  15. echo    In a moment, the System Commander Installation will begin.  In most cases
  16. echo    the installation will only take several minutes to complete.
  17. echo  
  18. echo ─────── loading System Commander Installation/Information program SCIN.
  19. rem
  20. rem     System Commander MUST be installed from a diskette!  Do not attempt
  21. rem     to move files to the hard disk and install, or install over a network.
  22. rem
  23. scin install %1 %2
  24. :done
  25.  
  26.