home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / RASLOG20.ZIP / README.TXT < prev   
Text File  |  1998-04-29  |  5KB  |  134 lines

  1. RasLog Version 2.0 - (c) 1997-89 by IMSoft DI Michael Karg
  2. Graf Starhemberrg. 32/2/3
  3. 1040 Wien
  4. Austria
  5. Phone: ++43 (1) 5056190
  6. e-Mail: michael.karg@bigfoot.com
  7.  
  8. RasLog is a utility to log the connection duration of the remote access
  9. (dialup) network. It can be used for NT or Windows 95 systems. There are
  10. different versions of the program for each system. raslog.exe is for
  11. Windows NT systems (4.0 or higher), raslog95.exe is for Windows 95
  12. systems.
  13.  
  14. ===========
  15. Windows NT:
  16. ===========
  17.  
  18. (for Windows 95 installation see later in this file)
  19. It is very easy to install. You need to start a command prompt...
  20.  
  21. 1. Copy raslog.exe to <WinNTDir>\SYSTEM32 e.g.
  22.    Your Windows directory is C:\WINNT:
  23.  
  24.       COPY raslog.exe C:\WINNT\SYSTEM32
  25.  
  26. 2. Copy MSVCRT40.DLL to Your SYSTEM32 directoy (the same as
  27.    above) ONLY if You have no or an older version of MSVCRT40.DLL in
  28.    Your SYSTEM32 directory e.g.:
  29.  
  30.       DIR C:\WINNT\SYSTEM32\MSVCRT40*.*
  31.  
  32.       DIR MSVCRT40*.*
  33.  
  34.       Compare the dates, and copy if the one distributed with raslog1.zip
  35.       is newer.
  36.  
  37.       COPY MSVCRT40.DLL C:\WINNT\SYSTEM32
  38.  
  39. 3. Register the Remote Access Logger Service as a service under WinNT:
  40.  
  41.       RASLOG /Register DOMAIN\USERNAME PASSWORD
  42.  
  43.    If You are connected to a DOMAIN controller pass Your Domain, or
  44.    if You are a single Workstation pass as DOMAIN the name of Your
  45.    Workstation or simply ".". Use an Username and a Password from
  46.    the Administrator (must have write access to ...\SYSTEM32\RAS).
  47.  
  48.    e.g.
  49.       RASLOG /Register MyDomain\Administrator theAdminPassword
  50.    or, for local accounts
  51.       RASLOG /Register .\Administrator theAdminPassword
  52.  
  53. 4. Restart the computer,
  54.  
  55. 5. Start up the service.
  56.  
  57.    Select Start->Settings->Control Panel->Services
  58.  
  59.    Scroll down the list to "Remote Access Logger" and select the "Start"
  60.    button. You do not need to do this at every reboot because the service
  61.    is registered with "Automatic" startup. This means that the service
  62.    starts up automatically at every reboot.
  63.  
  64.  
  65. Now You are ready to use RasLog. Connect to a remote computer with remote
  66. access. Wait a little bit and disconnect...
  67.  
  68. Raslog writes a file in ...\SYSTEM32\RAS named connect.log
  69. The file has the form
  70.  
  71. Username;FromDate;FromTime;ToDate;ToTime;ConnectionName;PhoneNo;Ras-UserName
  72.  
  73. FromDate and ToDate are in the form DD.MM.YYYY
  74. FromTime and ToTime are in teh form HH.MM.SS
  75. Username is the currently logged username on the NT-System,
  76. ConnectionName is the name of the Dial-Up connection,
  77. PhoneNo is the dialed phone number (could not be obtained in some configurations).
  78. Ras-UserName is the username used to log on on the remote system.
  79.  
  80. Usually PhoneNo is in the form of ++CountryCode (AreaCode) Number,
  81. if the Telephone TAPI is used, elsewhere the number is just in the form
  82. as entered by the user.
  83.  
  84. You can get help of the command line options of RasLog if You type
  85.  
  86. RASLOG /Help
  87.  
  88.  
  89. If You have problems with RasLog try the following:
  90.  
  91. - Stop the Service in Control Panel->Services.
  92. - Start Raslog manually by typing
  93.   RASLOG /Console
  94. - Connect with Remote Access and disconnect
  95. - Look if any error messages appears in the window.
  96.  
  97. If You cannot solve the problem please e-mail to michael.karg@bigfoot.com.
  98.  
  99. ===========
  100. Windows 95:
  101. ===========
  102.  
  103. 1.) Just add raslog95 to Your autostart Program folder (by creating a
  104.     new shortcut). Or simply start raslog95.exe every time you whish
  105.     to log your Dial-up networking.
  106.  
  107. Raslog writes a file in WINDOWS\SYSTEM named connect.log
  108. The file has the form
  109.  
  110. Username;FromDate;FromTime;ToDate;ToTime;ConnectionName;PhoneNo;Ras-UserName
  111.  
  112. FromDate and ToDate are in the form DD.MM.YYYY
  113. FromTime and ToTime are in teh form HH.MM.SS
  114. Username is always "<local>" for Windows 95.
  115. ConnectionName is the name of the Dial-Up connection,
  116. PhoneNo is the dialed phone number (could not be obtained in some configurations).
  117. Ras-UserName is the username used to log on on the remote system.
  118.  
  119. The PhoneNo could not be obtained, if the TAPI is used. Currently there is
  120. no API available to query this from Win95. In this case "<unknown>" is
  121. used as PhoneNo.
  122.  
  123. -------------------------------------------------------------------------
  124.  
  125. The "connect.log" file can be read easily by MS Excel or any other text
  126. editor. Maybe i will write program to display the contents of the log file
  127. in several ways...
  128.  
  129. For Your information the source code "raslog.cpp" is also included.
  130.  
  131. Have much fun with RasLog
  132.  
  133. Michael Karg
  134.