maniaq Posted August 24, 2005 Posted August 24, 2005 i have benn wondering how it would be great to just push 2buttons in the sime time and the explorer with http://msfn.org/ would be opened automatically?how can i do that on win XP?tnx
glent Posted August 24, 2005 Posted August 24, 2005 (edited) set as your homepage or use a docklet app like object dock Edited August 24, 2005 by glent
MHz Posted August 25, 2005 Posted August 25, 2005 (edited) Ctrl+1 = Open MSFN in explorer.Ctrl+2 = Exit script.HotKeySet('^1', 'MSFN')HotKeySet('^2', 'Close')While 1 Sleep(1000)WEndFunc MSFN() Run('explorer.exe "http://www.msfn.org"')EndFuncFunc Close() ExitEndFuncJust use AutoIt to run it. Edited August 25, 2005 by MHz
maniaq Posted August 25, 2005 Author Posted August 25, 2005 Ctrl+1 = Open MSFN in explorer.Ctrl+2 = Exit script.HotKeySet('^1', 'MSFN')HotKeySet('^2', 'Close')While 1 Sleep(1000)WEndFunc MSFN() Run('explorer.exe "http://www.msfn.org"')EndFuncFunc Close() ExitEndFuncJust use AutoIt to run it. <{POST_SNAPBACK}>thank yu
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