View Single Post
  #2  
Old 06-07-2009, 05:06 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If you don't have a space in the path, you don't need the quotes. For your example, the following should be how you want to set it in the shortcut:

Code:
D:\Everquest\eqgame.exe patchme
You only need quotes if there is a space in the path like this:

Code:
"D:\Program Files\Sony\Everquest\eqgame.exe" patchme
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote