About 1,550,000 results
Open links in new tab
  1. Automating command/script execution using PuTTY - Stack …

    Sep 7, 2016 · To run a single remote command or short series of commands is even easier by using the plink -batch flag instead of needing a script file. For example to show the OS name …

  2. How to send characters in PuTTY serial communication only when …

    Putty sometimes makes wrong choices when "Auto" is enabled for these options because it tries to detect the connection configuration. Applied to serial line, this is a bit trickier to do.

  3. Send commands to be executed in the remote host using putty

    Aug 5, 2020 · I have to run a bunch of commands for a process. I am able to call and login to Putty using the command below and want to be able to execute tar and other things. I call …

  4. putty.exe, it cannot register any key stroke that I type in

    Mar 27, 2019 · "putty is not recognizing any of my keyboard strokes' -- Do you mean you're not seeing the characters echoed (on the terminal display)? Have you set up for local echo, or is …

  5. How to script remote SSH commands in Batch (Windows)

    I am looking to script something in batch which will need to run remote SSH commands on Linux. I would want the output returned so I can either display it on the screen or log it. I tried …

  6. PuTTY command line automate serial commands from file

    Feb 15, 2016 · Another solution which I have used to regularly send commands to a device uses a combination of PuTTY and Autohotkey. For the initial setup, configure a PuTTY session and …

  7. How to run commands on SSH server in C#? - Stack Overflow

    open putty.exe in the background (this is like a cmd window) login to a remote host using its IP address enter a user name and password execute several commands one after the other. run …

  8. Save PuTTY output to file from command-line - Stack Overflow

    Dec 15, 2014 · 23 Is there any way to save the PuTTY output to a file using the command line? I know this is easily done using the GUI but in my case it has to be done automatically. What …

  9. open a putty window and run ssh commands - Python

    May 7, 2016 · I created a bat file on windows, which references putty and putty session-specific info. This bat file can run by itself on windows. To call from python, I used the subprocess.run …

  10. Powershell script launch Putty - Stack Overflow

    Mar 22, 2022 · 1 Powershell has an SSH module built-in for creating remote connections. See PowerShell Docs for SSH As you can see in the Putty Commandline docs, Putty requires …