home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / vgalast.zip / INSTALL.BAT next >
DOS Batch File  |  1991-04-25  |  1KB  |  44 lines

  1. echo off
  2. cls
  3. if x%1==x goto noparm
  4. if x%2==x goto noparm
  5. echo           Welcome to SoftLab's Hard Disk Installation Procedure.
  6. echo .
  7. echo     You will need approximately 800K of disk space to install this game
  8. echo     onto your hard disk. If the required space is not available,  press
  9. echo     the CTRL key along with the BREAK key to abort this procedure.
  10. echo .
  11. echo     If enough room is available, simply press return...
  12. echo .
  13. echo .
  14. pause
  15. cls
  16. echo .
  17. echo .
  18. echo .
  19. echo .
  20. echo      Please wait...  (This process could take a little while)
  21. echo .
  22. MKDIR %2\lasthalf
  23. COPY %1\v0891-01.exe %2\lasthalf\v0891-01.exe
  24. %2
  25. CD %2\lasthalf
  26. v0891-01.exe
  27. DEL v0891-01.exe
  28. cls
  29. echo .
  30. echo .
  31. echo      The program has been copied over to the drive %2
  32. echo .
  33. echo      To examine the MANUAL.DOC file, simply type in: TYPE MANUAL.DOC at
  34. echo      the DOS > prompt.
  35. echo .
  36. pause
  37. goto end1
  38. :noparm
  39. echo                           INVALID FORMAT!
  40. echo .
  41. echo         Type INSTALL (drive with ORIGINAL disk) (hard disk)
  42. echo                       Example: INSTALL B: C:
  43. :end1
  44.