| WindX |
|
| Launching WindX | WindX is automatically installed whenever you install ProvideX or PxPlus on a Windows systems. To launch WindX simply select the 'WindX' entry from the Start / Programs menu selections created during the installation process. | ||||||||||||||||||||||||||||||
| Config Settings | Once
WindX is running pressing ALT-S allows the user to
configure the connection settings for WindX. The
configuration screen allows the user to choose the type
of connection (Serial COM port or Telnet) and set a
variety of operational parameters. Two connection types
are supplied with WindX -- Telnet and "Com"
port connection for use with a dialup modem. The connection type determines which options will be available in the configuration screen. Options are saved on the file WindX.CFG or on the file specified in ARG(1), if set. |
||||||||||||||||||||||||||||||
| Com port configuration: | ![]() When selecting any of the COM ports, the user must specify the port name. Com port names consists of the letters COM followed by a number. When configuring a built-in modem it is often helpful to go to the Windows 'Control panel' 'Phone and Modem' utiltiy to determine the proper COM port number. You also need to set the speed for the port and disable the hardware flow control, if necessary. |
||||||||||||||||||||||||||||||
| Telnet configuration: | ![]() When selecting the Telnet protocol, the user is required to enter the name and/or IP address of the targeted host computer. Several other configuration options are available: Port
Terminal Type
Translate CR / Send CR as LF
Force ACKs
Use KeepAlives
|
||||||||||||||||||||||||||||||
| Common options | Exit
on Quit
Ignore Turbo Mode Errors When running in Turbo mode (common when running graphical applications), you can suppress the local reporting of unanticipated errors. In 'Turbo mode' most transmission are expected to be succesful. Setting this option disables the local reporting of errors that occured during turbo mode. |
||||||||||||||||||||||||||||||
| Script processing | There
is a built-in script processor within WindX that is
designed to assist in the generation of host sign-on
sequences. The script text consists of a series of lines which start with a single character code followed by a colon. A typical sign-on script for UNIX might be:
The following codes are supported within the script:
|
||||||||||||||||||||||||||||||
| * Note * | If the first directive of a WindX script is M:, then all terminal output is suppressed allowing for a 'hidden' signon. Terminal output will resume automatically at the end of script processing. | ||||||||||||||||||||||||||||||
| External Sign-on Program | While
the script processor is satisfactory in a wide variety of
situations, an external script manipulation progrm (windx.sgn)
can be used to alter the script sequence dynamically. If the option 'Use External Sign-on program' is enabled on the configuration screen, WindX will issue a CALL to the program named "windx.sgn" just prior to processing the signon script. This program can then alter the script as desired. For example, assume we have a NOMADS screen (call it Signon in Mylib) that requests the Userid and Password of the user and returns these values in the first and second arguments. We could use the windx.sgn program to alter the Userid and Password fields in a script as follows:
This example assumes that the value $user$ and $pswd$ exist as placeholders in the script and will be replaced with the true Userid and Password as in:
|
||||||||||||||||||||||||||||||