well, easiest way is 2 download AutoIT ( unattended.msfn.org has it) & look @ the help file , its very good, gives examples of commands Run("notepad.exe") Sleep(1000) Send("This is an AutoIT Script {ENTER} Test.") Sleep(500) Send("Done!") Would Output something like The "Sleep" commands are periods of time to wait b4 continuing (time is in miliseconds) its basically all sending & sleeping there are other options, like mouse clicks & stuff 2 u could look @ if u wanna try .vbs search microsoft.com for info on it regards