blob: 84f675323d3a08e68be5b535e9e0281834220cb7 (
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
game.exe
exit
|