home *** CD-ROM | disk | FTP | other *** search
/ Best of Walnut Creek / 1-57176-081-4_Best_of_Walnut_Creek_1995-04.iso / mac / INSTALL / 2.BAT < prev    next >
DOS Batch File  |  1995-04-06  |  1KB  |  26 lines

  1. echo off
  2. erase %2\view.bat > nul
  3. erase %2\shuttle.bat > nul
  4. makeview hdview %1 %2\shuttle.cfg
  5. rename view.bat shuttle.bat > nul
  6. echo DISC_TITLE = "Space Shuttle CDROM" > shuttle.cfg
  7. echo DISC_DATE = "April 1995" >> shuttle.cfg
  8. echo UNZIP_ROOT = "shuttle" >> shuttle.cfg
  9. echo UNZIP_PROG = "%2\unzip.exe" >> shuttle.cfg
  10. echo EXT ".BMP" = "%2\pvtiny" >> shuttle.cfg
  11. echo EXT ".GIF" = "%2\pvtiny" >> shuttle.cfg
  12. echo EXT ".jpg" = "%2\pvtiny" >> shuttle.cfg
  13. echo EXT ".TGA" = "%2\pvtiny" >> shuttle.cfg
  14. echo EXT ".PCX" = "%2\pvtiny" >> shuttle.cfg
  15. echo LOOKUP_DATABASE = "%1\utils\lookup.dat" >> shuttle.cfg
  16. echo                                                                               .
  17. echo           The Space Shuttle CDROM installation is now complete.
  18. echo                                                                               .
  19. echo -------------------------------------------------------------------------------
  20. echo To re-setup the picture viewer, type: %1\INSTALL
  21. echo                                                                               .
  22. echo To start up the CDROM, type: SHUTTLE
  23. echo -------------------------------------------------------------------------------
  24. echo Please be sure to read the README.TXT and DOCS\VIEW.DOC on the CDROM.
  25. echo -------------------------------------------------------------------------------
  26.