home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / geo34 / geochron.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-09-03  |  1KB  |  38 lines

  1. echo off
  2. a:checkdsk.com
  3. if not errorlevel 1 goto :baddisk
  4. if .%1 == .VGA goto :vga
  5. if .%1 == .EGA goto :ega
  6. if .%1 == .CGA goto :cga
  7. if .%1 == .MCG goto :mcg
  8. if .%1 == .HGC goto :hgc
  9. if .%1 == .ATT goto :att
  10. if .%1 == .327 goto :327
  11. :baddisk
  12. echo To install GEOCLOCK on a hard disk, simply change the default
  13. echo  disk and directory to the one to receive GEOCLOCK, place a copy
  14. echo  of the GEOCLOCK program disk (if you received two 5.25" disks) or
  15. echo  the GEOCLOCK distribution disk (if you received one 3.5" disk)
  16. echo  in the A: drive, and enter:
  17. echo A:INSTALL VGA    if you have a color VGA system
  18. echo A:INSTALL EGA    if you have a color EGA system
  19. echo A:INSTALL MCG    if you have a monochrome MCGA system
  20. echo A:INSTALL CGA    if you have a CGA system
  21. echo A:INSTALL HGC    if you have a monochrome Hercules system
  22. echo A:INSTALL CGA    if you have a CGA system
  23. echo A:INSTALL ATT    if you have an AT&T 640x400 monochrome system
  24. echo A:INSTALL 327    if you have a PC 3270 system
  25. echo  If you do not have a hard disk, refer to the instructions in the
  26. echo   README file on the GEOCLOCK program disk.
  27. goto :final
  28. :vga
  29. :ega
  30. :cga
  31. :mcg
  32. :hgc
  33. :327
  34. :att
  35. copy a:install.tm* install2.bat
  36. copy a:*.exe
  37. install2 %1
  38. :final