lhk69 Posted September 13, 2006 Posted September 13, 2006 Hi. I am trying to controlsend some commands to a hidden dos window. ControlSend("C:\WINDOWS\system32\cmd.exe - ftp" ,"","","cd /export/home/ACSSS/LGTO/CHECK_SILO",1) I have tried the 0 and 1 flag. All other sommands sent are ok, as they are lowercase. In either case, the text is all translated to lower case. I need to preserver case, as we all know, UNIX is unforgiving. if I have the window visable, and do a regular "send" that works. BUT, this window must be hidden. UNHIDDEN window works........... WinWaitActive("C:\WINDOWS\system32\cmd.exe - ftp)" Send("cd /export/home/ACSSS/LGTO/CHECK_SILO") What am I missing?
herewasplato Posted September 14, 2006 Posted September 14, 2006 take a look at this post:http://www.autoitscript.com/forum/index.ph...st&p=139320 [size="1"][font="Arial"].[u].[/u][/font][/size]
lhk69 Posted September 15, 2006 Author Posted September 15, 2006 take a look at this post:http://www.autoitscript.com/forum/index.ph...st&p=139320That worked. I searched and searched, and never came across that one.THANK YOU very much. You have saved me A LOT of work.Your time and attention to my dilema in much appreciated.
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