home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK4 / BUSIN_14 / PAY102.ZIP / README.BAT < prev   
DOS Batch File  |  1990-07-05  |  3KB  |  86 lines

  1. @echo off
  2. cls
  3. echo         Thank you for purchasing "PAY UP!!" Version 1.0,       
  4. echo by Q&D Software Development.
  5. echo.
  6. echo     As a new owner of this program, you are about to experience the easiest
  7. echo to use program of it's kind in existence.  Doing your billing
  8. echo will now actually be enjoyable, and your customers will appreciate 
  9. echo the professinal appearance of the work orders and invoices you generate
  10. echo with the "PAY UP!!" program.
  11. echo.
  12. echo        This program may be run from it's original diskette or from
  13. echo your hard disk.  To load "PAY UP!!" onto your hard disk, you should
  14. echo make a separate directory in DOS called PAYUP, and simply copy all the
  15. echo files from your diskette into this directory.  This can be accomplished by
  16. echo doing the following:
  17. echo.
  18. echo        From your DOS prompt, type:   MD\PAYUP
  19. echo.
  20. echo This command creates the directory C:\PAYUP.  Next, type:
  21. echo.
  22. echo        CD\PAYUP
  23. echo.
  24. echo This command puts you into the new directory.
  25. pause
  26. @echo off
  27. cls
  28. echo     Your DOS prompt should now say either "C>" or "C\PAYUP>".  If you're not
  29. echo sure whether or not you're in the PAYUP directory, just type CD.  This 
  30. echo command will show your current directory.
  31. echo.
  32. echo    Once you are sure that you're in the PAYUP directory, you may begin to
  33. echo install "PAY UP!!" onto your hard disk.  To do this, insert your "PAY UP!!"
  34. echo diskette into Drive A.  Then type:
  35. echo.
  36. echo        COPY A:*.* C:*.*
  37. echo.
  38. echo and press return.  This will install all the necessary files from your
  39. echo diskette onto your hard disk.
  40. pause
  41. @echo off
  42. cls
  43. echo.
  44. echo.
  45. echo.
  46. echo        Congratulations!!  You are now ready to begin using "PAY UP!!"
  47. echo Version 1.0.  To run the program, simply type the command 
  48. echo.
  49. echo        PAYUP
  50. echo.
  51. echo from within your PAYUP directory if you have installed the program on your
  52. echo hard disk.
  53. echo.
  54. echo ******If you are running this program from the original floppy diskette,
  55. echo all you need to do to start printing professional work orders and invoices
  56. echo is insert the diskette in Drive A and type the command:  PAYUP   .
  57. echo This will start your program running.***********************************
  58. echo.
  59. pause
  60. @echo off
  61. cls
  62. echo.
  63. echo.
  64. echo.
  65. echo        In order to print the preceding instructions, please type:
  66. echo.
  67. echo                 "  PRINT README.BAT  "    (without the quotes).
  68. echo.
  69. echo    This will enable you to keep a hard copy of this document to which you
  70. echo may easily refer at any time.
  71. echo.
  72. echo.
  73. echo        For further information on this product, and to become a 
  74. echo registered user of this product, please print the other documentation file
  75. echo included with your package.  To do this, type:
  76. echo.
  77. echo                 "  PRINT PAYUP.DOC   "    (without the quotes)
  78. echo.
  79. echo from the  "A:>"  prompt.
  80. echo.
  81. echo.
  82. echo                GOOD LUCK!!!
  83.  
  84.  
  85.  
  86.