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