How to send string command with pause? [1]

How to send string command with pause?

Saturday, February 24, 2018 12:07 AM - arian

Hello i want to ask

I want to make quick command to sent string command with pause for example,

ping x.x.x.x. >> pause for 5 second for next command

ping x.x.x.x

how i do that with one button?

Program Ver. : Xshell 5


Re: How to send string command with pause?

Tuesday, February 27, 2018 6:15 PM - Support

You can use the sleep commands of your server like so:

ping x.x.x.x; sleep 5; ping x.x.x.x

Technical Support

Like us on Facebook
Follow us on Twitter
Visit our blog Blog


Previous views: 561