AutoHotkey Community

It is currently May 27th, 2012, 2:00 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: MSGBOX to LOGFILE
PostPosted: January 29th, 2010, 8:51 pm 
Hi- I have one last little hump and my program today is complete. Yea!

I need to have the following information (works great in message box) sent to a txt log file. I would like this to be an ongoing log, so each line would need to append.

As my eyes are burned out from staring at a screen for the last 10 hours,
even the help files are running together. TGIF to all!

MsgBox, %A_MM%-%A_DD%_%A_YYYY% %A_HOUR%:%A_MIN%:%A_SEC% %username% %CreditUnion%

Jim


Report this post
Top
  
Reply with quote  
 Post subject: FileAppend
PostPosted: January 29th, 2010, 9:04 pm 
FileAppend command...Am I getting hot or cold?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2010, 1:16 am 
Offline

Joined: November 23rd, 2009, 2:11 pm
Posts: 104
if you would like it to make a text file, you would use fileappend


BURNING HOT

_________________
  /\ /\ This is Kitty
(>';'<) Cut, copy, and paste kitty onto your sig.
((")(")) Help Kitty gain World Domination.

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: The answer
PostPosted: February 1st, 2010, 6:15 pm 
Just in case it helps someone else...

Here it is:

FileAppend, %A_MM%-%A_DD%_%A_YYYY% %A_HOUR%:%A_MIN%:%A_SEC% %username% %CreditUnion%`n, C:\AutobounceLog.txt


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Apollo, engunneer, JSLover, nimda, rbrtryn, sjc1000, Yahoo [Bot] and 18 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group