Quote:
	
	
		
			
				
					Originally Posted by  Derubael
					[You must be logged in to view images. Log in or Register.]
				 
				You need to replace the target path in step 4 with your target path. So, in your instance, it will be C:\program files (x86)\sony\everquest\eqgame.exe patchme 
 
As a side note, I would highly recommend installing everquest to C:\everquest instead of your program files folder. It is worth the time to move your installation directory to C:\ 
 
It will save you headaches later on. 
			
		 | 
	
	
 I agree that moving it out of Program files (especially in newer versions of Windows) will save you headaches.  But there is a typo with your link, Deru. The correct link should be:
	Quote:
	
	
		| 
			
				"C:\program files (x86)\sony\everquest\eqgame.exe" patchme
			
		 | 
	
	
 Because the 
program files (x86) folder contains spaces, the folder path requires quotes to pass it as a single string instead of the four strings 
C:\program, 
files, 
(x86)\sony\everquest\eqgame.exe, and 
patchme.