Subversion Repositories SvarDOS

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 170

/files/floppy/autoexec.bat
0,0 → 1,31
@ECHO OFF
PATH A:\
SET NLSPATH=A:\NLS
SET TEMP=C:\TEMP
PROMPT $P$G
SET DIRCMD=/P /OGNE /4
SET FDNPKG.CFG=A:\FDNPKG.CFG
ALIAS REBOOT=FDAPM COLDBOOT
ALIAS HALT=FDAPM POWEROFF
 
REM DISPLAY driver for NLS support
DISPLAY CON=(EGA,,1)
 
REM *** CDROM initialization ***
 
REM UDVD2 is called with /UX to DISABLE UltroDMA (force PIO mode). Otherwise
REM freezes happen when running VirtualBox (tested under vbox 5.0 and 5.1)
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\UDVD2.SYS /D:SVCD0001 /UX
 
REM if UDVD2 failed, try using eltorito as last resort
REM under Virtualbox 6.0 eltorito leads to an empty drive
IF NOT EXIST SVCD0001 DEVLOAD /Q /H A:\ELTORITO.SYS /D:SVCD0001
 
REM enable the CD only if driver succeeded
IF EXIST SVCD0001 SHSUCDX /D:SVCD0001 /Q
 
A:\FDAPM APMDOS
ECHO.
ECHO *** Welcome to Svarog386 ***
ECHO.
INSTALL