home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 478 / dosread.me < prev    next >
Text File  |  1985-09-29  |  5KB  |  134 lines

  1.  
  2. *** Notes for DOSamatic Release 2.03 ***
  3.  
  4. A number of minor improvements have been made in this release of DOSamatic.
  5. These include:
  6.  
  7.    1. Smaller code size to provide more memory for your programs.
  8.    2. Displayed date now includes day of the week.
  9.    3. The COPY command on the FileMenu now works.
  10.    4. More notes in the user guide on the compatibility of various
  11.       packages with DOSamatic.
  12.  
  13. In addition, you can now contact Steve Mykytyn through CompuServe at
  14. userid 72447,2372.  As in the past, you may write or call Marin Pacific
  15. Software.  However, if we are not immediately available, we will only return
  16. calls of registered users.  Unregistered users will have to keep trying.
  17. The best time to call is between 9 am and 12 noon, Pacific time.
  18.  
  19. Very shortly, we expect to provide a test version of DOSamatic on CompuServe
  20. available through the IBM PC SIG.
  21.  
  22.  
  23. *** General Notes ***
  24.  
  25. A gentle reminder : DOSamatic is not "free"; unregistered users are allowed
  26. to try it before they buy, but if you use it regularly you should register
  27. your copy.  Since we are working on the program all the time, there will always
  28. be some new feature which we hope you will find useful.  Incidentally,
  29. California residents lead the nation in registering copies of DOSamatic.
  30. Good work, Californians - let's see what the rest of the country can do.
  31.  
  32. We are currently considering enhancing DOSamatic in various ways.  Some
  33. possibilities are:
  34.  
  35.   1. Instantly displayed pull-down menus which you can move around as you
  36.      like on the display screen.
  37.  
  38.   2. A background communications program which will let you perform
  39.      upload/download using XMODEM while doing something else.
  40.  
  41.   3. File Unerase.
  42.  
  43.   4. Single keystroke commands for expert users.  For example, pressing the
  44.      [X] key while the MainMenu is open to exit DOSamatic, or pressing [E]
  45.      when the cursor bar is located on a file to edit that file.
  46.  
  47.   5. Improved on-line help facilities.
  48.  
  49.   6. Further start-up customization parameters including default sort order,
  50.      default filemask, default sound setting.
  51.  
  52.   7. Faster file sort and file masking.
  53.  
  54. DOSamatic Release 3.00 is planned for November 1985.  The only feature that
  55. is definite for that release is enhanced support for the IBM 3270 PC to
  56. suppress cursor flicker.  Other features will be implemented based upon
  57. user feedback.
  58.  
  59. DOSamatic is a trial balloon for us.  If sufficient user support is
  60. generated we will keep improving it.  Otherwise, since we are not a
  61. giant corporation, we will be getting out of the business.  So if you like
  62. the program, please register.
  63.  
  64.  
  65. *** Notes for DOSamatic Release 2.02 ***
  66.  
  67. A number of improvements have been made in this version of DOSamatic.
  68. These are:
  69.  
  70.    1. Labelled and bordered menu panels
  71.    2. Displayed Clock
  72.    3. Startup Parameters and Paths
  73.    4. Special Video Routines
  74.    5. Compatibility with Sidekick(tm) and SuperKey(tm).
  75.    6. Hot Key Selection
  76.  
  77. The MainMenu, FileMenu, Attributes, and SortMenu Panels are now
  78. bordered and have titles.
  79.  
  80. The current date and time are displayed in the Statistics Panel whenever
  81. DOSamatic is running.
  82.  
  83. You may now specify a number of parameters and paths using the DOS SET command
  84. to place them in the environment at startup time for DOSamatic.  You may:
  85.  
  86.   Specify a path for the DOSamatic HELP file
  87.  
  88.   Specify a path for the DEBUG program used by DOSamatic
  89.  
  90.   Specify a path for the EDIT program used by DOSamatic
  91.  
  92.   Specify either MONO or COLOR+ as starting video attributes
  93.   Using MONO is the same as pressing COLOR OFF on the MainMenu panel.
  94.   Using COLOR+ is the same as pressing FLICKER OFF on the MainMenu panel.
  95.  
  96. The following sample BAT file could be used to start DOSamatic
  97.  
  98.   REM ECHO OFF
  99.   SET PATH=C:\DOSAMATC;
  100.   SET COMSPEC=C:\DOS\COMMAND.COM
  101.   SET DSH=C:\DOSAMATC\DOSAMATC.HLP
  102.   SET DSV=COLOR+
  103.   REM
  104.   REM could use SET DSV=MONO for COMPAQ and similar computers
  105.   REM
  106.   SET DSE=C:\DOS\EDLIN.COM
  107.   SET DSD=C:\DOS\DEBUG.COM
  108.   CD \SUPERKEY
  109.   KEYDES
  110.   CD \SIDEKICK
  111.   SK
  112.   CD \
  113.   DOSAMATC
  114.  
  115. This file would use the DOS SET command to indicate that DOSamatic should
  116. use the HELP file C:\DOSAMATC\DOSAMATC.HLP, use COLOR+ as a video startup,
  117. and look for the DEBUG and EDIT programs as C:\DOS\DEBUG.COM and
  118. C:\DOS\EDLIN.COM, respectively.
  119.  
  120. Note also the way we have started up first SUPERKEY, and then SIDEKICK before
  121. DOSAMATC.  This will ensure the usability of all these programs.
  122.  
  123. SUPERKEY and SIDEKICK are trademarks of Borland International and must be
  124. purchased separately.
  125.  
  126. You may now use a hot key different from [Alt][F10] to jump among active
  127. applications.  Simply open the MainMenu panel, position the cursor on
  128. "Set Hot Key", and press [ENTER].  DOSamatic will display the current
  129. hot key, and ask you to press the hot key combination you wish to use.
  130. Not all combinations are acceptable - see the HELP section on this.
  131.  
  132.  
  133.  
  134.