Jump to content

Why does this not work?


Glyph
 Share

Recommended Posts

#Include <process.au3>

Dim $Filfe = ""

HotKeySet("/", "_di") ; /
HotKeySet ( "^!e" , "quit")

While 1
sleep(366*1044)
WEnd

Func quit()
exit
endfunc



Func _di()
HotKeySet ( "/")
send("/")
HotKeySet ( "/" , "_di" )
EndFunc


Func OnAutoItExit()
$file = FileOpen("Slash.ini", 1)
FileWrite($file, $filfe)
FileClose($file)
EndFunc

In the slash.ini it doesnt show the slash :?

tolle indicium

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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