home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / sysutl / dosamatc.arc / READ.ME < prev   
Text File  |  1985-10-22  |  5KB  |  140 lines

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