home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / catalogs / inv18_a.zip / GO.BAT next >
DOS Batch File  |  1993-09-28  |  3KB  |  58 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 231
  11. echo                              Elmer City, WA 99124-0231
  12. echo                              voice/fax (509) 633-0120
  13. echo                                 BBS (509) 633-1535
  14. echo                             last resort (509) 633-2615
  15. echo                                   12 August 1993
  16. echo................................................................................
  17.                                                        
  18. echo            This diskette contains 'INV', a neat inventory program.  This
  19. ECHO            evaluation disk is fully functional, except limited records can be  
  20. ECHO            kept. 'INV' works with 'MAINTAIN' for tracking parts or supplies
  21. ECHO            used in maintaining vehicles, equipment, etc.
  22. ECHO            The author, Doug Bell, sells this program for $140.00 plus $5.00
  23. ECHO            shipping.  HEADWORKS COMPUTER SERVICES, with the blessing of Mr.
  24. ECHO            Bell, resells the programs for $120.00 plus $2.00 shipping and 
  25. ECHO            Washington State sales tax if applicable.  You want it?  Call
  26. ECHO            HEADWORKS at (509) 633-0120.  Happy computing! 
  27. pause
  28. ECHO            An easy way to get people in your organization to report items
  29. echo            used or sold is by tagging all items with unique item numbers.
  30. echo            Users then remove the tag when the item is used/sold, depositing
  31. echo            the tag in a suitable container.  Whoever is responsible for up-
  32. echo            dating the inventory then collects the tags and updates the
  33. echo            inventory used by item number.  Saves them from having to enter
  34. echo            the information on their daily time sheets (as is done in
  35. echo            numerous local utility depts.).  Bar coding is fine for large 
  36. echo            organizations, but for most of us, the cheaper and better way is
  37. echo            the simple way.
  38. pause
  39. echo            Doug Bell is currently working on an upgraded version of INV.
  40. echo            Please let us know what kinds of changes you'd like to see in
  41. echo            the upgrade.   
  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. echo            ....................................................        
  48. echo        If you've downloaded this program from a BBS, and you decide to
  49. echo            purchase the registered version, please let me know so I can share
  50. echo            some of the profit with the SysOp of the BBS from which it was
  51. echo            downloaded.  Thanks.    Darrel Fleischman
  52. echo            ....................................................      
  53. pause
  54. echo            LOADING PROGRAM FROM DISK... 
  55. ECHO ON
  56. INV
  57.  
  58.