blob: 8df305c4d9b67279fe61dcc8d0e5679a254f9f94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff --git a/app/dosboxbi1_single.conf b/app/dosboxbi1_single.conf
--- a/app/dosboxbi1_single.conf
+++ b/app/dosboxbi1_single.conf
@@ -25,7 +25,7 @@ if errorlevel 1 goto isle
:isle
cls
-mount C "..\ISLE"
+mount C "isle"
c:
cls
bi.exe
@@ -33,7 +33,7 @@ exit
:desert
cls
-mount C "..\DESERT"
+mount C "desert"
c:
cls
DESERT.EXE
@@ -41,7 +41,7 @@ exit
:moon
cls
-mount C "..\MOON"
+mount C "moon"
c:
cls
MOON.EXE
|