home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT099.ZIP / TEXT < prev   
Text File  |  1990-01-08  |  6KB  |  114 lines

  1. >>>>>>>>>>>>>>>>         YOU ARE NOW RUNNING ED-A-BAT          <<<<<<<<<<<<<<<<<
  2. .
  3. This is the DOCUMENTATION file for Ed-A-Bat, a small, line oriented text editor
  4. expressly designed for writing batch files.  TEXT and RUNME.BAT are READ ONLY
  5. files; do NOT try to modify and use <F3> to save.
  6. .
  7.                     Ed-A-Bat is what EDLIN should have been.
  8. .
  9. RULES and SUGGESTIONS for Ed-A-Bat
  10. .
  11.  1.   No line can be longer than 80 characters.  The program will load only the
  12.       first 80 characters in a file line.  Using MicroMacroBat, described below,
  13.       will help you avoid batch files with long lines.
  14. .
  15.  2.   The maximum number of lines possible in a single file is 280.
  16. .
  17.  3.   No line can be completely blank.  Use ":" or "REM" as a filler if you need
  18.       white space.  If you use Ed-A-Bat to write a text only file, use an ASCII
  19.       character 255 to prevent an empty line.  You can have blank lines while
  20.       editing, but saving a file with <F3> will strip them out.
  21. .
  22.  4.   You cannot enter some control codes using the ALT key and numerical key-
  23.       pad.  Trying to enter ASCII 27 for example will eject you from the program
  24.       and unsaved work will be lost, just as if you had pressed <ESC>; which is
  25.       what ASCII 27 is.
  26. .
  27.  5.   Be sure and save your work before pressing <ESC>.
  28. .
  29.  6.   Ed-A-Bat does not create .BAK files as does EDLIN.
  30. .
  31.  7.   If you wish, get rid of EDLIN and rename Ed-A-Bat to EDLIN.  You will
  32.       never use EDLIN again!  Put Ed-A-Bat (or EDLIN if you renamed it) into
  33.       your DOS or Utility directory, making sure that a PATH is pointing to it.
  34. .
  35.  8.   If you are writing long, complex batch files, you may want to continue
  36.       using your text editor.
  37. .
  38.  9.   Save your file periodically with <F3>.
  39. .
  40. 10.   Experiment with all the functions as outlined in the prompts below.
  41. .
  42. 11.   If there is anything you do not like about Ed-A-Bat, let us know.  We are
  43.       open to suggestions as long as they don't make the run file too bloated.
  44.       A little bloated is OK.
  45. .
  46. 12.   Start Ed-A-Bat as you would EDLIN.  Example:   EDABAT TESTFILE.BAT
  47.       Trying to run Ed-A-Bat without specifying a filename will not work.
  48. .
  49. :
  50. REGISTRATION
  51. :
  52. $35 payable to:     SITTING DUCK SOFTWARE             Add $2 shipping if you
  53.                     POBox 130                         reside anywhere other than
  54.                     Veneta, OR  97487                 the American continent.
  55.                     (503) 935-3982
  56. :
  57. Brings you:     1.  A new run file containing any enhancements which may have
  58.                     been added since this program was distributed.  We are now
  59.                     working on the next version and are confident that a new
  60.                     development in our programming language of choice will allow
  61.                     us to get the run file size to below 9K.  This will mean a
  62.                     great deal to floppy only users, somewhat less to hard drive
  63.                     users.
  64.                     The next version will have:
  65.                        1.  Greater number of lines.
  66.                        2.  Display of a MicroMacroBat and DOS syntax file.
  67.                        3.  Smaller run file, as mentioned.
  68.                        4.  Your ideas? for  Ed-A-Bat  or  MicroMacroBat
  69. .
  70. and!            2.  The MicroMacroBat control files which allows you to use many
  71.                     new commands in your batch files.  An abbreviated version
  72.                     of MicroMacroBat has been used on this disc.  MicroMacroBat
  73.                     comes with a nice, six page manual and demonstration files.
  74. and!            3.  Support for both programs with the possible inclusion of
  75.                     your suggestions.
  76. and!            4.  Updates, as they occur, for a pittance.
  77. and finally!,   5.  Our undying gratitude.
  78. .
  79. .
  80. Ed-A-Bat is a copyrighted program.  If you are going to use Ed-A-Bat in a work,
  81. production or commercial environment, on multiple machines; we ask that you
  82. obtain an inexpensive SITE license.  DISTRIBUTION licenses are available for the
  83. MicroMacroBat control files.  Contact us for details.
  84. .
  85. If you do not wish support, MicroMacroBat, etc., you can register for a lower
  86. price of $18.00.  This will assure you of update notices, the latest version of
  87. Ed-A-Bat, plus item 5 above.
  88. .
  89. Remember, Ed-A-Bat is a program in itself and does not require the MicroMacroBat
  90. program to be an effective replacement for EDLIN.
  91. .
  92. .
  93. COMMENTARY for the benefit of shareware program USERS (and WRITERS).............
  94. .
  95. Shareware is your source of QUALITY, INEXPENSIVE software which will do the
  96. things you want.  Big business is not going to write programs where the interest
  97. is limited to a small percentage of computer users.  If you do not support the
  98. shareware authors by registering, most will eventually quit writing programs
  99. and you will be left with either having to pay 3 or 4 times the money for EVERY
  100. program or, worse, not having the programs you want AT ALL.  Sadly, it is
  101. estimated that only about 10% of those who continue to use and are satisfied
  102. with their shareware programs will bother to register.  Keep shareware healthy
  103. and alive by registering.
  104. .
  105. .
  106. When you press <ESC>, the RUNME.BAT file will be loaded into Ed-A-Bat so you can
  107. examine it.  Naturally, since it includes many MicroMacroBat commands, it does
  108. not look like a typical batch file....there are only a few familiar commands.
  109. After you have looked at the batch file, without modifying it, press <ESC> again
  110. and write a batch file of your own.
  111. .
  112. Print this file with <F5> if you wish.
  113. 
  114.