Technical Support Contact Us   

PC Access for Windows Reference Guide

for PC Access Version 4.30


(Contents)(Previous)(Next)

Script Command: keyboard

Format:

keyboard {ON or OFF};

This command enables or disables the keyboard in the Terminal window. Turning the keyboard off prevents a user's keystrokes from being sent to the host. PC Access automatically re-enables the keyboard when the script finishes.

Example:

// This script turns the keyboard off until

// the host sends us the "login" string, or 20 seconds

// pass.

label START;

keyboard OFF;

wait 20000 for "login" timeout goto ERROR;

send "Jim Smith^M";

keyboard ON;

end;

label ERROR;

keyboard ON;

end;

Back to script command list.


(Contents)(Previous)(Next)

[Contents] [Search] [Glossary of Terms]


Tell me more about this site.
Can't find what you need? See: How to Find It.
Contact us
Report a problem with this page or suggest an improvement for this page.

Last modification date: Friday, January 17, 2003 00:58:47

 

Copyright © 2005 - MFM Software, Inc.
11988 Tramway Drive
Cincinnati, OH 45241
Phone: 513.733.9229
Fax: 513.733.8775
Send comments to webmaster@mfm.com