home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / NOVELL / LANTOO.ZIP / LANTOOLS.DOC next >
Encoding:
Text File  |  1991-05-03  |  15.8 KB  |  389 lines

  1.                             DevonSoft's
  2.                        LANTools Version 1.0
  3.                             May 3, 1991
  4.  
  5.                          ╒══════════════╕
  6.                          │ Introduction │
  7.                          ╘══════════════╛
  8. As a Systems Administrator or one who creates networks for a
  9. living, you probably already know that the glue that holds these
  10. complex systems together is the little Batch files and utilities.
  11. DevonSoft's LANTools is a collection of such utilities designed to
  12. make your life a little easier.
  13.  
  14.                          ╒══════════════╕
  15.                          │ Requirements │
  16.                          ╘══════════════╛
  17. Most of the functions in LANTools operate directly with the Novell
  18. Bindery information.  Because of this integration with Netware,
  19. LANTools will not work on any other network type, or on stand-alone
  20. machines.  Besides that small requirement, you should have the
  21. following resources available:
  22.  
  23.  
  24. √    IBM Personal Computer or Copmpatible.
  25.  
  26. √    256K RAM Free or more
  27.  
  28. √    VGA, EGA, CGA, Mono, or Hercules Monitors are supported
  29.  
  30. √    Novell Netware 2.1x and above, or ELS versions (versions below
  31.      2.1x may not support the printing functions)
  32.  
  33.                    ╒══════════════════════════╕
  34.                    │ Registration and Support │
  35.                    ╘══════════════════════════╛
  36. LANTools is not free software.  If you use any of the utilities
  37. contained in this package after a 30 day trial period, you need to
  38. support our development efforts by sending a check or money order
  39. for $45.00 (US Funds) to:
  40.  
  41.                        DevonSoft Products
  42.                            85 Brandon
  43.                        Conroe, Texas 77302
  44.                       BBS - (409) 273-3112
  45.                         CIS: 70421,1506
  46.  
  47. Technical support and upgrades are available by calling our
  48. Technical Support Bulletin Board (BBS).  We are open 24 hours a
  49. day, 7 days a week, and support 300-2400bps.  We would like to hear
  50. from you if you have any suggestions, improvement ideas, or
  51. customization requests.
  52.  
  53.                           ╒═════════════╕
  54.                           │ Conventions │
  55.                           ╘═════════════╛
  56. In the functional descriptions below, the following conventions are
  57. used:
  58.  
  59. [option]       Options enclosed in brackets are optional.
  60. /x=            Lettered options are required parameters.
  61. FILESPEC       Any file specification, such as *.EXE, z:\joe.txt
  62. FILE.EXT       Any valid Filename, such as z:\public\joe.txt
  63.  
  64.                          ╒═════════════════╕
  65.                          │ LANTools Attach │
  66.                          ╘═════════════════╛
  67.  
  68. Description:   Attach is functionally equivalent to Netware's
  69.                ATTACH command, with the major difference in that
  70.                the interface is much prettier.  Users can select a
  71.                file server that is not already attached by using a
  72.                bouncebar menu.  Attach prompts the user for
  73.                required information, and tells them whether the
  74.                attachment was successful.
  75.  
  76. Use:           LANTools Attach [/q]
  77.  
  78. Parameters
  79.  
  80. /q             Use "Quiet Mode."  Do not clear the screen after
  81.                the program has completed.
  82.  
  83.  
  84.                    ╒══════════════════════════╕
  85.                    │ LANTools Bulletin Master │
  86.                    ╘══════════════════════════╛
  87.  
  88. Description:   BBS allows the system administrator to set up ASCII
  89.                text files, then display them to particular groups
  90.                of users upon login, or from a menu item.  With
  91.                this feature, you can notify your users of any
  92.                events, procedures, or policies.
  93.  
  94.                If you specify multiple text files, BBS will
  95.                display a bouncebar menu of available bulletins,
  96.                and will allow the user to point and shoot the
  97.                bulletins he wants to read.
  98.  
  99. Use:           BBS /f=FILESPEC [/g=GROUP,GROUP,GROUP] [/q]
  100.  
  101. Example:       LANTools BBS /f=z:*.bbs /g=ADMIN,TECH
  102.  
  103. Parameters
  104.  
  105. /f             (Filespec - Required)  Can be any filename, or group
  106.                of files. You can add any fully qualified pathname, one
  107.                filename, etc.
  108.  
  109. /g             (Groups - Optional)  BBS will check to see that the user
  110.                running the program is a member of this group (or
  111.                several groups separated by a comma) if this
  112.                optional parameter is used.  If you do not specify
  113.                a group, BBS will assume EVERYONE can read the
  114.                bulletins specified.
  115.  
  116. /q             In all LANTools utilities, this parameter means
  117.                "Quiet Mode."  If no bulletins are available, or
  118.                the user does not belong to a specified group,
  119.                using this parameter means to skip the informative
  120.                message "No Bulletins Available."
  121.  
  122. Text File      When creating a text file for display in BBS, the
  123.   Notes        very first line can contain a title.   To display
  124.                the title when multiple text files are available,
  125.                use the following format:
  126.  
  127.                ^^This is the Title^^
  128.                ..Rest of ASCII text file
  129.  
  130.                             ╒══════════════════╕
  131.                             │ LANTools Capture │
  132.                             ╘══════════════════╛
  133.  
  134. Description:   LANTools Capture is functionally equivalent to
  135.                Netware's CAPTURE command.  With LANTools Capture,
  136.                you can redirect your LPT1-4's output to any
  137.                defined network queue, or end a capture session,
  138.                and return print operations to a local printer.
  139.                Capture does all this with complete error checking
  140.                and friendly interfacing.
  141.  
  142.  
  143. Use:           LANTools Capture [/q]
  144.  
  145.                            ╒═══════════════════╕
  146.                            │ LANTools IsMember │
  147.                            ╘═══════════════════╛
  148.  
  149. Description:   LANTools IsMember is a batch file enhancer.  This
  150.                utility allows you to determine if a user is a
  151.                member of a particular group.  LANTools IsMember
  152.                returns a DOS ERRORLEVEL that you can test and
  153.                perform conditional branching.
  154.  
  155. Use:           LANTools IsMember /g=GROUP1,GROUP2
  156.  
  157. Returns:       ERRORLEVEL 1 = User is a member of the specified
  158.                group (or groups separated by a comma).
  159.  
  160.                ERRORLEVEL 0 = User is NOT a member of the
  161.                specified group (or groups separated by a comma).                           LANTools List
  162.  
  163. Description:   LANTools List is a simple file viewer for ASCII
  164.                text files.  I'm sure you have seen programs like
  165.                LIST, BROWSE, or maybe you have written your own.
  166.                This program is a simple version of those, but in a
  167.                form that even the most computer-illiterate users
  168.                can use without getting overly confused.  In
  169.                addition, this program follows the other LANTools
  170.                in the interface, giving your system a colorful,
  171.                fluidity.
  172.  
  173. Use:           LANTools List /f=FILE.EXT [/q]
  174.  
  175. Parameters
  176.  
  177. /f             (FileName - Required Parameter): any valid file
  178.                name, such as Z:FRED.TXT.  If the file does not
  179.                exist, a message displays.  Note also the text file
  180.                to display is limited to 64K.
  181.  
  182. /q             (Quiet Mode - optional):  Do not clear the screen
  183.                when the program finishes.
  184.  
  185.                                 ╒═══════════════╕
  186.                                 │ LANTools Lock │
  187.                                 ╘═══════════════╛
  188.  
  189. Description:   LANTools Lock allows you to lock your computer
  190.                while you are away at lunch or away from your desk.
  191.                You can display a brief message to those who come
  192.                to your desk and look at your screen.
  193.  
  194. Use:           LANTools Lock [/m="MESSAGE TEXT"] [/p] [/q]
  195.  
  196. Parameters:
  197.  
  198. /m             (Message Text - Optional) Message to display when
  199.                your machine is locked.  If this parameter is not
  200.                specified, you will be prompted to enter this
  201.                information.
  202.  
  203. /p             (Password - Optional)  Password that will be used
  204.                to unlock your keyboard.  If you do not specify
  205.                this parameter, you will be prompted to enter this
  206.                information.
  207.  
  208. /q             (Quiet Mode - Optional) do not clear the screen
  209.                when the program has completed.
  210.  
  211.                                ╒═════════════════╕
  212.                                │ LANTools Logout │
  213.                                ╘═════════════════╛
  214.  
  215. Description:   LANTools Logout is functionally equivalent to
  216.                Netware's LOGOUT.EXE.  The difference is in the
  217.                interface. LANTools Logout allows you to prompt the
  218.                user with a colorful message, then reboot
  219.                (optionally) the machine when a specified time
  220.                period, or press of the enter key has been
  221.                performed.
  222.  
  223. Use:           LANTools LOGOUT [/m="MESSAGE TEXT"] [/w=n] [/r] [/q]
  224.  
  225. Parameters
  226.  
  227. /m             (Message Text): Use this parameter if you would
  228.                like to display a message to the user after he has
  229.                logged out.  Note that when specifying a message,
  230.                you must use the " marks surrounding the message
  231.                text.
  232.  
  233. /w             (Wait time):  Amount of time to wait before ending
  234.                the program.  If not specified, 0 is assumed, which
  235.                means to wait until <Enter> is pressed.
  236.  
  237. /r             (Reboot): Reboot this computer when the program
  238.                completes.
  239.  
  240. /q             (Quiet Mode):  Do not clear the screen when program
  241.                is finished.
  242.  
  243.                                  ╒══════════════════╕
  244.                                  │ LANTools Message │
  245.                                  ╘══════════════════╛
  246.  
  247. Description:   LANTools Message is a simple utility that allows
  248.                you to display messages to your users in a
  249.                formatted, consistent and colorful format.  Users
  250.                do not need to have ANSI.SYS loaded, nor do you
  251.                have to check for monitor type.
  252.  
  253. Use:           LANTools Message /m="Message Text" [/w=n] [/q]
  254.  
  255. Parameters
  256.  
  257. /m             (Message Text - Required):  This parameter tells
  258.                LANTools Message what to display.  Note that the
  259.                message text must be surrounded by the quotation
  260.                (") marks.  You are limited to 60 characters.
  261.  
  262. /w             (Wait Time - Optional):  Tells LANTools Message how
  263.                long to wait before ending the program.  If you do
  264.                not specify a parameter, 0 is assumed, which means
  265.                to wait until <Enter> is pressed.
  266.  
  267. /q             (Quiet Mode - Optional):  Do not clear the screen
  268.                after the program ends.
  269.  
  270.                                  ╒═══════════════╕
  271.                                  │ LANTools Send │
  272.                                  ╘═══════════════╛
  273.  
  274. Description:   LANTools Send is functionally equivalent to
  275.                Netware's SEND.EXE.  With LANTools Send, however,
  276.                the user interface is quite a bit more friendly and
  277.                colorful.
  278.  
  279. Use:           LANTools Send [/q]
  280.  
  281. Parameters
  282.  
  283. /q             (Quiet Mode - Optional) Do not clear the screen
  284.                after the program ends.
  285.  
  286.                               ╒══════════════════╕
  287.                               │ LANTools TimeOut │
  288.                               ╘══════════════════╛
  289.  
  290. Description:   LANTools TimeOut is a program that waits until a
  291.                specified time is reached, then returns a DOS
  292.                ERRORLEVEL.  The program can be aborted by entering
  293.                in a specified password, which then a different DOS
  294.                ERRORLEVEL is returned.  This returned value can be
  295.                tested in a batch file.  A common use for this
  296.                utility is in Automated Tape procedures, such as
  297.                performing an automatic backup at 02:00.
  298.  
  299. Use:           LANTools TimeOut [/t=HH:MM] [/p=xxxxxxx]
  300.  
  301. Parameters
  302.  
  303. /t             (Time - Optional)  If specified, this is the time
  304.                that must be reached in order for TimeOut to end.
  305.                If not specified, you will be prompted to enter
  306.                this information.  Note:  Use 24 Hour Military
  307.                time!
  308.  
  309. /p             (Password - Optional) If specified, this is the
  310.                password needed to abort the program.  If not
  311.                specified, you will be prompted for this
  312.                information.
  313.  
  314. /q             (Quiet Mode - Optional) Do not clear the screen
  315.                after this program ends.
  316.  
  317.          TimeOut Returns the following DOS ERRORLEVELS:
  318.                  1 = Time Reached.
  319.                  0 = Password Entered Correctly
  320.  
  321.                              ╒═════════════════╕
  322.                              │ LANTools YesBox │
  323.                              ╘═════════════════╛
  324.  
  325. Description:   LANTools YesBox is another batch file enhancer.
  326.                With YesBox, you can place a message on the screen,
  327.                and have the user respond with the up or down arrow
  328.                keys to select either "Yes" or "No". Depending on
  329.                what the user selects, a DOS ERRORLEVEL is
  330.                returned.  This returned value can be tested in a
  331.                batch file for conditional branching.  You probably
  332.                have a utility that does this for you already, but
  333.                not as friendly and colorful as this one is!
  334.  
  335.                The user cannot break out of this prompt.  The only
  336.                valid keys while in this function are the Up and
  337.                Down arrow keys, and <Enter>.
  338.  
  339. Use:           LANTools YesBox [/m="Message Text"] [/q]
  340.  
  341. Parameters
  342.  
  343. /m             (Message Text - Optional)  Whatever text you
  344.                specify in this parameter will be used as the title
  345.                for the yes/no box.  If you do not specify a
  346.                parameter for this function, "Are You Sure" will be
  347.                used.  Note that you must surround your text with
  348.                quotation (") marks, and are limited to 40
  349.                characters.
  350.  
  351. /q             (Quiet Mode - Optional)  Do not clear the screen
  352.                when the program ends.
  353.  
  354.       LANTools Yesbox Returns the following DOS ERRORLEVELS
  355.  
  356.                1 = The "Yes" option was selected.
  357.                2 = The "No" option was selected.
  358.  
  359.                               ╒═══════╕
  360.                               │ Notes │
  361.                               ╘═══════╛
  362.  
  363. We are planning the following enhancements to LANTools:
  364.  
  365. 1.   Rolodex/Address Manager
  366. 2.   Map Assistant
  367. 3.   Send/Recieve Files between users.
  368.  
  369. If you have any ideas for enhancements, please let us know!  While
  370. we're here, here's a plug:  Try Einstein Electronic Mail!  You can
  371. find it on CIS, or on our support BBS.  You'll find the same easy-to
  372. use functions in a professional, friendly electronic mail program for
  373. Novell Networks.
  374.  
  375.                             ╒══════════════════╕
  376.                             │ Revision History │
  377.                             ╘══════════════════╛
  378. Date           Description
  379. =========================================================================
  380. 05-03-91       Initial Release of Version 1.0
  381.  
  382.                                  ╒════════╕
  383.                                  │ Notice │
  384.                                  ╘════════╛
  385.  
  386.               Novell is a trademark of Novell, Incorporated.
  387.      IBM is a trademark of International Business Machines, Incorporated.
  388.  All other trademarks mentioned are trademarks of their respective holders.
  389.