Jump to content

Shortcut for DOSBox


Ermine

Recommended Posts

Hello everyone,
I'm trying to get my brothers win 10 computer to run a dosbox program using the method described in the attachment.
It works fine on my XP machine,
The whole process seems to work fine right to the end but then doesn't work.
I suspect that it has something to do with the Target line in the Properties window, when double clicked it asks what program I want to use to open it again.

I wish I knew more about W10, any suggestions?

Thanks

How to create a Daggerfall.doc

Link to comment
Share on other sites

  • 2 weeks later...

lucky you, i spend days, to find the best dosbox config/load solution, here it is...

Shortcut-Example

%comspec% /C Start dosbox -noconsole -conf SBPro2.conf -c "mount c '%CD%\PLAY'" -c "C:" -c "cd DSA1-3" -c "cd DSA2" -c "imgmount D '%CD%\Play\DSA1-3\DSA2\Schweif.cue' -t iso -fs iso" -c "SCHWEIF.EXE" -c "Exit"

 

%comspec% /C Start = Starts the app without cmd window in Background (dosbox+conf are in the same place as the shortcut)

- noconsole = no console

- conf = your DOXBOX.conf

- c "mount c YOUR PATH (i used %CD% variable meant current dir

- than i switch to the mounted C

- go to the folder

- and mount an CD Image, the game needs

- run the game, and Exit the dos when the game close…

 

greetings

r4d3

 

p.s.

bye the way best config is: (this is not a whole config file, you Need to edit [backup first] yours...

Quote


fulldouble=true
output=ddraw
scaler=hq2x
core=dynamic
# use a fixed number of cycles (for me 8000-21300 is a good value - 21300 is fast like a 486DX4-100 on my system)
cycles=21300

# all rates to
rate=49716
oplemu=compat

# high and low dma to 1 if you use SB16 Emulation

[autoexec]
# set your Blaster here right:
# A - I/O Adresse
# I - IRQ
# D - DMA 8bit
# H - DMA 16bit
# P - Port für Wavetable oder General Midi, meist 330 oder 300
# T - Type
#     1=SoundBlaster v1.x (8-bit mono 22khz)
#     2=SoundBlaster Pro  (8-bit stereo)
#     3=SoundBlaster v2.x (8-bit mono 44khz)
#     4=Soundblaster Pro 2
#     5=Soundblaster Pro MCA
#     6=SoundBlaster 16 or SB16 compatible
#  for Midi Synth, check https://www.vogons.org/viewtopic.php?f=7&t=41211 
 @Echo Off
 SET BLASTER=A220 I5 D1 H5 P330 T4
 SET MIDI=SYNTH:1 MAP:E

 

Edited by R4D3
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...