NSearch 1 Posted July 20, 2005 Share Posted July 20, 2005 I am trying to use the send command with the command prompt, but I can not get anything to send. Has anyone had a similar problem? Script: $PID1 = Run(C:\WINDOWS\system32\cmd.exe) winwait("C:\WINDOWS\system32\cmd.exe","") send("runas /user:Administrator@xxxxxxxx.com 'C:\WINDOWS\system32\cmd.exe'") Thanks. Link to post Share on other sites
NSearch 1 Posted July 20, 2005 Author Share Posted July 20, 2005 Sorry, I was looking at the wrong file. Please remove thread. Thanks. Link to post Share on other sites
Developers Jos 2,607 Posted July 20, 2005 Developers Share Posted July 20, 2005 I am trying to use the send command with the command prompt, but I can not get anything to send. Has anyone had a similar problem?Script:$PID1 = Run(C:\WINDOWS\system32\cmd.exe)winwait("C:\WINDOWS\system32\cmd.exe","")send("runas /user:Administrator@xxxxxxxx.com 'C:\WINDOWS\system32\cmd.exe'")Thanks.<{POST_SNAPBACK}>works fine for me on XP...(When i put the run command inside "")What OS are you running ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now