Git Product home page Git Product logo

Comments (3)

reignerdeustcher avatar reignerdeustcher commented on July 18, 2024

🙄🙄🙄

from dosbox-svn.

realnc avatar realnc commented on July 18, 2024

Other than making a conf file for the game, there is currently no way I know of. The conf file only needs an [autoexec] section in it, nothing else. You'd mount the folder you want to use as the C drive there with the mount command, then mount the CD image as the D drive with the imgmount command. Here's for example my Simon the Sorcerer.conf file for that game:

[autoexec]
mount c SIMON -freesize 1024
imgmount d "SIMON_THE_SORCERER.ISO" -t cdrom
c:
call simon.bat
exit

I keep the ISO file and the conf file in the same folder, and in that folder I have a subfolder called SIMON where the game was installed in DOS.

If the game must be started through a BAT file (simon.bat in this case), start that BAT file with the call command. If the game is started through an EXE or COM file, you don't use call, you just start it directly.

from dosbox-svn.

reignerdeustcher avatar reignerdeustcher commented on July 18, 2024

Other than making a conf file for the game, there is currently no way I know of. The conf file only needs an [autoexec] section in it, nothing else. You'd mount the folder you want to use as the C drive there with the mount command, then mount the CD image as the D drive with the imgmount command. Here's for example my Simon the Sorcerer.conf file for that game:

[autoexec]
mount c SIMON -freesize 1024
imgmount d "SIMON_THE_SORCERER.ISO" -t cdrom
c:
call simon.bat
exit

I keep the ISO file and the conf file in the same folder, and in that folder I have a subfolder called SIMON where the game was installed in DOS.

If the game must be started through a BAT file (simon.bat in this case), start that BAT file with the call command. If the game is started through an EXE or COM file, you don't use call, you just start it directly.

thanks

from dosbox-svn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.