AutoHotkey Community

It is currently May 27th, 2012, 11:12 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: February 3rd, 2012, 1:55 pm 
janopn wrote:
Oh, i see. Sorry if i sounded rude, i don't speak English very well yet.
No worries, sorry if I sounded rude ;-) Your English is very good.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2012, 8:56 pm 
Offline

Joined: February 1st, 2012, 5:47 pm
Posts: 6
Guys. First of all, thank you very much for your time and effort. It is much appreciated. After trying all the codes out with none of them working. I tried some generic troubleshooting methods. I uninstalled Autohotkey, ran CCleaner (on registry keys and Windows Applications), then restarted my computer. I then reinstalled Autohotkey and ran this script:

Code:
::userm::
text= ; build text block
(
The account has been created.

Username: %clipboard%
Password:
Email:

The password is set to expire upon first use. If the user is at an off-network location, have them go to address.com to change it to a personal, 90 day password. Otherwise, the user can log into any networked computer and change it there.
)
Send ^v{tab} ; paste in subject line, tab to body
Clipboard:=Text ; assign text to clipboard
Sleep 100 ; increase time if it doesn't work
Send ^v ; paste in body
Return


It works flawlessly. I'm not sure what happened exactly. The problem was on my end.

Thank you for all of your help.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Edd and 16 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