jcpt Posted May 3, 2022 Posted May 3, 2022 I guys! I have developed an script that is sending command's to a putty session. Using this script remotely in a Jenkins agent works great if i have a RDP open session. When i disconnect the RDP session, the commands send to the putty session are always on lowercase and the simbols like / or _ are converted to the equivalent without the shift key pressed. Anyone got this problem? cheers
jcpt Posted May 4, 2022 Author Posted May 4, 2022 Meanwhile i will keep a rdp session active always, by using this method:https://support.smartbear.com/testcomplete/docs/testing-with/running/via-rdp/keeping-computer-unlocked.html for /f "skip=1 tokens=3" %%s in ('query user %USERNAME%') do ( %windir%\System32\tscon.exe %%s /dest:console )
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