home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / STFORMAT / STF14.MSA / STARTUP_STARTUP.INF < prev    next >
Text File  |  1987-04-21  |  591b  |  20 lines

  1. res medium            ; Use meduim res when booting in color
  2. cursor on
  3. display on
  4. c:\supboot.prg            ; Supra Hard Disk booting program
  5. d:\rtx\rtxboot.prg        ; Micro RTX kernal
  6. d:\utility\hdaccel.prg        ; Hard Disk Accellorator
  7. d:\utility\autotime.prg        ; Logikhron Clock Card time retriever
  8. display off
  9. if ($res != $desktop) then
  10.   echo copying desktop.inf for $res resolution
  11.   if ($res == high) then
  12.     cp c:\desktop.hi c:\desktop.inf
  13.   else
  14.     cp c:\desktop.med c:\desktop.inf
  15.   endif
  16. endif
  17. echo -n The date is
  18. c:\bin1\date.prg
  19. ; e:\degelite\auto\gdos.prg    ; GDOS 1.1 for Degas Elite
  20.