2025/01/20
#if defined(W32) || defined(UNX)
.Remote Shell(rsh).
.Under permission allowed environmment, rsh is available for
not interactive command.
Command-result-output panel is used like as telnet screen logging
cmd output. It is convenient to collect information from multiple
remote hosts.
e.g.) rsh -l user1 10.1.1.2 ls
#endif