View Single Post
  #3  
Old 10-28-2004, 09:07 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default Re: I Cant get Shortcut working

Quote:
Originally Posted by not2shabby
when i hit ok it says that paths not correct
Post your shortcut here, e.g, this is mine

Code:
C:\eqoct\eqgame.exe patchme
If you have a space in the path to eqgame.exe, you need to enclose it in quotation marks, e.g.

Code:
"C:\eq oct\eqgame.exe" patchme
Reply With Quote