Difference between revisions of "DOSBoxShortcuts"

From DOSBoxWiki
Jump to navigationJump to search
Line 19: Line 19:
 
* Right click in empty space in the folder. Highlight "New" and click "Shortcut".
 
* Right click in empty space in the folder. Highlight "New" and click "Shortcut".
 
[[Image:newshortcut.png]]
 
[[Image:newshortcut.png]]
 +
* The following window will appear. In the highlighted box, type in the full path of the DosBox .exe file, in quotes. For example, if you didn't change the defaults when installing DosBox, you will need to type ''<nowiki>"C:\Program Files\DOSBox-0.72\dosbox.exe"</nowiki>'', assuming you are using version 0.72.
 +
[[Image:newshortcuthighlight.png]]
  
 
== OSX ==
 
== OSX ==
  
 
== GNOME ==
 
== GNOME ==

Revision as of 10:42, 8 July 2008

Desktop shortcuts allow you to give old DOS Games the point and click simplicity of regular Windows programs. Because DOSBox is an emulated environment that runs inside a host Operating System, simply double clicking on the DOS application inside the file manager will most likely attempt to execute the DOS application in the native environment.

Windows

Method 1

It is possible to create a shortcut that allows you to run a program with DOSBox without doing any typing at the command prompt! All you have to do is make a new, blank, text file. Rename it to the name of the program you want to run, and change the file extension to a new, unused file extension. For example, if I want to run a program called "BestGame.exe," I would create a blank file and call it "BestGame.xyz," where *.xyz is not a registered file type on the computer. Place the blank *.xyz file in the same directory as BestGame.exe. Then, set *.xyz files to always open with DOSBox. Make a new, blank *.xyz file for every program you want to open with DOSBox. You could even make shortcuts to a single directory so you don't have to browse for different games!

Method 2

Short Version

This is the quick version for people familiar with windows, giving the basic information.

  • Create a new shortcut to the DosBox .exe file, or copy the one created when you installed doxbox.
  • Edit the properties of the shortcut.
  • At the end of the "Target" line, add, in quotes, the full path of the main game executable you wish to launch.
    • For Example, if "The Settlers 2" was installed into the folder C:\Games\Settlers 2\, and DosBox is installed at it's default location, the target box would contain:
    • "C:\Program Files\DOSBox-0.72\dosbox.exe" -conf "C:\Program Files\DOSBox-0.72\dosbox.conf" "C:\Games\Settlers 2\S2.exe"
  • NB: the -conf command line option which is specified in the line above is, I believe, optional since it refers to the default config file. If you use a custom config file however, then you will need to retain this line, suitable ammended to refer to your custom .comf file.

Long Version

This is a more detailed explanation for people who are less familiar with windows. It follows the same procedure, but explains how to carry out each step in much more detail. If you can't follow the short version, read on!

  • Go to the folder where you want the shortcut to be placed, this can be any folder, or the desktop.
  • Right click in empty space in the folder. Highlight "New" and click "Shortcut".

Newshortcut.png

  • The following window will appear. In the highlighted box, type in the full path of the DosBox .exe file, in quotes. For example, if you didn't change the defaults when installing DosBox, you will need to type "C:\Program Files\DOSBox-0.72\dosbox.exe", assuming you are using version 0.72.

Newshortcuthighlight.png

OSX

GNOME