home *** CD-ROM | disk | FTP | other *** search
/ PowerPlay 1998 January / PowerPlay0198.iso / COPYVIDS.BAT < prev    next >
DOS Batch File  |  1994-10-10  |  1KB  |  55 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. echo                   Lords of the Realm Video Installation
  10. echo                      copyright (c) Impressions 1994   
  11. echo.
  12. echo.
  13. echo This program will copy the animation files from the Lords of 
  14. echo Realm CD-ROM to your hard drive. You will need to have an additonal  
  15. echo 33 Megabytes of free hard drive space. You should only do this if the 
  16. echo animations appear to be running slowly from your CD-Rom.
  17. echo.
  18. echo.
  19. echo To cancel this process Press [Ctrl] C or
  20.                                 PAUSE
  21.  
  22.  
  23. echo Copying Animations files to your hard drive...
  24. echo.
  25.  
  26. echo Adding New Files...
  27. echo.
  28. cd\vas
  29. copy *.vas %1
  30. cd..
  31. goto end
  32.  
  33. :not_there
  34. echo That directory doesn't exist. Did you remember to include the drive 
  35. echo letter of your hard drive (Defualt C)? Full instructions follow.
  36. echo.
  37.  
  38. :no_dir
  39. echo   To install the video files to your hard drive, please do the following: 
  40. echo. 
  41. echo 1 Make sure you are at the CD-ROM DRIVE containing the Lords Of The 
  42. echo   Realm CD-ROM.
  43. echo.
  44. echo.
  45. echo 2 Type COPYVIDS {PATHNAME} {ENTER} where {PATHNAME} means the full pathname 
  46. echo   of the directory on your hard drive into which you installed Lords Of 
  47. echo   The Realm. So, if you chose the default directory on your C drive, you
  48. echo   now need to type:
  49. echo              COPYVIDS C:\LORDSCD  and then press {ENTER}
  50. goto end
  51.  
  52. :end
  53. echo.
  54.  
  55.