· 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 Holiday Lemming 1991:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C "I:\Emulator Organizer\Files\Systems\PC\Holiday Lemmings 1991\Game"
C:
VGAL.EXE
exit
The below example is for Holiday Lemming 1992:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C "I:\Emulator Organizer\Files\Systems\PC\Holiday Lemmings 1992\Game"
C:
VGAL.EXE
exit
The below example is for Holiday Lemming 1993:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C "I:\Emulator Organizer\Files\Systems\PC\Holiday Lemmings 1993\Game"
C:
VGALEMMI.EXE
exit
The below example is for Holiday Lemming 1994:
[autoexec]
# Lines in this section will be run at startup.
@echo off
mount C "I:\Emulator Organizer\Files\Systems\PC\Holiday Lemmings 1994\Game"
C:
VGALEMMI.EXE
exit