home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource3 / 121_01 / call.doc < prev    next >
Encoding:
Text File  |  1985-08-21  |  2.0 KB  |  68 lines

  1.  
  2.  
  3.      CALL (1)                  BDS C Users' Group                  CALL (1)
  4.  
  5.  
  6.  
  7.  
  8.      NAME   
  9.      NAME 
  10.           call - dial remote systems by name, using hayes smartmodem 
  11.  
  12.  
  13.      SYNOPSIS   
  14.      SYNOPSIS 
  15.           call                           
  16.           call <sysname> [-|[command]] 
  17.  
  18.  
  19.      DESCRIPTION   
  20.      DESCRIPTION 
  21.           ____                                                         
  22.           Call is a program which uses the auto-dial features of the 
  23.           hayes smartmodem to dial phone numbers by name.  It takes 
  24.           one or two arguments.  
  25.           The first argument is the name of the system that you want 
  26.           to talk to.  This is compared with a list of names in the 
  27.           file 'call.dat', and the corresponding phone number from 
  28.           this file is selected.  
  29.           The second (optional) argument is the name of a com file to 
  30.           be run when the call is connected.  If this argument is 
  31.           missing, the default com file ('telnet') is run.  
  32.           Alternately, this argument may be a '-', which causes a 
  33.           return to the ccp.  
  34.  
  35.  
  36.      CAVEATS   
  37.      CAVEATS 
  38.           This program was tested with v1.50 of the BDS C compiler 
  39.           under CP/M 2.2.  It should work with other versions of BDS C 
  40.           and CP/M, but has not been tested.  
  41.  
  42.  
  43.      EXAMPLES   
  44.      EXAMPLES 
  45.           call bbs        calls the system named 'bbs' in the phone number
  46.                           file, and then runs 'telnet'
  47.           call cnode -    calls the system named 'cnode', then returns to
  48.                           the CP/M CCP
  49.  
  50.  
  51.      FILES   
  52.      FILES 
  53.           call.dat 
  54.  
  55.  
  56.      NOTES   
  57.      NOTES 
  58.           Requires local.c for link.  
  59.  
  60.  
  61.           Recommended switch settings for the Smartmodem are: 
  62.           switches 2, 3, 4 down, others as required by system.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                       -1-
  85.  
  86.  
  87.  is connected.  If this argument is 
  88.           missing, the default com file ('telnet')