Jump to content

Easy Question


Recommended Posts

Do you mean log each time F4 is pressed to a logfile? Details please.

~Projects~1. iPod Ejector 1.0 - Tool Used To Eject iPod in Windows - Uses DevEject.exe :P2. SmartFTP Close Popup Tool - Closes reminders from freeware SmartFTP.~Helpful Links For New Users~1. LXP's Learning AutoIT PDF Guide - <<< Go here for a PDF Guide on learning AutoIT from the ground up!<<<2. AutoIt 1-2-3 <<<Want to learn more about AutoIT quickly? Go Here<<<3. How To Install The Beta And Production Versions Of AutoIT / SciteAutoIT

Link to comment
Share on other sites

yeah thats what i meant... each time F4 is pressed to a ' .txt '

+ Time if thats possible and maybe //application

regards, me

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

#include <date.au3>
Hotkeyset("{F4}" , "_F4")
Func _F4()
    FileWrite( @ScriptDir & "\test.txt" , "F4 pressed  Time was:" & _Now() )
EndFunc

What do you want to use it for?

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

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...