Guest Christian_Blackburn Posted March 24, 2004 Posted March 24, 2004 Hi Gang, I'm having trouble getting AutoIt to restart Explorer. After explorer is closed (this works fine), Explorer is restarted, and a window I didn't ask for is also created. The window in question is "My Documents" and doesn't respond to @SW_HIDE either: Run(@WindowsDir & "\Explorer.exe", "", @SW_HIDE). Does anyone know how to just get Explorer to come back up and without displaying any windows? AutoIt 3.00.101 and Windows 2000 SP4 Thanks you very much for any and all help, Christian Blackburn
Valik Posted March 24, 2004 Posted March 24, 2004 Try launching it from ComSpec maybe? Something like: Run(@ComSpec " /c start explorer.exe", "", @SW_HIDE)
CyberSlug Posted March 24, 2004 Posted March 24, 2004 I think there is a Microsoft knowledge-base article about this problem, but I couldn't find it quickly... Instead, take a look at the very bottom of this pageHope that helps Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now