este fisierul de configurare pentru freedos si se afla in directorul
/home/[nume utilizator]/drive_c
--- inceputul autoexec.bat ----
@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 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
rem
rem setari specifice HAMOR Soft
rem
lredir h: linux\fs/HAMOR
set station=ka
set clipper=f90
set OS=LINUX
unix -s DOSEMU_VERSION
echo "Welcome to dosemu %DOSEMU_VERSION%!"
h:
cd \hdata
call hmenu.bat
unix -e
exitemu
--- sfirsitul autoexec.bat ----