home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 7: Football Classics 2 / CD1.iso / utils / pkware / sd-500 / addendum.doc next >
Text File  |  1995-03-15  |  19KB  |  410 lines

  1. ══ ADDENDUM.DOC ═══════════════════════════════════════════════════════════
  2.  
  3. The StupenDOS distribution diskette contains three versions of StupenDOS.
  4. The SD.EXE file is the normal registered version of StupenDOS.  In a
  5. subdirectory called \OVERLAY, is a version of StupenDOS that uses overlays,
  6. which is a technique that reduces memory usage, but may slow the operation
  7. of StupenDOS in some functions.  We recommend you use the normal version of
  8. StupenDOS unless you run into memory problems.  If you put both of these
  9. versions of StupenDOS on your machine, you should be aware that StupenDOS
  10. looks for files that correspond to the executable filename.  So if you
  11. run the overlay version of StupenDOS, and the filename is SDO.EXE, then
  12. this version will look for SDO.SET, and SDO.TRE, etc., when looking for
  13. its configuration files.  The exception is the SD.PRO file, which should
  14. not be renamed.  The third version of StupenDOS included on the disk is
  15. in the \SHARWARE directory. This is a self-extracting file that contains
  16. the shareware version of StupenDOS.  Feel free to distribute this file to
  17. your associates and friends.  This file may also be uploaded to any online
  18. system.  The filename should be uploaded as SD-500.EXE to remain consistent
  19. with previous shareware releases of StupenDOS.
  20.  
  21. New Programmable Features
  22.  
  23.   * File Coloring
  24.  
  25.   StupenDOS supports file coloring, so you can display groups of files in
  26.   different colors, so they will stand out.
  27.  
  28.   The file coloring is a programmable option, so you must make changes to
  29.   the SD.PRO file to invoke file coloring.  The file coloring examples
  30.   below have four sections in each entry.
  31.  
  32.   1. The keyword CLR, to tell StupenDOS that the following command is a
  33.      COLOR command.
  34.  
  35.   2. The FILESPEC of the files you wish to color.
  36.  
  37.   3. The color of the text of the filename displayed.
  38.  
  39.   4. The background color to be displayed.  If you want to use the standard
  40.      file background color, do not specify a background color.
  41.  
  42.   The following examples show how the COLOR commands are used:
  43.  
  44.      CLR:<DIR>;black;       // Directory entries will be displayed in BLACK
  45.      CLR:*.exe;RED;         // All .EXE files will be displayed in RED
  46.      CLR:*.;LTYELLOW;defa   // All files with no extension will be LTYELLOW
  47.      CLR:*.DOC;cyan;black   // All .DOC files will be CYAN on BLACK
  48.  
  49.   The following is a list of legal colors:
  50.      BLACK    BLUE      GREEN      CYAN      RED     MAGENTA    YELLOW
  51.      WHITE    GRAY      LTBLUE     LTGREEN   LTCYAN  LTRED      LTMAGENTA
  52.      LTYELLOW LTWHITE
  53.  
  54.   If you have a Monochrome or CGA video card, you must use one of the first
  55.   eight colors listed above for the background color, since these video
  56.   cards do not support bright background colors.
  57.  
  58.   * Programming the bottom line of the screen
  59.  
  60.   The function keys at the bottom of the screen are programmable. You
  61.   must make changes to the SD.PRO file to modify the default values. The
  62.   examples below have five sections in each entry.
  63.  
  64.   1. The keyword FKY, to tell StupenDOS that the following command is a
  65.      Function KeY command.
  66.  
  67.   2. The text you wish displayed on the screen.  Put a '&' character in
  68.      front on characters you wish to be highlighted.  These highlighted
  69.      characters can be used as shortcut keys.
  70.  
  71.   3. The key value of the shortcut key desired.  Use the WHATKEY.EXE
  72.      program to determine the value of the shortcut key.
  73.  
  74.   4. The value you wish to be returned to StupenDOS.  This is a function
  75.      value that is listed in the StupenDOS manual (page 39-40).
  76.  
  77.   5. The column on the screen the text will be displayed. The starting
  78.      column number is zero.
  79.  
  80.   The following examples show how the FKY commands are used:
  81.  
  82.     FKY:F1 &Copy;67;11570;0       // "Copy", shortcut key = 'C', return
  83.                                   // value is to COPY files. Text will
  84.                                   // be displayed starting at column 0
  85.     KEY:315;11570;                // Now add the KEY command, F1=copy
  86.  
  87.     FKY:F2 &Move;77;11575;9
  88.     K:77;11575;                   // M=move, starting at column 9
  89.     K:316;11575;                  // F2=move
  90.  
  91.   See the bottom of the SD.PRO file for additonal examples.
  92.  
  93. Secondary Sort
  94.  
  95.   * StupenDOS version 5.0 supports secondary sorting.  This feature is
  96.   designed to help you filter through files in a more logical order.
  97.   For example, if you were looking for the newest .DOC file in a
  98.   directory, and there were hundreds of .DOC files, you can sort by
  99.   extension first, to group all the .DOC files together, then do a
  100.   secondary sort by date to put all the newest .DOC files together.
  101.  
  102.   To do a secondary sort, bring up the "Sort" pull down menu by pressing
  103.   ALT S.  Then select the "Secondary sort" option.  Use the arrow keys or
  104.   the mouse to select the desired sort type.  Pressing the SPACE Bar will
  105.   toggle the sort direction from Ascending to Descending.
  106.  
  107.   To permanently set the secondary sort type, press ALT P to invoke the
  108.   "setuP" pull down menu.  The select "File options", and another menu will
  109.   appear.  Select "seCondary sort", and set the desired sort type as
  110.   described above.
  111.  
  112. FILEFILL
  113.  
  114.   * FILEFILL has been added in several areas.  FILEFILL eliminates spelling
  115.   errors by finishing directory or filenames for you in certain input boxes.
  116.   For example, if you are changing directories, and you start to type
  117.  
  118.     C:\WI
  119.  
  120.   and then press the TAB key, StupenDOS will look on the DISK for
  121.   directories that start with C:\WI.  If a match is found, StupenDOS
  122.   will fill in the directory name for you.  In the above example, SD
  123.   would most likely have filled in
  124.  
  125.     C:\WINDOWS
  126.  
  127.   If the incorrect name was filled in by StupenDOS, just press TAB again and
  128.   the next match will be displayed.
  129.  
  130.   When all of the matching files have been displayed, a beep will sound and
  131.   the first match will again be displayed.
  132.  
  133. 4DOS descriptions
  134.  
  135.   * 4DOS (or NDOS) is a popular shareware COMMAND.COM replacement. StupenDOS
  136.   can now display 4DOS comments.  4DOS comments allow you to add text to
  137.   files, so instead of displaying the size, time and date of a file, you
  138.   can display a description of the file.  You can also modify 4DOS
  139.   descriptions easily.  Note: Even if you do not use 4DOS, you can add
  140.   descriptions to files.
  141.  
  142.   To add or modify the description of a file, you must enable 4DOS
  143.   description usage in the setup menu.  Press ALT P to invoke the "setuP"
  144.   pull down menu.  Then select the "Other options" item.  Then enable
  145.   "4DOS descriptions".  Once the "4DOS descriptions" option is enabled,
  146.   you can enter or modify descriptions.  Use the arrow keys to select
  147.   the file you wish to add a comment to.  Then select the "4DOS
  148.   description" item from the "File" pull down menu.  This will display a
  149.   pop up window.  Enter the desired text, and press ENTER when finished.
  150.   You can also enable a hot key to enter descriptions quicker.  The '4'
  151.   key has been added to the SD.PRO file as follows:
  152.  
  153.      KEY:52;11070; // Key 52 ('4') will invoke option 11070 (descriptions)
  154.  
  155.   This will make the '4' key a shortcut to enter 4DOS descriptions.
  156.  
  157. ZIPPING Several Subdirectories
  158.  
  159.   * StupenDOS now allows PKZIP to compress several subdirectories at one
  160.   time.  Just tag the directories you want compressed before going into
  161.   the ZIP screen.  The directories will be added to the ZIP file
  162.   automatically.  In most cases, you will want to select the "Absolute
  163.   paths" option in the "Path" pull down menu to save the directory name
  164.   in the ZIP file.  See the PKZIP documentation for details on the
  165.   absolute path (-P) option.
  166.  
  167. TREE Options
  168.  
  169.   * The TREE display can now display additional information about your
  170.   disk drive.  To invoke the TREE display, press ALT M, then select the
  171.   "Tree display", or "Reread tree" option. The TREE display must be
  172.   "fresh", that is to say that the disk was just scanned, and not
  173.   read in from the SD.TRE file, which could happen if you selected the
  174.   "Tree display" option and not the "Reread tree" option