Take Command / TCC Help v. 13.03
RSHELLNot in LE
Hide Navigation Pane
RSHELLNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
RSHELLNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

Purpose:Remotely execute commands

 

Format:RSHELL [/H host /U name /P password /Rn /Tn] host [/L userid] command ...

 

commandThe command to execute

 

/H(ost name)/R(emote port)
/L (user ID)/T (firewall type)
/P(assword)/U(sername)

 

Usage:

 

RSHELL allows remote execution of commands on any system with the rshell service installed.  Press Ctrl-C to disconnect from the other system.

 

If you don't specify a username, RSHELL will use the current username.

 

If you want to do redirection on the remote system, enclose the argument list in double quotes.  For example:

 

 RSHELL /H host /U user /P password "command | command2"

 

The double quotes will be removed before passing the commands to the remote system.

 

Note: Windows does not include the rshell service, so you will need to get one from a third-party and install it on the remote system before executing RSHELL.

 

Options:

 

/HFirewall host name

 

/LUser name

 

/PFirewall user password

 

/RRemote port number

 

/TFirewall type, where n is:

 

0No firewall (default setting)
1Connect through a tunneling proxy
2Connect through a SOCKS4 Proxy
3Connect through a SOCKS5 Proxy

 

/UFirewall user name

 

Comments (...)