Search found 4 matches
- Fri Feb 01, 2013 1:07 pm
- Forum: Beginners
- Topic: Send command does not input text into PuTTY
- Replies: 9
- Views: 35898
Hi Sarah, Can you please post a screen shot of what your trying to automate and what fields your trying to complete. Doesn't have to be a valid host or username / password. Just want to work out what your seeing so we can assist. Then we might be able to assist with the code. Thank you for your res...
- Wed Jan 30, 2013 12:39 pm
- Forum: Beginners
- Topic: Send command does not input text into PuTTY
- Replies: 9
- Views: 35898
I've written exactly one script for putty. In that script I'm doing ssh to a local server. But I am skipping the config window by logging in from a putty command line. The script then sends text to the black DOS style box that appears. So I'm certain Putty will accept text from the Send> function S...
- Tue Jan 29, 2013 6:03 pm
- Forum: Beginners
- Topic: Send command does not input text into PuTTY
- Replies: 9
- Views: 35898
Hi, Thank you for your response. Putty was set to run as admin, so I switched this feature off and tried the code. The Putty window comes up but the text does not type in (and the box I want text to be entered in is indeed already selected). I then ran both Putty and MS as administrator and still no...
- Tue Jan 29, 2013 4:01 pm
- Forum: Beginners
- Topic: Send command does not input text into PuTTY
- Replies: 9
- Views: 35898
Send command does not input text into PuTTY
I've just started out with MS and would like to use it to automate the procedure for logging into my work VPN. My test code looks like this: ExecuteFile>C:\Users\Sarah\Documents\VPN access\putty.exe Wait>.5 SetFocus>PuTTY Configuration Wait>.1 Send>Cheesecake Wait>.5 SetFocus>test - Notepad Wait>.1 ...