home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR15 / MAINT27A.ZIP / GO.BAT next >
DOS Batch File  |  1993-08-21  |  5KB  |  98 lines

  1. echo off
  2. ClS
  3. EChO 
  4. EChO 
  5.  
  6. ECho 
  7. ECho 
  8. echo                          Headworks Computer Services
  9. echo                                 P.O. Box 231
  10. echo                           Elmer City, WA 99124-0231
  11. echo                            voice/fax(509) 633-0120
  12. echo                               BBS (509) 633-1535
  13. echo                           last resort(509) 633-2615
  14. echo                                20 August 1993
  15. echo..............................................................................
  16. echo            This diskette is released for evaluation purposes only, by 
  17. echo            Headworks Computer Services, (509) 633-0120.
  18. echo            Registered copies of this version can be purchased from 
  19. echo            Headworks for $120.00 plus tax (if any) and $2.00 shipping.
  20. echo            The author, Doug Bell, lists the program(s) for $140.00 plus
  21. echo            $5.00 shipping. 
  22. pause
  23. echo            To set up your maintenance schedule, you may want to follow this
  24. echo            example:  I first entered all the objects (pieces of equipment
  25. echo            to be maintained).  The program sorts each object and each oper-
  26. echo            ation in alphabetical order.  Then the operations were recorded
  27. echo            for each object.  Since many objects had similar names, I ended
  28. echo            up spending too much time scanning for the appropriate object
  29. echo            when 'Entering details of an operation just performed'.  
  30. pause
  31. echo            I decided we (you and I) need a quick way to pinpoint the ob-
  32. echo            ject we want to update.  A unique index number for each ob-
  33. echo            ject looks like the answer.  First I entered information about
  34. echo            all the objects I wanted to track, without regard to how they 
  35. echo            were going to be indexed.  
  36. echo            ...
  37. echo            Then I simply selected item one (1) on the main menu (add or 
  38. echo            edit an object), selected (C) (Change) and typed the letter
  39. echo            'a'.  the first object appearing under the letter A received
  40. echo            the index number 001.  Please note that when you start to type 
  41. echo            the new number, the object name disappears...but if you press
  42. echo            escape and start typing the number again, it stays on screen.
  43. echo            You can follow the procedure I've just outlined, or you can
  44. echo            sort your objects by plant, building, or some other category 
  45. echo            and give them unique index number ranges.  For example, vehicles
  46. echo            could all be V's or 1000's; yard work, Y's or Y200's; pumps could
  47. echo            be 300's and so on.  It's up to you.
  48. pause
  49. echo            The point is that updating the MAINTENANCE JUST PERFORMED becomes
  50. echo            less of a chore with unique numbers assigned to each object.  In 
  51. echo            fact, most of it can be done from the NUMERIC KEYPAD alone...
  52.  
  53. echo            An added plus is the ease of selection of a group of objects 
  54. echo            for reporting purposes.
  55. pause
  56. echo            For example, one of my clients has a string of lift stations
  57. echo            and two separate treatment plants for which he needs
  58. echo            maintenance schedules printed.  The solution there is simple,
  59. echo            too.  For Pump number one in Liftstation 15, the entry looks
  60. echo            like this:  0250, LS15, Pump 1, (further details if needed).
  61. echo            He can then sort objects by index number (0250), or all objects
  62. echo            belonging to liftstations (LS), by that particular liftstation
  63. echo            (LS15), or he could get reports on all objects with the word
  64. echo            'pump' in them.  With a little experimentation, you can set up
  65. echo            your maintenance schedule to fit your situation. 
  66. pause
  67. echo            No warranty of any kind is provided for this program.  However,
  68. echo            if you receive a defective (unreadable) diskette, please call
  69. echo            for an immediate replacement.  All diskettes are scanned for 
  70. echo            viruses and trojan horses prior to release.
  71. pause
  72. echo            Your best bet if you need assistance is to call Headworks
  73. echo            Computer Services at (509) 633-0120.  Please leave daytime
  74. echo            and evening phone numbers if you don't mind evening callbacks
  75. echo            Thanks for checking this out.   
  76. pause
  77. echo            One more note:  Don't be concerned if you decide to change an
  78. echo            object name and you see the message "deleting object";  it's
  79. echo            just removing the old name and then updates all your scheduling
  80. echo            data with the new name.  
  81. echo            This program may also be started by typing "maintain" (no quotes)
  82. echo            at the dos prompt (avoids this commercial).
  83. echo            Happy computing!
  84.  
  85. echo            If you've downloaded this program from a BBS and decide to regis-
  86. echo            ter it, please let me know which BBS so I can share some of the
  87. echo            profits with the sysop, to help support his/her BBS.
  88. echo                      Thanks.
  89.  
  90.  
  91. echo              Darrel Fleischman
  92. pause
  93. pause
  94. echo            Loading program from disk... 
  95. echo on
  96. maintain
  97.  
  98.