Previous topicNext topic
 Emulators Organizer Help
Help > MISC Topics & Tools >
How to create a configuration (.conf) file to use with DOSBox & DOS based games that require a mounted disc

·         Create a new unmodified text document e.g. [Windows 7] right click any empty space and select New > Text Document

·         Open this text document and input the applicable text that the game requires

·         Save the text document

·         Modify the file extension from .txt to .conf

Note: The lines in the configuration file will be different based on the game. See this help topic for additional details.

 

The below example is for I Have No Mouth, and I Must Scream:

[autoexec]

# Lines in this section will be run at startup.

@echo off

mount C "I:\Emulator Organizer\Files\Systems\PC\I Have No Mouth, and I Must Scream\Game"

imgmount d "I:\Emulator Organizer\Files\Systems\PC\I Have No Mouth, and I Must Scream\Game\NoMouth.dat" -t iso

c:

cd SCREAM

cls

scream

exit

 

The below example is for Crusader No Regret:

[autoexec]

# Lines in this section will be run at startup.

@echo off

mount C "I:\Emulator Organizer\Files\Systems\PC\Crusader No Regret\Game"

imgmount d "I:\Emulator Organizer\Files\Systems\PC\Crusader No Regret\Game\GAME.GOG" -t iso

C:

REGRET.EXE

exit

 

The below example is for Crusader No Remorse:

# Lines in this section will be run at startup.

@echo off

mount C "I:\Emulator Organizer\Files\Systems\PC\Crusader No Remorse\Game"

imgmount d "I:\Emulator Organizer\Files\Systems\PC\Crusader No Remorse\Game\GAME.GOG" -t iso

C:

CRUSADER.EXE

Exit