VOGONS


First post, by shorty

User metadata
Rank Newbie
Rank
Newbie

Hi ...
i want to shortcut a batchfile that starts dosbox and a command

content of batchfile:

C:\DOSBox-0.74\DOSBox.exe -conf df.conf -noconsole -exit "c:\dagger\fall z.cfg"

i could write it in my conf file , but i want to have a desktop link without starting dosbox manually ... so i can give it an ico ...

any suggestions?

or must i create a new conf file with

[autoexec]

Greetings ...

Last edited by shorty on 2012-01-16, 12:28. Edited 1 time in total.

multiplayer? ranking.php?id=7

Reply 1 of 9, by Davros

User metadata
Rank l33t
Rank
l33t

create file with notepad
save it as vogons.bat (not vogons.bat.txt)
right click on it select create shortcut
right click on shortcut select properties -- shortcut -- select icon
job done

Guardian of the Sacred Five Terabyte's of Gaming Goodness

Reply 2 of 9, by shorty

User metadata
Rank Newbie
Rank
Newbie

i know how to create a shortcut with icon, but i still want to know how to load the batch content without a conf file to load ...

multiplayer? ranking.php?id=7

Reply 3 of 9, by Mau1wurf1977

User metadata
Rank l33t++
Rank
l33t++

Hmm this doesn't look right.

AFAIK you:

1. Create a shortcut of DOSBOX.EXE
2. Edit the properties of that shortcut and add -conf df.conf -noconsole -exit "c:\dagger\fall z.cfg"

Plan B is more complicated, but does what you're after:

1. Create and test the batch file
2. Use a BAT to EXE utility
3. Extract and inject an icon
4. Built the EXE

I used option B in order to build a portable Version of ScummVM that uses relative paths for all the folders. But this shouldn't be necessary with DOSBox.

My website with reviews, demos, drivers, tutorials and more...
My YouTube channel

Reply 4 of 9, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

look up the dosbox manual on -c

Water flows down the stream
How to ask questions the smart way!

Reply 5 of 9, by shorty

User metadata
Rank Newbie
Rank
Newbie

thank you so far

in linux i made shellscript using "-c command" and created a link to application ...

#/bin/bash
dosbox -c "c:\dagger\dagger~1.bat" -noconsole -exit -fullscreen

multiplayer? ranking.php?id=7

Reply 6 of 9, by jmcinvale

User metadata
Rank Newbie
Rank
Newbie

Probably the easiest way to do this is to use a program called dosshell http://www.loonies.narod.ru/dosshell.htm

It is a front end for DOSbox and makes playing DOS games as easy as clicking on the game's icon from within the DOSShell program.

Reply 7 of 9, by collector

User metadata
Rank l33t
Rank
l33t
jmcinvale wrote:

Probably the easiest way to do this is to use a program called dosshell http://www.loonies.narod.ru/dosshell.htm

It is a front end for DOSbox and makes playing DOS games as easy as clicking on the game's icon from within the DOSShell program.

Except that he is using Linux.

Reply 8 of 9, by jmcinvale

User metadata
Rank Newbie
Rank
Newbie

Title has Windows XP in it so I assumed he was using XP. I think the linux reference was how he did it in linux.

Reply 9 of 9, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

[Thread moved to DOSBox General Section]