home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / ezcard12.zip / RUN-ME!.BAT < prev    next >
DOS Batch File  |  1991-03-26  |  4KB  |  75 lines

  1. @echo off
  2. cls
  3. echo ───────────────────────────────────────────────────────────────────────────────
  4. echo All files are Copyright (C) 1991 BOB-KIT Software Company ■ All Rights Reserved
  5. echo ───────────────────────────────────────────────────────────────────────────────
  6. echo The following files are included with EZ-CARDs v1.2 & must be distributed with
  7. echo the program:
  8. echo              RUN-ME!.BAT  - This file
  9. echo              EZCARD.EXE   - The program
  10. echo              EZCARD.EZF   - A sample "card" file
  11. echo              EZCARD.MEM   - A sample "MEMO" file (used with EZCARD.EZF)
  12. echo              EZCARD12.DOC - The documentation file
  13. echo              PRINT_EZ.BAT - Sends EZCARD12.DOC to your printer (16 pages)
  14. echo              READ_EZ.BAT  - Allows you to read EZCARD12.DOC from DOS
  15. echo              SEE.COM      - A file-viewing utility
  16. echo              INSTALL_.BAT - Use this to install files on a hard-drive
  17. echo              ANYKEY.COM   - Used by this file
  18. echo              EZ-INFO.ANS  - Information screen for use with ANSI.SYS computers
  19. echo              EZ-INFO.MON  - Information screen for use by other computers
  20. echo              --------------------------------------------------------------
  21. echo              OPENSCRN.CLR * These four files MUST reside in the directory
  22. echo              OPENSCRN.MON * occupied by EZCARD.EXE.  It won't run if one of
  23. echo              BKGRND.CLR   * them is missing when needed.  See EZCARD12.DOC
  24. echo              BKGRND.MON   * for details.
  25. echo.
  26. echo                                 [Press any key]
  27. anykey
  28. cls
  29. echo.
  30. echo The following is a list of some major revisions that have been made to EZ-CARDs
  31. echo with the introduction of version 1.2:
  32. echo    - All NEW "HELP Screens" providing information on 17 topics.
  33. echo    - A four-line "MEMO" card has been added.
  34. echo    - Totally re-written screens to make the program more appealing to the eyes.
  35. echo    - A new "Company" card field which is included on all PRINT options.
  36. echo    - Additional space in the "Name" field is now available while the separate
  37. echo      "first" and "last" name fields have been removed.
  38. echo    - A fantastic NEW function called "AutoSort" which indexes all cards by
  39. echo      LAST name!
  40. echo    - Elimination of most "sound" including the option of toggling it ON or OFF.
  41. echo    - "FIND" now supports user-defined "string" searches of all fields.  PLUS,
  42. echo      the "strings" are retained so you can re-execute it and the NEXT match is
  43. echo      placed up front!
  44. echo    - There are now 10 spaces in the "Zip" field to accomodate those darned
  45. echo      "12345-1234" zip codes (it was a reality I just didn't want to face!)
  46. echo    - There is no "standard" customizing such as was previously offered.  If you
  47. echo      are interested in a custom version, call me for details.
  48. echo    - ALL registered versions of EZ-CARDs now bear the name of the person(s)
  49. echo      who registered it on the opening screen.  Looks great - I hope you'll see.
  50. echo.
  51. echo                               [Press any key]
  52. anykey
  53. cls
  54. echo.
  55. echo.
  56. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  57. echo ║ Your "EZ-CARDs Instructions" will provide any information you don't find in ║
  58. echo ║ the program.  We really hope you enjoy this all NEW version of EZ-CARDs!    ║
  59. echo ╟─────────────────────────────────────────────────────────────────────────────╢
  60. echo ║ IMPORTANT: If you have ANSI.SYS capability, press [ENTER].  If not or       ║
  61. echo ║ ▀▀▀▀▀▀▀▀▀  you're unsure, press any *OTHER* key.                            ║
  62. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  63. anykey
  64. if errorlevel 13 goto ansinfo
  65. cls
  66. type ez-info.mon
  67. echo.
  68. goto end
  69. :ansinfo
  70. cls
  71. type ez-info.ans
  72. echo.
  73. :end
  74.  
  75.