home *** CD-ROM | disk | FTP | other *** search
- res medium ; Use meduim res when booting in color
- if ($res == high) then
- graphics 22 c:\boot\title.pi3 ; Display the Opening Screen
- else ; if color screen, set up colors
- color 0 007 ; set background to blue including border
- color 3 777 ; set foreground to white
- endif
- cursor on
- setdesktop ; Select desktop file based on screen res
- ; display on
- ; d:\rtx\rtxboot.prg ; Micro RTX kernal
- c:\boot\diskfree.prg ; Speed up disk free information
- c:\boot\foldr200.prg ; Set max folders to 200
- c:\boot\new_fsel.prg ; Universal Item Selector
- c:\boot\hdaccel.prg ; Hard Disk Accellorator
- if ($shift == "on") then
- e:\etc\rtxboot.prg ; Load Micro RTX kernal
- endif
- if ($control == "off") then
- d:\utility\ramdisk.prg ; Load 360K ramdisk as drive M:
- endif
- if ($alt == "off") then
- cd c:\printer
- c:\printer\diab630.prg ; Laser Printer Emulator
- endif
- echo
- display off
- echo The date is $date and the time is $time
- cat c:\lastdate ; show last time on system
- echo Last time on was $date2 at $time1 > c:\lastdate
- ; update last time on system
- resetcolors
-