home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1 / 1994-12_-_Disc_1.iso / patches / globmo.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-06-21  |  1KB  |  56 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5.  
  6. if not exist %1\nul goto not_there
  7. if "%1"=="" goto no_dir
  8.  
  9.  
  10. echo                       GLOBAL DOMINATION VERSION 1.01 UPDATE
  11. echo                          copyright Impressions 1994   
  12. echo.
  13. echo.
  14.  
  15.  
  16. echo To cancel the update of your copy of GLOBAL DOMINATION to version 1.01
  17. echo.
  18. echo Press [CTRL] C to stop or
  19. echo.
  20. PAUSE
  21.  
  22.  
  23. echo Copying patch files to your hard drive...
  24. echo.
  25.  
  26. echo Adding New Files...
  27. echo.
  28. REN %1\TEXTGLOB.ENG BACKUP.ENG
  29. lha.exe e /m1 globmod.lzh %1\
  30. type %1\modem.txt | more
  31. goto end
  32.  
  33. :not_there
  34.  
  35. echo That directory doesn't exist. Did you remember to include the drive letter of
  36. echo your hard drive (usually C)? Full instructions follow.
  37. echo.
  38.  
  39. :no_dir
  40.  
  41. echo To update your copy of Global Domination, please do the following: 
  42. echo. 
  43. echo 1 Make sure you are at the floppy drive containing this patch disk by typing 
  44. echo      A: {ENTER} or B: {ENTER}
  45. echo.
  46. echo.
  47. echo 2 Type INSTALL {PATHNAME} {ENTER} where {PATHNAME} means the full pathname of 
  48. echo   the directory on your hard drive into which you install Global Domination So, 
  49. echo   if you chose the default directory on your C drive, you now need to type:
  50. echo.
  51. echo      INSTALL C:\GLOBAL {ENTER}
  52. goto end
  53.  
  54. :end
  55. echo.
  56.