home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / INV18.ZIP / GO.BAT next >
DOS Batch File  |  1991-05-22  |  3KB  |  52 lines

  1. echo off
  2. cls
  3. ECHO 
  4. ECHO 
  5.  
  6.  
  7. ECHO 
  8. ECHO 
  9. ECHO                             Headworks Computer Services
  10. echo                                    P.O. Box 430
  11. echo                            Electric City, WA 99123-0430
  12. echo                              voice/fax (509) 633-0120
  13. echo                             last resort (509) 633-2615
  14. echo                                    22 May 1991
  15. echo................................................................................
  16.                                                        
  17. echo            THIS DISKETTE CONTAINS 'INV', A NEAT INVENTORY PROGRAM.  THIS
  18. ECHO            EVALUATION DISK IS FULLY FUNCTIONAL, EXCEPT LIMITED RECORDS CAN BE  
  19. ECHO            KEPT. 'INV' WORKS WITH 'MAINTAIN' FOR TRACKING PARTS OR SUPPLIES
  20. ECHO            USED IN MAINTAINING VEHICLES, EQUIPMENT, ETC.
  21. ECHO            THE AUTHOR, DOUG BELL, SELLS THIS PROGRAM FOR $140.00 PLUS $5.00
  22. ECHO            SHIPPING.  HEADWORKS COMPUTER SERVICES WITH THE BLESSING OF MR.
  23. ECHO            BELL, RESELLS THE PROGRAMS FOR $120.00 AND 
  24. ECHO            WASHINGTON STATE SALES TAX IF APPLICABLE.  YOU WANT IT?  CALL
  25. ECHO            HEADWORKS AT (509) 633-0120.  HAPPY COMPUTING! Electric City Flash
  26. pause
  27. ECHO            An easy way to get people in your organization to report items
  28. echo            used or sold is by tagging all items with unique item numbers.
  29. echo            Users then remove the tag when the item is used/sold, depositing
  30. echo            the tag in a suitable container.  Whoever is responsible for up-
  31. echo            dating the inventory then collects the tags and updates the
  32. echo            inventory used by item number.  Saves them from having to enter
  33. echo            the information on their daily time sheets (as is done in
  34. echo            numerous local utility depts.).  Bar coding is fine for large 
  35. echo            organizations, but for most of us, the cheaper and better way is
  36. echo            the simple way.
  37. pause
  38. echo            Doug Bell is currently in Saudi Arabia in a civilian job, working
  39. echo            on an upgraded version of INV.  Please let us know what kinds of
  40. echo            changes you'd like to see in the upgrade.  See the MAINTAIN
  41. echo            GO.BAT file for further information. 
  42. pause
  43. echo        Please note that no warranty at all is available for this soft-
  44. echo            ware, but if you happen to receive an unreadable diskette, please
  45. echo            call for an immediate replacement, free.  We want you to be
  46. echo            happy with your new program(s).
  47. pause
  48. echo            LOADING PROGRAM FROM DISK... 
  49. ECHO ON
  50. INV
  51.  
  52.