home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / qvt355.zip / QVT.HLP < prev    next >
Text File  |  1988-10-18  |  17KB  |  371 lines

  1. Exit/Suspend Program
  2.  Both of these commands terminate QVT and return to DOS.
  3.  
  4.  The difference is in their treatment of the communications line. 'Exit'
  5.  will break any existing phone connection, whereas 'Suspend' will not.
  6.  
  7.  'Suspend' will also save the QVT screen image to a file in the current
  8.  directory; this file will have the same root name as the current config
  9.  file. The saved image will be restored to the screen the next time that
  10.  config file is used.
  11.  
  12.  The 'Exit' option is for use when you want to exit permanently from QVT.
  13.  
  14.  The 'Suspend' option is intended for occasions when you want to exit
  15.  temporarily from QVT and perform some other tasks, and then return to
  16.  your QVT session.
  17. end
  18. DOS Shell
  19.  Starts up a copy of COMMAND.COM within QVT. This makes it possible to
  20.  issue DOS commands to perform file operations, then return to QVT at the
  21.  exact point where it was interrupted.
  22.  
  23.  This option is superficially similar to 'Suspend', the difference being
  24.  that 'Suspend' actually terminates QVT, whereas 'DOS' merely pushes it
  25.  into the background while you execute DOS commands.
  26.  
  27.  You should use 'DOS' when all you need to do outside QVT is a few simple
  28.  DOS operations, like displaying a directory listing. If you need to do
  29.  more extensive tasks, you should use 'Suspend' instead.
  30.  
  31.  When are finished using DOS, and wish to resume your QVT session, enter
  32.  the command 'EXIT' at the DOS prompt.
  33.  
  34.  WARNING! Do not attempt to start another copy of QVT from the DOS shell!
  35. end
  36. Kermit Uploads
  37.  The procedure for transmitting a file using KERMIT is as follows:
  38.  
  39.  1. Start KERMIT on the remote system, normally by issuing the 'KERMIT'
  40.     command. For binary file transfers, enter the Kermit command
  41.     'set file type binary'.
  42.  
  43.  2. Make sure that the remote Kermit is set to the same parity as QVT.
  44.     This is done using the Kermit 'set parity' command.
  45.  
  46.  3. At the 'Kermit>' prompt, issue the command 'receive'.
  47.  
  48.  4. Invoke the QVT 'File' menu, and select the command 'Kermit Send'.
  49.     This will bring up the Kermit Upload dialog box.
  50.  
  51.  5. Enter the name of the file to transfer. DOS pathnames and/or
  52.     wildcards are acceptable.
  53. endpanel
  54.  6. Answer the prompt asking whether Kermit should operate in Text or
  55.     Binary mode by entering a 'T' or 'B'; no carriage-return is required.
  56.  
  57.     Your response to this prompt should be consistent with the file type
  58.     expected by the remote Kermit.
  59.  
  60.  7. The transfer will now proceed until completion.
  61. end
  62. Kermit Downloads
  63.  The procedure for receiving a file using KERMIT is as follows:
  64.  
  65.  1. Start KERMIT on the remote system, normally by issuing the 'KERMIT'
  66.     command. For binary file transfers, enter the Kermit command
  67.     'set file type binary'.
  68.  
  69.  2. Make sure that the remote Kermit is set to the same parity as QVT.
  70.     This is done using the Kermit 'set parity' command.
  71.  
  72.  3. Issue the 'send' command to the remote Kermit, along with the name of
  73.     the file that you intend to transmit. Most Kermit implementations will
  74.     accept wildcards.
  75.  
  76.  4. Select 'Kermit Receive' from the QVT 'File' menu. This will bring up
  77.     the Kermit Download dialog box.
  78. endpanel
  79.  5. Answer the prompt asking whether to use Kermit's Text Mode or Binary
  80.     Mode by entering a 'T' or 'B'; no carriage return is required.
  81.  
  82.     Your response to this prompt should be consistent with the file type
  83.     expected by the remote Kermit.
  84.  
  85.  6. The transfer will now proceed until completion.
  86. end
  87. X/Y/Zmodem Uploads
  88.  Although there is no standard host user interface for these protocols,
  89.  they do have in common the principle that the remote side should be
  90.  started first.
  91.  
  92.  1. Make sure that the remote computer is ready to accept the file.
  93.  
  94.     On a host minicomputer, this will usually involve starting a program
  95.     that is used for file transfer with these protocols; an example of
  96.     such a program is Omen Technology's 'rb' program for Unix and VMS
  97.     systems.
  98.  
  99.     On PC bulletin boards, you should select the 'Upload' option from
  100.     the BBS menu.
  101.  
  102.  2. Select the appropriate 'Send' command from the QVT 'File' menu.
  103.  
  104.  3. Enter the name of the file that you want to transfer.
  105.  
  106.     For XMODEM, only a single file can be transferred. Y and Zmodem,
  107.     however, are able to transmit multiple files in a single batch.
  108. endpanel
  109.     In the current release, batch transfer is supported only in the
  110.     sense that you can include wildcards in the filename, and all files
  111.     that match the template will be transferred.
  112.  
  113.     Batch transfer of multiple files with unrelated names will be incor-
  114.     porated into a future release of QVT.
  115.  
  116.     In all cases, full DOS pathnames are supported.
  117.  
  118.  4. For Xmodem and Ymodem only:
  119.  
  120.     Answer the prompt which asks whether to use large or small packets.
  121.     When uploading to a host minicomputer, small packets should be used.
  122.     For PC Bulletin Boards which support Ymodem or Xmodem-1K, you may
  123.     use large packets.
  124.  
  125.  5. The transfer will now proceed until completion.
  126. end
  127. X/Y/Zmodem Downloads
  128.  Although there is no standard host user interface for these protocols,
  129.  they do have in common the principle that the remote side should be
  130.  started first.
  131.  
  132.  1. Make sure that the remote computer is set up and ready to start the
  133.     file transfer
  134.  
  135.     On a host minicomputer, this will usually involve starting a program
  136.     that is used for file transfer with these protocols; an example of
  137.     such a program is Omen Technology's 'sb' program for Unix and VMS
  138.     systems.
  139.  
  140.     On PC bulletin boards, you should select the 'Download' option from
  141.     the BBS menu.
  142.  
  143.  2. Select the appropriate 'Receive' command from the QVT 'File' menu
  144.  
  145.  3. For XMODEM only:
  146.  
  147.     Enter the name that the file will have on the PC.
  148. endpanel
  149.     The Ymodem and Zmodem protocols both transmit the filename along with
  150.     the file data.
  151.  
  152.  4. For XMODEM only:
  153.  
  154.     Answer the prompt which asks whether to use CRC error-checking. The
  155.     standard reply is 'N'; however, the CRC method is provides superior
  156.     error detection and is therefore preferable where available.
  157.  
  158.  5. The transfer will now proceed until completion.
  159. end
  160. Text File Upload
  161.  This command is useful when you have a small text file that you want to
  162.  copy directly up to the remote system without protocols. For example, you
  163.  may have a file that you want to send to another user on the host system
  164.  over the host's mail facility. You can start up the mail utility, put it
  165.  into 'input mode', where it is waiting for you to type in the message, then
  166.  use QVT's 'Text Upload' command to transfer the PC file directly into the
  167.  remote mail system.
  168.  
  169.  Characters will be displayed on the screen as they are echoed by the host.
  170. end
  171. Log File
  172.  This command causes the incoming stream of data to be copied verbatim to a
  173.  file on the PC. Unlike some other communications programs, QVT writes the
  174.  data to disk as it is received, with the result that the amount of data that
  175.  you can capture is limited only by the amount of space on your disk.
  176.  
  177.  To use this command, you begin by selecting the 'Log File' command from
  178.  the 'File' menu. A window will pop up which contains a field for you to
  179.  enter the name of the file that should be opened for logging. As soon as you
  180.  hit <Return>, QVT will return you to interactive mode. At this point, all
  181.  received characters will be written to the log file as soon as they are
  182.  displayed on the screen.
  183.  
  184.  To close the log file, simply select the 'Log File' command again.
  185. end
  186. Capture Screen Image
  187.  Use this command to copy an exact image of the screen to a disk file. The
  188.  image will be written in the form of 25 lines of 80 characters, with a
  189.  carriage-return/linefeed at the end of each line. The resulting file is
  190.  suitable for printing, or for inclusion in a word-processing document.
  191. end
  192. Terminal Setup
  193.  This is a popup window with prompts that allow you to change the screen
  194.  and keyboard behavior of QVT. Each line in the window represents a config-
  195.  urable parameter, and at the right-hand side are displayed the current
  196.  values of these parameters.
  197.  
  198.  To change a parameter, you first move the cursor (using the up and down
  199.  arrow keys) so that it is sitting on the correct line. Then, press the
  200.  <GreyPlus> key repeatedly until the desired value appears under the cursor.
  201.  
  202.  When you are finished, press the <Esc> key to erase the window. QVT will
  203.  begin using the new settings immediately.
  204.  
  205.  Complete descriptions of the parameters displayed in this window are
  206.  contained in the QVT User Manual.
  207. end
  208. Communications Setup
  209.  In order to communicate with a wide variety of systems, it is necessary for
  210.  QVT to adapt to many different communications environments. This command is
  211.  used to match the configuration of the PC's communication port to the equip-
  212.  ment at the other end of the connection (usually a modem or a computer).
  213.  
  214.  First, you must know which port on your PC is the one you are using for
  215.  communications. If you have only one serial port, then it will be 'COM1'.
  216.  
  217.  Having selected the PC port, you then need to determine the operating values
  218.  of the remote equipment. For modems, consult the owner's manual. If you
  219.  are connected directly to another computer, ask the system manager. You
  220.  should then set QVT's operating parameters to the same values for baud rate,
  221.  data bits, stop bits, parity, and flow control.
  222.  
  223.  When finished, press the <Esc> key. The window will be erased, and QVT will
  224.  begin using the new settings.
  225. end
  226. Phone Number Setup
  227.  QVT allows up to ten phone numbers to be associated with a single configur-
  228.  ation. These ten numbers are treated by default as a 'rotary' group; i.e.,
  229.  it is assumed that all of the numbers in the set are for the same host
  230.  system. QVT dials the first number first, and if that number is busy, goes
  231.  on and dials the second number. This pattern continues until a connection
  232.  is established.
  233.  
  234.  Alternatively, the set of numbers may refer to different hosts, in which
  235.  case the 'Number' option on the 'Modem' menu is used to select a single
  236.  number to use for the current session.
  237.  
  238.  The 'Phone Number' option on the 'Settings' menu is the means for entering
  239.  phone numbers into the configuration file. The format is simple: enter
  240.  the number itself, followed by an optional colon (':') and any comments
  241.  which may be appropriate. Normally, comments are needed only when the num-
  242.  bers in the set are for different hosts; the comments may be used to spec-
  243.  ify the hosts which are associated with the numbers.
  244. endpanel
  245.  The use of separators such as parentheses and dashes is acceptable in a
  246.  phone number; they will be ignored by QVT when the number is dialed.
  247. end
  248. Function Key Setup
  249.  QVT allows the use of the <Alt-F1> through <Alt-F10> keys as programmable
  250.  function keys. This means that you may assign string values to these keys,
  251.  and these strings will be transmitted when you press one of the programmed
  252.  keys.
  253.  
  254.  The assignment of strings to keys is performed using the 'Function Keys'
  255.  command on the 'Settings' menu. Next to each key is a 40-character input
  256.  window for entering the program strings. Current values will be displayed
  257.  when the window first pops up. If you want to retain an existing value,
  258.  press the <Tab> key when the cursor moves into the field containing that
  259.  value.
  260.  
  261.  Key program strings may contain any ASCII character, including control
  262.  characters. To include a control character, enter a '^', followed by the
  263.  letter to which the control character corresponds. For example, <Ctrl-C>
  264.  would be represented as ^C.
  265.  
  266.  Function key programs will be saved in the config file when the 'Make
  267.  Config' command is executed. They will be loaded from the config file
  268.  (along with other QVT settings) when the 'Load Config' command is used.
  269. end
  270. Load Configuration
  271.  QVT configuration files make it easy to store and retrieve setup values
  272.  which are different from the startup default values. These files, which must
  273.  have the extension '.VT', may be created by using by QVT command 'Make
  274.  Config File', or by manually typing in values with a text editor. The 'Load
  275.  Config' command gives you the ability to read in these files and quickly
  276.  reconfigure QVT so that it will use the setup values contained in the file.
  277.  
  278.  When 'Load Config' is selected from the 'Settings' menu, a small popup
  279.  window will appear near the middle of the screen. This window will contain
  280.  a list of all of the config files which are available in the current drive/
  281.  directory. There are two ways to select the desired config file. First,
  282.  you can use the cursor keys to highlight the filename, then press <Return>.
  283.  The second method is a little faster: simple press the key which corresponds
  284.  to the letter that precedes the desired filename; you don't need to press
  285.  <Return>.
  286.  
  287.  QVT will read in the config file, reconfigure itself according to the values
  288.  stored there, then return to normal interactive mode.
  289. end
  290. Save Configuration
  291.  This command is used to save the current operating configuration for use at
  292.  a later time.
  293.  
  294.  When 'Save Configuration' is invoked, a popup window will appear which con-
  295.  tains a field for entering or updating the name of the file to which the
  296.  configuration should be saved. You should enter a filename into this field,
  297.  terminating the entry with a <Return>.
  298.  
  299.  You need enter only the root part of the filename, since QVT will automat-
  300.  ically add the extension '.VT'.
  301.  
  302.  If you want to cancel the 'Save' operation, press <Esc>.
  303. end
  304. Automatic Dialing
  305.  For each system that you communicate with, QVT allows you to store the phone
  306.  number at which the system may be reached. This number may then be dialed
  307.  automatically using the 'Dial' command. Before using 'Dial', you should have
  308.  previously loaded a config file that contains a phone number.
  309.  
  310.  When invoked, 'Dial' will attempt to dial the number for the current system.
  311.  If a connection is established, a 'Connected' message will be displayed, and
  312.  QVT will return to interactive mode. If no connection is achieved within 40
  313.  seconds, 'Dial' will abort the attempt, wait 10 seconds, and try again. This
  314.  cycle will continue until you press the <Esc> key; this will cancel the
  315.  'Dial' session at any point and return to interactive mode.
  316.  
  317.  Dialing is more complicated if the current configuration contains more than
  318.  one phone number. The default procedure is to treat the set of numbers as a
  319.  'rotary group'; i.e., if no connection is established at the first number,
  320.  QVT will try the second number, and so on. When the last number is reached,
  321.  QVT will 'wrap around' to the first number.
  322.  
  323.  Alternatively, if the 'Number' command has been used to select a single
  324.  number from the set, only that number will be used, and it will be re-dialed
  325.  repeatedly until a connection is made.
  326. end
  327. Login Scripts
  328.  One of the conveniences of QVT is its ability to automatically log you in
  329.  to the host system after a connection has been established. This is done
  330.  by means of a 'script file' that you may create, and which will be used by
  331.  QVT to carry on a dialogue with the host.
  332.  
  333.  Script files are invoked in two ways. First, if you have used the 'Dial'
  334.  command to establish a phone connection to a host, and if a script file
  335.  is associated with the current configuration, then that script will be
  336.  executed as soon as the phone connection is made.
  337.  
  338.  Second, you may execute the script directly by selecting the 'Script' menu
  339.  command.
  340.  
  341.  A script file is associated with your current session by using the param-
  342.  eter "login=<filename>" in the config file.
  343.  
  344.  The various commands which may be used in a script file are documented in
  345.  the QVT User Manual.
  346. end
  347. Modem Hangup
  348.  This command will break any existing telephone connection. In order for
  349.  this command to work correctly, you must set up your modem as described
  350.  in the 'Hardware Requirements' section of the QVT User Manual. This is
  351.  because QVT performs the disconnect by temporarily dropping the DTR line,
  352.  instead of using the Hayes modem hangup sequence.
  353. end
  354. Phone Number Selection
  355.  QVT allows up to ten phone numbers to be associated with a single configur-
  356.  ation. For dialing purposes, the default procedure is to treat these numbers
  357.  as a 'rotary group' (see 'Automatic Dialing').
  358.  
  359.  You may, however, instruct QVT to use only a single number from the set by
  360.  using the 'Number' command ('Modem' menu). The list of available numbers
  361.  will be displayed in a popup window. To select a number, move the highlight
  362.  bar to the desired number, then press the <Return> key.
  363.  
  364.  The 'Number' popup window may be erased without changing anything by press-
  365.  ing the <Esc> key.
  366.  
  367.  To Cancel the selected number without selecting another one, press the <Del>
  368.  key. Note that this will have the effect of returning QVT to the 'rotary'
  369.  dialing mode.
  370. end
  371.