VOGONS

Common searches


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 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 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

Attachments

  • DAGGER.png
    Filename
    DAGGER.png
    File size
    878 Bytes
    Views
    1637 views
    File license
    Fair use/fair dealing exception

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.