Help for this page

Select Code to Download


  1. or download this
            print SSHWrite "echo XXXXX Started OK \n" ;
            print SSHWrite "echo \$HOSTNAME\n" ;
    
            SSHWrite->autoflush();
    
  2. or download this
            print SSHWrite "echo XXXXX Started OK \necho \$HOSTNAME\n" ;
    
            SSHWrite->autoflush();
    
  3. or download this
            print SSHWrite "echo XXXXX Started OK \n" ;
            SSHWrite->autoflush();
    
            print SSHWrite "echo \$HOSTNAME\n" ;
            SSHWrite->autoflush();