Saturday, August 15, 2015

Mounting a cd

Write this for Heroes of might and magic 2, in your cfg, where heroes2 -t cdrom command is the way to your virtual cd and cd heroes2 command is switching to your folder and heroes2 is your executable file. .bat for example. Some game may have a setsound executable. You can run that first.

mount e /storage/sdcard1/dos/heroes2 -t cdrom
d:
cd heroes2
heroes2

Mount e because d is already used. So, you will have in the end :

mount d: /storage/sdcard1/dos/
mount e /storage/sdcard1/dos/heroes2 -t cdrom
d:
cd heroes2
heroes2

No comments:

Post a Comment