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 8 matches
AutoHotkey Community Forum Index
Author Message
  Topic: noob needs help
shane

Replies: 4
Views: 230

PostForum: Ask for Help   Posted: Thu Feb 01, 2007 2:18 pm   Subject: noob needs help
The command you want to look up in the help file is "Sleep"


Sleep, 2000
  Topic: Basic Backup Utility
shane

Replies: 7
Views: 1301

PostForum: Scripts & Functions   Posted: Thu Feb 01, 2007 2:16 pm   Subject: Basic Backup Utility
Cheers for that, didn't know you could create your own routines and call them like that.

I have updated the code.

Thanks Very Happy
  Topic: Command/script to check version of program? (outlook)
shane

Replies: 5
Views: 308

PostForum: Ask for Help   Posted: Thu Feb 01, 2007 1:50 pm   Subject: Command/script to check version of program? (outlook)
Have a go with this, it should work as long as your outlook has always been installed to Program Files, if not it could be modded but the search would take longer.

It currently Detects version fro ...
  Topic: Basic Backup Utility
shane

Replies: 7
Views: 1301

PostForum: Scripts & Functions   Posted: Thu Feb 01, 2007 12:58 pm   Subject: Basic Backup Utility
Apologies, I thought I had taken the menu out completely. Edited should work now.
  Topic: Command/script to check version of program? (outlook)
shane

Replies: 5
Views: 308

PostForum: Ask for Help   Posted: Thu Feb 01, 2007 11:48 am   Subject: Command/script to check version of program? (outlook)
A very simple solution would be to use the location of the executable file (IfExist) presuming that you have gone for the default installation paths each version will be in its own location.

If not ...
  Topic: Basic Backup Utility
shane

Replies: 7
Views: 1301

PostForum: Scripts & Functions   Posted: Thu Feb 01, 2007 11:43 am   Subject: Basic Backup Utility
Hi, I was asked to create a backup util for use by someone who wanted to back all their photos up from their PC to another location on a fairly regular basis. They were currently using a drag and drop ...
  Topic: Inserting pause in website logon
shane

Replies: 5
Views: 258

PostForum: Ask for Help   Posted: Tue Jan 30, 2007 11:01 pm   Subject: Inserting pause in website logon
Try this


^!m::
{
send,userID{tab}{enter}
sleep,1000
send,password{enter}
}


Should work just fine Smile
  Topic: ISense 1.5.4
shane

Replies: 271
Views: 28769

PostForum: Scripts & Functions   Posted: Tue Jan 30, 2007 6:43 pm   Subject: ISense 1.5.4
I have been floating round these boards and using ahk for a while now and have finally signed up to the forums as I felt that I had to say thanks to majkinetor for this truly brilliant app. I only dow ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group