AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 39 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Copy (clone) c drive help?
redd

Replies: 5
Views: 141

PostForum: Ask for Help   Posted: Sun Aug 02, 2009 7:54 pm   Subject: Copy (clone) c drive help?
Thanks, it worked fine.
One question. If I installed E drive on my computer (so it is now C drive), would my computer start up.
Thanks, Redd
  Topic: Copy (clone) c drive help?
redd

Replies: 5
Views: 141

PostForum: Ask for Help   Posted: Sun Aug 02, 2009 6:25 pm   Subject: Copy (clone) c drive help?
Thanks for reply
I can't make work,os is win xp
Redd
  Topic: Copy (clone) c drive help?
redd

Replies: 5
Views: 141

PostForum: Ask for Help   Posted: Sun Aug 02, 2009 2:16 pm   Subject: Copy (clone) c drive help?
Make a copy of C drive to E drive.
Thanks
  Topic: Change color help?
redd

Replies: 1
Views: 194

PostForum: Ask for Help   Posted: Mon Jul 13, 2009 2:43 am   Subject: Change color help?
I would like white background instead of gray.
Thanks

#NoTrayIcon

SetTimer, aa, 60000 ; updates every 1 minute
aa:
IniRead, OutputVar, C:\My Folder\Total Time.csv, Minutes,Total Minu ...
  Topic: adjust UpTime code?
redd

Replies: 5
Views: 183

PostForum: Ask for Help   Posted: Fri Dec 19, 2008 11:00 pm   Subject: adjust UpTime code?
Thanks for all your help.
Take care
Redd
  Topic: adjust UpTime code?
redd

Replies: 5
Views: 183

PostForum: Ask for Help   Posted: Fri Dec 19, 2008 11:45 am   Subject: adjust UpTime code?
EG:outputvar=1502,It should show 1day 1 hour 2 min
but this shows 1 day 1 hour 1502 min. " " . (m := OutputVar-h*60) . " " . (m > 1 || !m ? "mins" &# ...
  Topic: adjust UpTime code?
redd

Replies: 5
Views: 183

PostForum: Ask for Help   Posted: Fri Dec 19, 2008 12:08 am   Subject: adjust UpTime code?
I still can't figure out ?
  Topic: adjust UpTime code?
redd

Replies: 5
Views: 183

PostForum: Ask for Help   Posted: Thu Dec 18, 2008 4:32 am   Subject: adjust UpTime code?
Min shows total minutes, I need to -d and -h .how?

SetTimer, aa, 60000 ; updates every 1 minute
aa:
IniRead, OutputVar, C:\Total Time.csv, Minutes,Total Minutes, 0 ; If no value is foun ...
  Topic: Display on Desktop ?
redd

Replies: 3
Views: 234

PostForum: Ask for Help   Posted: Tue Dec 16, 2008 12:27 am   Subject: Display on Desktop ?
I would like F1 to display on desktop(not msgbox)(.Format D=001,H=22,M=21 would be great
SetTimer, aa, 60000 ; updates every 1 minute
aa:
IniRead, OutputVar, C:\Temp\myfile.ini, section1, ...
  Topic: Display on Desktop ?
redd

Replies: 3
Views: 234

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 5:16 pm   Subject: Display on Desktop ?
I still can't get it.I like this display.Change SetTimer to %OutputVar% CustomColor = 00ff00
Gui +LastFound +AlwaysOnTop -Caption +ToolWindow
Gui, Color, %CustomColor%
Gui, Font, s32
Gui, Add, Tex ...
  Topic: Display on Desktop ?
redd

Replies: 3
Views: 234

PostForum: Ask for Help   Posted: Mon Dec 15, 2008 5:02 am   Subject: Display on Desktop ?
How would I put on desktop,not msgboxF1::
IniRead, OutputVar, C:\Total Time.csv, Minutes,Total Minutes
OutputVar := OutputVar / 60
MsgBox, %OutputVar% hours
Return
  Topic: Show timer on startup?
redd

Replies: 4
Views: 357

PostForum: Ask for Help   Posted: Sun Dec 14, 2008 8:36 am   Subject: Show timer on startup?
Thanks for help
Redd
  Topic: Show timer on startup?
redd

Replies: 4
Views: 357

PostForum: Ask for Help   Posted: Sun Dec 14, 2008 12:03 am   Subject: Show timer on startup?
I would like to show on startup,Then hide or show#NoTrayIcon
esc = 1
GOTO START
ESCAPE & F1::GoSub SHOWTIMER


SHOWTIMER:
if esc = 1
{
Gui, Show, x5 y599 NoActivate
...
  Topic: Timer, total number of hours PC is on? Help
redd

Replies: 22
Views: 808

PostForum: Ask for Help   Posted: Sat Dec 13, 2008 3:12 am   Subject: Timer, total number of hours PC is on? Help
I would like msgbox to be in hours
Thanks

SetTimer, aa, 60000 ; updates every 1 minute
aa:
IniRead, OutputVar, C:\Temp\myfile.ini, section1, key, 0 ; If no value is found, assume it is 0.
Outp ...
  Topic: iniwrite to excel?
redd

Replies: 2
Views: 184

PostForum: Ask for Help   Posted: Fri Dec 12, 2008 8:55 pm   Subject: iniwrite to excel?
Put myfile.ini info to excel
redd
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group