This looks like a great place for this question and it's probably easy.
I simply want to have the script display a quick termmsg
to the user and submit a command string to the connected device. I don't want the user to see the command line being submitted, only the result of the command.
I have tried Set Aspect Display Off, but no luck.
I thought I had done this some time back but cannot remember how I did it.
Thanks for any help.
*********************************
proc main
CLear
set aspect display off
LOCATE 9 10
termmsg "*****************************`r`n"
locate 10 10
termmsg "*****************************`r`n"
locate 11 10
TERMMSG "FROM THE ROOT PROMPT OF THE SERVER ON and higher`r`n"
locate 12 10
TERMMSG "YOU CAN VIEW THE LICENSING FILES FOR ARS`r`n"
locate 13 10
TERMMSG "THE VALUES MAY ONLY BE CHANGED THROUGH A ISKETTE`r`n"
locate 14 10
TERMMSG "THIS COMMAND IS STRICTLY FOR VIEWING ONLY`r`n"
locate 15 10
TERMMSG "EDITS ON THIS FILE WILL RENDER IN-OPERABLE`r`n"
locate 16 10
TERMMSG "HIT ANY KEY`r`n"
locate 17 10
termmsg "*****************************`r`n"
termmsg "`r`n"
termmsg "`r`n"
keyget
TRANSMIT "some text to extract info^M"
ENDPROC
I simply want to have the script display a quick termmsg
to the user and submit a command string to the connected device. I don't want the user to see the command line being submitted, only the result of the command.
I have tried Set Aspect Display Off, but no luck.
I thought I had done this some time back but cannot remember how I did it.
Thanks for any help.
*********************************
proc main
CLear
set aspect display off
LOCATE 9 10
termmsg "*****************************`r`n"
locate 10 10
termmsg "*****************************`r`n"
locate 11 10
TERMMSG "FROM THE ROOT PROMPT OF THE SERVER ON and higher`r`n"
locate 12 10
TERMMSG "YOU CAN VIEW THE LICENSING FILES FOR ARS`r`n"
locate 13 10
TERMMSG "THE VALUES MAY ONLY BE CHANGED THROUGH A ISKETTE`r`n"
locate 14 10
TERMMSG "THIS COMMAND IS STRICTLY FOR VIEWING ONLY`r`n"
locate 15 10
TERMMSG "EDITS ON THIS FILE WILL RENDER IN-OPERABLE`r`n"
locate 16 10
TERMMSG "HIT ANY KEY`r`n"
locate 17 10
termmsg "*****************************`r`n"
termmsg "`r`n"
termmsg "`r`n"
keyget
TRANSMIT "some text to extract info^M"
ENDPROC