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:
As long as your target is set to the correct folder, it should find the eqgame.exe just fine. Either way should work.