lol, this stretches the definition of automation a little bit - works on English machines:

Code:

break on

$hostname = "ABC123"

run "regedit"

sleep 0.5

sendkeys("~FC"+$HOSTNAME+"{ENTER}")

exit 0



-Shawn