home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / login5.arj / TTMANUAL.TXT < prev   
Text File  |  1992-03-18  |  13KB  |  296 lines

  1. Tamalpais Technologies - The Login Checker (V1.05 (3-16-92))
  2. Copyright (c) 1991, 1992 - All rights reserved
  3. ────────────────────────────────────────────────────────
  4.  
  5.  
  6.  
  7. Introduction 
  8. ──────────────
  9. One day, I was sitting at my desk at work (I am a MIS / Help Desk manager for 
  10. a major software company) when the phone rang. It was someone from the 
  11. Marketing deparment, they were in Excel in Windows and they could not print to 
  12. the printer, it gave them some error message.  I explained to the person 
  13. (who has great Marketing skills but little computer skills) that the problem 
  14. most likely was due the fact that she had not logged in. This got me 
  15. thinking... This was the third call that day for a problem related to the fact 
  16. that the employee had not logged in.  Of course I couldn't blame the employee, 
  17. the message that they were not logged in flashes by as the rest of their 
  18. AUTOEXEC.BAT file is executed.  
  19.  
  20. I asked myself, why didn't Novell make the login.exe program check to see 
  21. if you logged in correctly and if not, ask you to try again?
  22.  
  23. So I dusted off my 'C' manuals, turned on my tunes on and got to work on trying 
  24. to correct this little problem.  Hence, the birth of The Login Checker.   I 
  25. implemented it at the company that I work for and after 3 weeks of not having 
  26. ANY calls related to not logging in (and having no one complain about any 
  27. problems with The Login Checker itself - could the first try be bug free??)  
  28. I decided that maybe others could benefit from this handy dandy tool. After 
  29. only 2 months over 200 people downloaded it from Compuserve, so I must have 
  30. been right!
  31.  
  32. After having it in place at work for a couple of months I noticed another 
  33. hidden benefit.   Many of the employee's liked to add there login name after 
  34. the login call in their AUTOEXEC.BAT (saving them from having to type it in).  
  35. This was great for them but frustrating to the Help Desk staff because if you 
  36. wanted to do any work setting up there machine you had to either not login 
  37. (and miss whatever setup pertained to the network in their AUTOEXEC.BAT) or 
  38. change their AUTOEXEC.BAT and reboot.  What a pain.  With The Login Checker, 
  39. all we needed to do was press return at the PASSWORD: prompt and type in our 
  40. own login name and password instead.  Life is good again and we go home 
  41. smiling now (most of the time!).
  42.  
  43. The Login Checker is simpler in design than most people think.  The easiest 
  44. way to test it and use it is to simply copy the two files (TTLOGIN.EXE and 
  45. TTLOGIN.CFG) to the LOGIN directory and change your AUTOEXEC.BAT to use 
  46. TTLOGIN.EXE.  If you ever feel the need to login using the regular Novell login, 
  47. you can always type LOGIN.EXE.  
  48.  
  49. I hope you The Login Checker is as useful to you as it was to us.  Many thanks 
  50. to all of you who have send me your comments on the program and those of you 
  51. who have joined our family of registered users. Please send me any comments 
  52. you have about the product, good or bad, and any ideas you have that would 
  53. improve it.   
  54.  
  55.  
  56.  
  57. Description:
  58. ──────────────
  59. The Login Checker is a program that is designed to check whether you have 
  60. logged into a Novell network or not.  This is advantageous for several 
  61. reasons:
  62.  
  63.                 *       Less typing and frustration when logging in.
  64.                 *       Less calls to the MIS / System Administration  /
  65.                         Help desk - because employees will know when they 
  66.                         type their login name or password incorrectly.
  67.                         (Most of the time they do not know they did not    
  68.                         login because the login command is part of the 
  69.                         autoexec.bat file, so the 'Access denied' message 
  70.                         scrolls past before they can read it).
  71.  
  72.                 *       If a station is set up to login with that person's
  73.                         login name (I.E. LOGIN MIKE), pressing return with
  74.                         TTLOGIN will ask you for the new login name, so that
  75.                         if someone else wants to log in to that station (such
  76.                         as System Administrators!) all the network commands in 
  77.                         the 'AUTOEXEC.BAT' file that requires network login 
  78.                         are still executed.                        
  79.  
  80.  
  81. How to Use:
  82. ────────────
  83.  
  84. Copy the two files (TTLOGIN.EXE and TTLOGIN.CFG) into the F:\LOGIN directory 
  85. (you must be logged in as supervisor to do this).  Then type (or add to your 
  86. `autoexec.bat' file):
  87.  
  88.                         ttlogin <LOGINNAME>
  89.  
  90. You will need to keep LOGIN.EXE in that same directory.  You do need to be 
  91. in the \LOGIN directory to use this program.  If you login without making 
  92. any mistakes, it will look and act just like regular LOGIN.EXE.  If you 
  93. mistype your login name or password, The Login Checker will ask you if you 
  94. want to login again.  This continues until you either login correctly or 
  95. answer no to the question.
  96.  
  97.  
  98.  
  99.    For Experienced System Adminstrators:
  100.    ──────────────────────────────────────────
  101. System Adminstrators can easily give everyone access to TTLOGIN, without
  102. having to modify everyone's machines.  This is recommended for System
  103. Adminstrators that have experience with DOS and Novell. If you do not
  104. have much experience, you may want to use the method suggested above.
  105.  
  106. Here's how:
  107.  
  108.       * Login as supervisor.
  109.       * Copy TTLOGIN.EXE and TTLOGIN.CFG into the F:\LOGIN directory.
  110.       * Using `attrib' or another utility, remove the
  111.         'READ ONLY' tag from Novell's LOGIN.EXE program.
  112.       * Rename the orginal LOGIN.EXE to another name:
  113.  
  114.                     REN LOGIN.EXE LGN.EXE
  115.  
  116.           * Rename TTLOGIN to LOGIN.EXE:    
  117.  
  118.                     REN TTLOGIN.EXE LOGIN.EXE
  119.  
  120.           * Use an ASCII editor to change the first line in TTLOGIN.CFG to the 
  121.             new name you gave Novell's LOGIN.EXE (LGN.EXE).
  122.           * Reset the `READ ONLY' attribute on Novells LOGIN.EXE (now LGN.EXE). 
  123.  
  124. This makes it so that if anyone types LOGIN (or it is in an `autoexec.bat' 
  125. file), it will automatically call The Login Checker.  Be careful NOT to delete 
  126. Novell's LOGIN.EXE.  You will need that to log in.
  127.  
  128. If you want to login without using The Login Checker, simply type the new name 
  129. you gave Novell's (LGN.EXE).
  130.                 
  131. System Adminstrators can also modify the second line, which may help to 
  132. explain to end users which file server they are logging into.
  133.  
  134.  
  135.  
  136. Registration: 
  137. ────────────────
  138.  
  139.   Register this product and you will receive:
  140.  
  141.            * The very latest version (with extra features)
  142.            * Information on other Tam Tech products
  143.            * A clear conscience!
  144.  
  145.  
  146.   The Login Checker is shareware (give one to a friend!), but NOT freeware
  147.   You must register the copy (and pay the fee) to use it (we do want to eat!)
  148.  
  149.   When you register the copy, Tamalpais Technologies will send you the latest 
  150.   version.  This copy will include all new features developed so far. 
  151.  
  152.   Some ideas we may include in the future are:
  153.  
  154.       *  The ability to check for more than one file server on a network
  155.       *  Ability to explain to end users which server they are logging into 
  156.          (Done, see above)
  157.       *  New features that we dream up before you get it!
  158.  
  159.  
  160.  
  161.   The cost is:
  162.        
  163.       Number of    Price
  164.       users:
  165.       ──────────────────
  166.       1 to 25:     $30
  167.       26 to 50:    $45
  168.       51 to 75:    $60
  169.       76 to 100:   $75
  170.       
  171.       101 to 125:  $90
  172.       126 to 150:  $105
  173.       151 to 175:  $120
  174.       176 to 200:  $135
  175.       
  176.       201 to 225:  $150
  177.       226 to 250:  $165
  178.       251 to 275:  $180
  179.       276 to 300:  $195
  180.       
  181.       301 to 325:  $210
  182.       326 to 350:  $225
  183.       351 to 375:  $240
  184.       376 to 400:  $265
  185.  
  186.       (Comes out to approximately $15 for every 25 users)
  187.  
  188.  
  189.   For site licenses for larger networks, please call TamTech (415) 927-0333.
  190.  
  191.  
  192.   To register the product, please send check, cash or money order to:
  193.  
  194.        Tamalpais Technologies
  195.            PO Box 125
  196.            Larkspur, CA 94977
  197.  
  198.    
  199.  
  200.  
  201. Suggestions / Support: 
  202. ─────────────────────────
  203.  
  204. We welcome suggestions for improved features for The Login Checker, as well as 
  205. ideas for new utilities you'd like to see.  We already have some idea's we are 
  206. playing with for future releases, such as automatic path correction (so that 
  207. when you logout your path is returned to it's healthy state), message ability 
  208. - so that the System Administrator can notify the user what server they are 
  209. logging into, etc.
  210.  
  211. To contact us, write us at the above address, send us a Compuserve Email (to 
  212. 73257,2166)  or call Tamalpais Technologies at (415) 927-0333.  We would like 
  213. to here from you, so please do write or call us and tell us your complements, 
  214. problems, or new feature ideas.
  215.  
  216.  
  217.  
  218. Disclaimer:
  219. ────────────────
  220.  
  221. This software has been tested thoroughly and is believed to be free of 
  222. problems, however, software is one of the most complicated kind of product 
  223. produced by humans. No person can be absolutely and completely certain that a 
  224. piece of complicated software will work in any given machine and environment.  
  225. Therefore, you are completely responsible for determining the fitness of this 
  226. program and Tamalpais Technologies and it's staff are not liable for any damages.
  227.  
  228.  
  229.  
  230.  
  231.  
  232. Product Revision History:
  233. ─────────────────────────────
  234.  
  235. Revision History:
  236.  
  237. ******  Version         Release Date    Change
  238. ******  -------------------------------------------------
  239. ******  1.00            8-17-91         First release
  240. ******                  No Bugs yet ....
  241. ******                  (I'm closing my ears!)
  242. ******  ....................................................................
  243. ******  1.01            9-11-91       * First Registered version
  244. ******
  245. ******                      *    Added the feature that allows you to
  246. ******                                  use the same login name again.
  247. ******
  248. ******                                * Removed the 'ESC for info' line for
  249. ******                                  Registered users.
  250. ******  ....................................................................
  251. ******  1.02          12-13-91        * Added pop up boxes for the info
  252. ******                                * Removed the `Tamalpais Technologies' message
  253. ******                                * Changed it so that the directory in the
  254. ******                                  login script is where you end up after
  255. ******                    using TTlogin.
  256. ******                                * Changed it so that you can login from
  257. ******                                  any directory even though you are already logged
  258. ******                                  in.
  259. ******                                * Included reading TTLOGIN.CFG - Reads
  260. ******                                  Date info, Program Name, Info Line, Reg information
  261. ******                                  This version requires TTLOGIN.CFG in the Login directory
  262. ******
  263. ******  ....................................................................
  264. ******  1.03           2-10-92       * Fixed the display bug created by reading in the lines of
  265. ******                       of text wrong from TTLOGIN.CFG
  266. ******                     * Now writes "Logging into" before the server line
  267. ******                            if no name was typed in as a argument.
  268. ****** ....................................................................
  269. ****** 1.04           2-21-92        * Trying to fix the problem in where the
  270. ******                       Login Checker conflicts with the programs
  271. ******                                 being executed from the System Login Script.
  272. ******                                 (Problem was NOT fixed, it still conflicts with
  273. ******                                  the 'exit' command in the login script).
  274. ******                                 (This version was never released)
  275. ****** .....................................................................
  276. ****** 1.05           3-16-92       *  Allows more than one argument to be passed
  277. ******                       to LOGIN.EXE (You can have up to five now).
  278. ******
  279. ******                              *  Created a way for customers to get rid of the
  280. ******                                 line "Logging into" if they would like.
  281. ******                                 They remove everything from line 2 in TTLOGIN.CFG
  282. ******                                 (make sure there are no spaces) and it will
  283. ******                                 eliminate that line.
  284. ******
  285. ******
  286. ****** ____________________________________________________________________
  287. ****** Known bugs:
  288. ******
  289. ******         *  If you run a program from inside of the login script AND you
  290. ******         run a program from a batch file AFTER The Login Checker, the
  291. ******      program inside the login script does not run.  It works fine
  292. ******        if you do not run a program in the batch file calling The
  293. ******        Login Checker.
  294. ******
  295.  
  296.