home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol8n19.zip / 1STCLASS.TBL < prev    next >
Text File  |  1989-10-04  |  1KB  |  38 lines

  1.  
  2. TABLE A (in SIDEBAR)
  3. Title:  1STCLASS's Command Set
  4.  
  5.  
  6. P    Specifies COM port (1, 2, 3 or 4) for num and the line speed for 
  7.     "str".  There are no defaults for these parameters.  A P command 
  8.     must appear in every script before any T or R command is listed. 
  9.     For example: P 2 "1200"
  10.  
  11. C    No num; used as "str", writes a comment to the screen.  For 
  12.     example: C "This is a comment ^M^J"
  13.  
  14. D    Delays (pauses) for num seconds; no "str", no default.  For 
  15.     example: D 15
  16.  
  17. T    No num; transmits a string ("str").  See B for example.
  18.  
  19. R    Waits num seconds (timeout) for a specified "str" to be received.  
  20.     The default num value of 0 tells 1STCLASS to wait forever.  The 
  21.     user can abort the script by pressing Esc.  See B for example.
  22.  
  23. B    No num, no "str".  The B command resets the bps rate of a multi-    
  24.     speed modem.  The following sequence, for example, would dial 
  25.     up, wait 40 seconds, then change your modem speed on the basis 
  26.     of the "CONNECT" message:
  27.     
  28.     T "ATDT123-4567^M
  29.     R 40 "CONNECT"
  30.     B
  31.  
  32. M    No num, no "str"; enters Mail Link processing in "master" mode.  
  33.     Any script file for calling MCI must contain an M command; it 
  34.     marks the point at which 1STCLASS should switch into a Mail Link 
  35.     session.  Once that session terminates, execution of the script file 
  36.     continues.
  37.  
  38.