;hosttest.sub Test HOST.COM. ;10/2/89 ;Roy Lipscomb Execute by typing-- ; ; SUBMIT HOSTTEST local remote ; ; where "local" is the local device on your system ; and "remote" is the remote device on your system. ; ; ; ;test while HOST inactive: ; ; ; ; HOST . test help. (A "." here is the same as a blank.) HOST X test unrecognized option HOST auto test auto option. (Press return at "AWAITING" msg.) HOST %1 test invalid remote device. HOST OFF test invalid "OFF" request. HOST %2 test valid remote device. ; ; ;test while HOST active: ; ; ; ; HOST . test help. (A "." here is the same as a blank.) HOST X test unrecognized option. HOST %2 test valid, but currently inappropriate option. HOST AUTO test valid, but currently inappropriate option. HOST OFF test "OFF" option. ; ; ;test completed.