View Single Post
  #7  
Old 03-27-2010, 09:43 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Yeah, from your example, this is exactly what you should be using:

Code:
"C:\Program Files\Sony\EverQuest\eqgame.exe" patchme
Note that the path has a space between "Program" and "Files", so for the shortcut to read the full path properly, it needs to have quotes around it. If there was no space in the path like that, you wouldn't need quotes at all. Also, you could probably just do this:

Code:
eqgame.exe patchme
As long as your target is set to the correct folder, it should find the eqgame.exe just fine. Either way should work.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote