home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / logit102.zip / readme < prev   
Text File  |  1997-09-10  |  2KB  |  80 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                     D O N ' T         P A N I C 
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                     ;-)
  22.  
  23.  
  24. LogIt 1.02 Readme
  25. =================
  26.  
  27. LogIt is not a big thing, so this is not a big readme.
  28.  
  29. First of all:
  30.  
  31. This program is FREEWARE. It is NOT guaranteed that it does anything, anything 
  32. useful or anything dangerous on your system. I tested it, and it's so simple
  33. that I don't think it could cause any damage to your system. But in spite of 
  34. that, I'm absolutely NOT responsible for anything. 
  35. To make it quite clear: YOU USE THIS PROGRAM ON YOUR OWN RISK.
  36. You have the license to use it and to copy it. But you MUST NOT sell this 
  37. program or charge a copy fee >2 US$. 
  38. Please inform me if you want to copy it on a shareware publication.
  39.  
  40.  
  41. What it does: 
  42.  
  43. LogIt writes a message with time and date to a textfile. It's purpose is to 
  44. log system / program activities. For example you want to log every startup 
  45. time/date of your system: just put a LogIt-Call into you startup.cmd.
  46. Or you have a cmd-script for polling via UUCP - just put a LogIt-Call into this
  47. script. I found several usages for this small tool, and I'm glad if you have 
  48. some usage for it too ;-)
  49.  
  50. The call is quite simple:
  51.  
  52. LogIt <logfile> "<message to log>"
  53.  
  54. For example to log every start of your system:
  55.  
  56. LogIt c:\logs\startup.log "My system started."
  57.  
  58. After a startup you will find in c:\logs a textfile named startup.log. It
  59. contains something like that:
  60.  
  61. + 13 Aug 23:34:10 LOG My system started.
  62.  
  63. I think there's no need for further explanations. If you find a bug or have a 
  64. nice idea for this tool, write to:
  65.  
  66. julian@10vorne.shnet.org
  67. Julian Buss@2:240/5210
  68.  
  69. snail-mail:
  70.  
  71. Julian Buss
  72. Tinsdaler Weg 127
  73. 22880 Wedel
  74. Germany
  75.  
  76. NOTE: this addresses are guaranteed until 01.01.1998. 
  77.  
  78. <eof>
  79.  
  80.