Just to follow up to give you a better understanding... what you are looking for here is the path to the actual file "eqgame.exe" (without quotes), on your hard drive. If you installed EQ Titanium in the default location then this statement:
Quote:
Originally Posted by Deodhlais
"C:\Program Files\Everquest\eqgame.exe" patchme
|
is incorrect... The proper path should be:
Code:
"C:\Program Files\Sony\Everquest\eqgame.exe" patchme
Notice the Sony folder has been added...Open Windows Explorer and follow this path to verify that...
The quotation marks are there for the folder "Program Files". Notice the white-space in there? That is to ensure there are no issues with white-spaces... If you had the path (instead) of:
Code:
C:\Sony\Everquest\Eqgame.exe
Then you would NOT need the quotes because none of the folders have white-spaces in them.
Cheers, hope this helps some.