Jump to content

Recommended Posts


Posted (edited)

Ctrl+1 = Open MSFN in explorer.

Ctrl+2 = Exit script.

HotKeySet('^1', 'MSFN')
HotKeySet('^2', 'Close')

While 1
   Sleep(1000)
WEnd

Func MSFN()
   Run('explorer.exe "http://www.msfn.org"')
EndFunc

Func Close()
   Exit
EndFunc

Just use AutoIt to run it. ;)

Edited by MHz
Posted
Ctrl+1 = Open MSFN in explorer.

Ctrl+2 = Exit script.

HotKeySet('^1', 'MSFN')
HotKeySet('^2', 'Close')

While 1
   Sleep(1000)
WEnd

Func MSFN()
   Run('explorer.exe "http://www.msfn.org"')
EndFunc

Func Close()
   Exit
EndFunc

Just use AutoIt to run it. ;)

thank yu

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...