home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / patch / mbq606 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-08-25  |  321 b   |  12 lines

  1. @echo off
  2. if .%1. == .. goto nocmdline
  3. mkdir %1\dogr
  4. copy progs.dat %1\dogr
  5. echo quake.exe -game dogr > %1\doggie.bat
  6. echo Type DoGGiE from your %1 quake directory to have fun fun fun!
  7. goto exit
  8. :nocmdline
  9. echo Format: install.bat <Drive and path to quake>
  10. echo Example of command line: install D:\quake
  11. :exit
  12.