home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / v / vdtj122a.zip / README.BAT < prev    next >
DOS Batch File  |  1992-11-02  |  4KB  |  96 lines

  1. echo off
  2. cls
  3. echo     ╔═════════════════════════════════════════════════════════════╗
  4. echo     ║    WELCOME TO THE SHAREWARE VEDIT JR. 1.2 ON THE IBM PC     ║
  5. echo     ╚═════════════════════════════════════════════════════════════╝
  6. echo  
  7. echo 1.  The shareware VEDIT Jr. is supplied as the single file VJ-SHARE.EXE.
  8. echo     When you run VJ-SHARE, it will self-expand into about 15 files that
  9. echo     make up the product. These 15 files take up about 250 Kbytes. The
  10. echo     most important files are VJ.EXE (65K) - the executable editor,
  11. echo     VJHELP.HLP (64K) - the on-line help file and MANUAL.EXE (63K) - the
  12. echo     documentation in a compressed format. When you run MANUAL, it will
  13. echo     self-expand into MANUAL.DOC, a 200K file.
  14. echo  
  15. echo 2.  The documentation consists of the text of the first four chapters of
  16. echo     the nine chapter typeset VEDIT Jr. manual. It is about 85 pages long.
  17. echo     When you register VEDIT Jr. for $29, you receive the complete 200+
  18. echo     page typeset manual and the most recent VEDIT Jr. product diskette.
  19. echo  
  20. echo 3.  The recommended installation described below requires a blank floppy 
  21. echo     disk and takes about 10 minutes. The installation will let you pick
  22. echo     the initial colors, keyboard layout and other configuration options.
  23. echo     Alternatively, a "quick" installation lets you just expand the files
  24. echo     and immediately use VJ.EXE without configuring it.
  25. echo  
  26. pause
  27. cls
  28. echo 4.  The most foolproof method of installing the shareware VEDIT Jr. is to
  29. echo     first create an "install" disk by expanding VJ-SHARE.EXE onto a blank,
  30. echo     formatted floppy disk. You can then install from this floppy disk onto
  31. echo     a hard disk or another floppy disk.
  32. echo  
  33. echo     Place a blank, formatted floppy disk into drive "A:". We assume that
  34. echo     VJ-SHARE.EXE is either on your hard disk or in floppy drive "B:".
  35. echo     Then give these commands:
  36. echo  
  37. echo         A:
  38. echo         d:VJ-SHARE     (Where 'd' is the drive containing VJ-SHARE.EXE)
  39. echo  
  40. echo 5.  To install VEDIT Jr. on hard drive "C:", place the "install" disk in
  41. echo     drive "A:", change to drive "A:" and give the command:
  42. echo  
  43. echo         INSTALL A C        (To install on hard drive "C:")
  44. echo  
  45. echo     To install VEDIT Jr. on floppy drive "B:", place the "install" disk in
  46. echo     drive "A", the target disk in drive "B:" and give the command:
  47. echo  
  48. echo         INSTALL A B        (To install on floppy drive "B:")
  49. echo  
  50. pause
  51. cls
  52. echo 6.  If you are in a hurry, would like to skip the above installation steps,
  53. echo     and have a hard drive, follow these steps:
  54. echo  
  55. echo     1. Create the directory "\VEDIT", copy VJ-SHARE.EXE to it, run VJ-SHARE.EXE
  56. echo        and then MANUAL.EXE. VJ.EXE is then ready to use. Instead of adding
  57. echo        "\VEDIT" to your "PATH" command, we recommend just copying VJ.EXE to
  58. echo        another directory which is already in your "PATH" command. For example:
  59. echo  
  60. echo         MD \VEDIT
  61. echo         CD \VEDIT
  62. echo         COPY d:\path\VJ-SHARE.EXE
  63. echo         VJ-SHARE
  64. echo         MANUAL
  65. echo         DEL VJ-SHARE.EXE
  66. echo         DEL MANUAL.EXE
  67. echo         COPY VJ.EXE \DOS
  68. echo  
  69. echo     2. The documentation (MANUAL.DOC) describes how to set up the environment
  70. echo        variable "VEDPATH" if you place VEDIT Jr. into a directory other than
  71. echo        "C:\VEDIT". This is necessary for VEDIT Jr. to find its on-line help
  72. echo        file VJHELP.HLP.
  73. echo  
  74. pause
  75. cls
  76. echo 7. To register VEDIT Jr., please contact:
  77. echo  
  78. echo     Greenview Data, Inc.
  79. echo     P.O. Box 1586
  80. echo     Ann Arbor, MI 48106
  81. echo  
  82. echo     Toll free: 1-800-45-VEDIT  (1-800-458-3348)
  83. echo     Telephone: (313) 996-1300
  84. echo     Fax:       (313) 996-1308
  85. echo     BBS:       (313) 996-1304
  86. echo  
  87. echo 8.  Our 24-hour Bulletin Board System (BBS) lets us serve you better. You
  88. echo     can download the most recent version of the Demo/Tutorial disk, share
  89. echo     ideas and application notes with other uses, and much more.
  90. echo  
  91. echo     Sign up on the BBS today. (Use no parity, 8 data bits, 1 stop bit.)
  92. echo     BBS: (313) 996-1304 supports 14,400/9600/2400/1200/300 baud with
  93. echo          Optional MNP, V.32bis, V.32, V.42bis, V.42.
  94. echo          The BBS uses U.S.Robotics HST-Dual-Standard modems.
  95. echo  
  96.