source: trunk/puppet/modules/puppet-maquinavirtual/files/dosemu/autoexec.bat @ 596

Last change on this file since 596 was 596, checked in by sebas@…, 14 years ago

modulos para maneja dosemu en linux + config para cta

File size: 582 bytes
Line 
1@echo off
2rem autoexec.bat for DOSEMU + FreeDOS
3path z:\bin;z:\gnu;z:\dosemu
4set HELPPATH=z:\help
5set TEMP=c:\tmp
6set clipper=f100
7blaster
8prompt $P$G
9unix -s DOSDRIVE_D
10if "%DOSDRIVE_D%" == "" goto nodrived
11lredir del d: > nul
12lredir d: linux\fs%DOSDRIVE_D%
13:nodrived
14rem uncomment to load another bitmap font
15rem loadhi display con=(vga,437,2)
16rem mode con codepage prepare=((850) z:\cpi\ega.cpx)
17rem mode con codepage select 850
18rem chcp 850
19lredir e: linux\fs/media/cdrom c
20unix -s DOSEMU_VERSION
21echo "Welcome to dosemu %DOSEMU_VERSION%!"
22unix -e
23d:
24cd \ctaafi
25cta.exe
26exitemu
Note: See TracBrowser for help on using the repository browser.