| View previous topic :: View next topic |
| Author |
Message |
Bytales
Joined: 06 Sep 2008 Posts: 84
|
Posted: Mon May 04, 2009 11:08 am Post subject: Type the time |
|
|
I need to type the time. The time is taken with the following script:
| Code: | | FormatTime, TimeString,, Time |
The variable TimeString contains the time
The time is stored like this:
1:20 AM or 3:45 PM
How can i make the program type with the send raw command, the time, for instance "3:45 PM"
Does anyone have any idea ? |
|
| Back to top |
|
 |
any0ne Guest
|
Posted: Mon May 04, 2009 11:23 am Post subject: |
|
|
| Quote: | | How can i make the program type | which program? |
|
| Back to top |
|
 |
Bytales
Joined: 06 Sep 2008 Posts: 84
|
Posted: Mon May 04, 2009 11:28 am Post subject: |
|
|
| any0ne wrote: | | Quote: | | How can i make the program type | which program? |
autohotkey |
|
| Back to top |
|
 |
any0ne Guest
|
Posted: Mon May 04, 2009 11:53 am Post subject: |
|
|
| SendRaw |
|
| Back to top |
|
 |
|