home *** CD-ROM | disk | FTP | other *** search
/ Riki 1995 September / Riki0995-12.ima / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-06-07  |  331b  |  18 lines

  1. @cls
  2. @echo This 3D Lemmings Demo is about to be installed
  3. @echo to C:\GAMES\L3D.
  4. @echo It requires 7MB of disk space. 
  5. @echo.
  6. @echo Press Ctrl-C to abort
  7. @pause
  8. @md c:\games
  9. @md c:\games\l3d
  10. @md c:\lm3d.cd
  11. @a:pkunzip a:l3d_1hd -d c:\games\l3d
  12. @c:
  13. @cd c:\games\l3d
  14. @echo.
  15. @echo.
  16. @echo.
  17. @echo Type L3D to run demo.
  18.