Here is my autoexec.bat file below.  Note it has uide.sys and shsucdx already.  
I don't know if the options are correct for my system, though.  The last time I 
messed with DOS was about 15-20 years ago when I didn't have a CD Drive, let 
alone a DVD drive.  By the way, it plays Blu-ray disks too, don't know if that 
matters.  The only difference between using 
FreeDOS-1.1-memstick-2-2048M.img.bz2 and the manual HOWTO 
(http://chtaube.eu/computers/freedos/bootable-usb/howto/) as far as the 
autoexec.bat file goes is one has mouse and the other ctmouse.


@echo off 
set lang=EN
set PATH=%dosdir%\bin
set NLSPATH=%dosdir%\NLS 
set HELPPATH=%dosdir%\HELP
set temp=%dosdir%\temp
set tmp=%dosdir%\temp
SET BLASTER=A220 I5 D1 H5 P330
set DIRCMD=/P /OGN
if "%config%"=="4" goto end
lh doslfn 
SHSUCDX /QQ /D3
IF EXIST FDBOOTCD.ISO LH SHSUCDHD /Q /F:FDBOOTCD.ISO
LH FDAPM APMDOS
if "%config%"=="2" LH SHARE
REM LH DISPLAY CON=(EGA,,1)
REM NLSFUNC C:\FDOS\BIN\COUNTRY.SYS
REM MODE CON CP PREP=((858) A:\cpi\EGA.CPX)
REM MODE CON CP SEL=858
REM CHCP 858
REM LH KEYB US,,C:\FDOS\bin\KEY\US.KL  
ctmouse 
DEVLOAD /H /Q %dosdir%\bin\uide.sys /D:FDCD0001 /S5
ShsuCDX /QQ /~ /D:?SHSU-CDH /D:?FDCD0001 /D:?FDCD0002 /D:?FDCD0003
mem /c /n
shsucdx /D
goto end
:end
SET autofile=C:\autoexec.bat
SET CFGFILE=C:\fdconfig.sys
alias reboot=fdapm warmboot 
alias halt=fdapm poweroff 
echo type HELP to get support on commands and navigation
echo.
echo Welcome to FreeDOS 1.1
echo.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to