Glyph Posted December 9, 2006 Posted December 9, 2006 #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
theguy0000 Posted December 9, 2006 Posted December 9, 2006 yes, and why on earth would it? you just write to it $filfe, which is a blank string. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
James Posted December 9, 2006 Posted December 9, 2006 Hm.. I think its because you already have the / set as something Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
James Posted December 9, 2006 Posted December 9, 2006 Nope. Theguy0000 is correct. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Glyph Posted December 9, 2006 Author Posted December 9, 2006 Haha, i just looked it over again i forgot to add the $filfe = $filfe & "/" tolle indicium
theguy0000 Posted December 9, 2006 Posted December 9, 2006 Haha, i just looked it over again i forgot to add the $filfe = $filfe & "/"there you go. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
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