home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / pegasus / download / w32-401.exe / RASDIAL.ZIP / readme.txt < prev   
Text File  |  1998-04-03  |  2KB  |  56 lines

  1.  
  2.                       RASDIAL95 1.1 (4/3/98)
  3.          Command-line Remote Access Dialer for Windows 95
  4.  
  5.  
  6. RASDIAL95 is a command-line remote access (dial-up networking) dialer for
  7. Windows 95.  It's based on the RASDIAL command on Windows NT and the usage 
  8. is very similar.  RASDIAL95 will allow you to dial and hangup a remote
  9. access phone entry.
  10.  
  11. USAGE:
  12.     To dial:
  13.         rasdial95 entryname [username [password]] [/DOMAIN:domain]
  14.                   [/PHONE:phonenumber] [/CALLBACK:callbacknumber]
  15.             The entry name is the name of the icon that is in the dial-up
  16.             networking folder.  Enclose the entry name in double quotes if
  17.             it contains spaces.
  18.             If the phone number is specified, it overrides the number stored
  19.             in the dial-up connection icon.
  20.  
  21.     To disconnect:
  22.         rasdial95 [entryname] /DISCONNECT
  23.             If an entry name is not specified, the first connection will be
  24.             disconnected.
  25.  
  26.     To list connected entries:
  27.         rasdial95
  28.  
  29. ERROR LEVELS:
  30.     For integration into batch files, the following errorlevels are
  31.     returned by RASDIAL95:
  32.     
  33.     0:    When dialing, errorlevel 0 is returned if the specified entry
  34.         was successfully dialed or if it was already connected.
  35.         When hanging up, errorlevel 0 is returned if the specified
  36.         entry was successfully hanged up or if it was not connected.
  37.  
  38.     1:  Errorlevel 1 is returned if the dial or hangup command fails.
  39.  
  40.     2:    Errorlevel 2 is returned if the dial command was aborted by
  41.         the user with Control-C or Control-Break.
  42.  
  43. REVISION HISTORY:
  44.  
  45. 1.0    (11/08/97):
  46.     o    Initial release
  47.  
  48. 1.1    (4/3/98):
  49.     o    Allowed the phone number and callback number to be specified on 
  50.         the command line.
  51.     o    Added control-break handling to properly abort the dial command.
  52.  
  53.  
  54. Please send comments and suggestions to:
  55. Claudio Fahey <claudio@osz.com>
  56.