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