@ECHO OFF

SET /R C:\DOS\ENV\DEFAULT.VAR

    REM -h = Human readable file size
    REM -a = Show all files
    REM -G = Do not show user group
    REM -X = Sort by extension
ALIAS LS=*LS --color=auto -haGX
ALIAS REBOOT=FDAPM WARMBOOT 
ALIAS HALT=FDAPM POWEROFF
ALIAS SPINDOWN=FDAPM SPINDOWN

BREAK ON

IF "%CONFIG%"=="9" GOTO NODRIVERS

    LH DIRCOLORS -b C:\DOS\ENV\DIRCOLOR.CFG

    CALL YMF719

        REM FastVid 001
    CALL FV 0

        REM CuteMouse
        REM /P = PS/2 port
        REM /3 = Three-button mouse
    IF "%CONFIG%"=="1" LH CTMOUSE /P /3

        REM Logitech mouse driver
        REM PS2   = PS/2 port
        REM Sn    = Speed n
    IF "%CONFIG%"=="2" LH MOUSE PS2 S05

    LH FDAPM APMBIOS

        REM $P = Current directory in uppercase
        REM $g = >
    PROMPT $P$g

        REM Rate  32 = 30 cps
        REM Delay  1 = 1/4 sec
    MODE CON: RATE=32 DELAY=1
    
    CLS

:NODRIVERS
