@echo off
rem autoexec.bat for DOSEMU + FreeDOS
path z:\bin;z:\gnu;z:\dosemu
set HELPPATH=z:\help
set TEMP=c:\tmp
blaster
prompt $P$G
unix -s DOSDRIVE_D
if "%DOSDRIVE_D%" == "" goto nodrived
lredir del d: > nul
lredir d: linux\fs%DOSDRIVE_D%
:nodrived
rem uncomment to load another bitmap font
rem loadhi display con=(vga,437,2)
rem mode con codepage prepare=((850) z:\cpi\ega.cpx)
rem mode con codepage select 850
rem chcp 850
lredir e: linux\fs/media/cdrom c
unix -s DOSEMU_VERSION
echo "Welcome to dosemu %DOSEMU_VERSION%!"
unix -e


rem lba: added this to above autoexec.bat.link:
rem ---------------------------------------------
rem orig path out: path c:\bin;c:\gnu;c:\dosemu		it has been changed, see above

path %path;c:\bin;c:\gnu;c:\dosemu;c:\bin\1bat;c:\bin\1bin;c:\bin\1com;c:\bin\4dos;c:\bin\5com

set DOSD=c:

rem prompt `%@exec[@setcolor] $P$G`
prompt $P$G

rem COLORDIR will supercede 4dos/4dos.ini/ColorDir setting for testing:
rem set COLORDIR=dirs:bri blu on whi; com exe bat btm sys:bri gre; zip ar* lzh rpm:bri red; jp* gif bmp tif*:bri mag; bak:bri blu;doc nfo lba how who:bri yel; dll:bri mag;system hidden rdonly:whi on mag;ini cfg cnf des:bla on cya;htm html:bri mag on yel;

rem mjog

rem set dosemu_version=1
rem set BLASTER=A220 I5 D1 H5 T6


rem uncomment the following to load cdrom support
rem shsucdx /d:mscd0001

rem end lba
rem ----------------------------------------------
