View Single Post
  #2  
Old July 7th, 2012, 03:31 PM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,994
Thanks: 488
Thanked 1,928 Times in 1,254 Posts
Mobhack is on a distinguished road
Default Re: Simple fix to force-start Explorer.exe once game exits full-screen

The CD (change directory) command to C:\windows is supposed to make windows 7 find exploder.exe in the first place. Thus making the extra pathing you added to the explorer.exe line superfluous.

Go to \windows
run explorer (in the current directory we just changed to)

In other words - your edit is doing exactly what the batch file was doing before, in programming terms.

so your batch file should do exactly what it did before, but in your case it does not. (Typical of M$Windows, in my experience.)

Unless the change directory command is for some reason not working on your installation, of course, or windows is not finding it after the explorer task is killed.

So the best fit is probably to delete the entire CD command line as superfluous now you have a fully qualified path to explorer.exe.

Andy
Reply With Quote