home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT116.ZIP / README.BAT < prev    next >
DOS Batch File  |  1990-02-11  |  3KB  |  66 lines

  1. echo off
  2. cls
  3. echo -
  4. echo -
  5. echo       If you like this product and wish to continue to use it
  6. echo -
  7. echo             Send  $15.00 to : Mouse Artist Software
  8. echo                               P.O. BOX 658
  9. echo                               Marlboro, MA   01752
  10. echo -
  11. echo       You may pass this program to other users for a trial as long as
  12. echo       you provide all of the enclosed files. Type "README".
  13. echo -
  14. echo       Whereabouts version 1.2c is the only version available
  15. echo       through shareware. Any unauthorized duplication of any other
  16. echo       version is strictly prohibited and is against the law.
  17. echo -
  18. echo       Version 2.0 can be purchased for $27.95, it includes high
  19. echo       resolution EGA graphics and the ability to create your own Custome
  20. echo       messages. See the enclosed "ORDER.FRM" for details.
  21. echo -
  22. echo       To View Samples of V2.0 type "SHOWME".
  23. echo -
  24. pause
  25. cls
  26. echo -------------------------------------------------------------------
  27. echo  This is Whereabouts version 1.2c (C) 1988,1989 by:
  28. echo  All Rights Reserved.        The "Mouse Artist" Software
  29. echo                              P.O. BOX 658   Marlboro, MA 01752
  30. echo -
  31. echo  ***   This version requires CGA support.                ***
  32. echo  ***   It will need about 250K of hard disk to store...  ***
  33. echo  ***   It will need about 200K of Real Memory to run...  ***
  34. echo -
  35. echo What is included:
  36. echo -----------------
  37. echo You Should find the follwoing files on the Whereabouts Diskette
  38. echo -
  39. echo        README.BAT  = This File
  40. echo        WHR.BAT     = Runs Whereabouts
  41. echo        ORDER.FRM   = Print the Order Form of Whereabouts
  42. echo        WHRRUN.EXE  = The program that runs Whereabouts WHRCGA.GL
  43. echo        WHRCGA.GL   = The Wherabouts File
  44. echo        SHOWME.BAT  = To Show the EGA/VGA Whereabouts V2.0 Sample
  45. echo        V2SAMPLE.GL = The Wherabouts V2.0 Sample File
  46. echo -
  47. echo -------------------------------------------------------------------
  48. echo -
  49. echo - Press any Key for MORE......
  50. Pause
  51. echo -------------------------------------------------------------------
  52. echo To install:
  53. echo -----------
  54. echo To run from a Drive: Just place the diskette in a drive and type
  55. echo       "WHR".
  56. echo To run from Hard Disk: create a directory in your hard drive and
  57. echo copy the files from the disk. Eg: Copy A:*.* C:\WHR\*.*
  58. echo -
  59. echo To run:
  60. echo -------
  61. echo Type: WHR
  62. echo -
  63. echo -------------------------------------------------------------------
  64. Pause
  65. type order.frm |more
  66.