blob: 92e5dc39e5855aa79e3b7a294e35648b04766d67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[IPX]
Enable=0
Connection=0
ipx=false
[autoexec]
# Lines in this section will be run at startup.
@ECHO OFF
mount C "."
imgmount d "const.gog" -t iso -fs iso
c:
cls
setsound.bat
exit
|