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.