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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                                  StupenDOS 5.0
  26.  
  27.                             A Stupendous Dos Shell
  28.  
  29.                           Pronounced: Stu - Pen - Dos
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.          Please also read the ADDENDUM.DOC file for additonal features!
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.                                                 By Eclipse Technologies
  51.                                                 P.O. Box 23136
  52.                                                 Milwaukee, WI 53223 USA
  53.                                                 (414) 354-7040
  54.  
  55. ORDERING INFORMATION - Please type if possible!
  56. =========================================================================
  57. StupenDOS Version 5.0 & Printed Manual . . . . . . . . . . . . . . $35.00
  58.  
  59. Sales Tax & County Tax (Wisconsin Residents ONLY: 5.5%  $ 1.93). .
  60.                           County of _____________________________________
  61.  
  62. Shipping & Handling ($3.00 USA, $5.00 Foreign) . . . . . . . . . . ______
  63.  
  64. Total Enclosed . . . . . . . . . . . . . . . . . . . . . . . . . .
  65.  
  66. Current SD Version Number: 5.0                        Date _____________
  67.  
  68. Name:    _______________________________________________________________
  69.  
  70. Company: _______________________________________________________________
  71.  
  72. Address: _______________________________________________________________
  73.  
  74. City:    __________________________  State: _____________ Zip: _________
  75.  
  76. Country (if not USA) _____________________________
  77.  
  78. Daytime Phone:   (______)_____________________
  79.  
  80. Evening Phone:   (______)_____________________
  81.  
  82.  
  83. Method of payment
  84. =========================================================================
  85. __  Check enclosed
  86.  
  87. __  American Express International Money Order
  88.  
  89. __  MasterCard   Card#                                Expiration:    /
  90.  
  91. __  VISA         Card#                                Expiration:    /
  92.  
  93. Signature _____________________________________  (Required for credit cards)
  94.  
  95. Diskette shipped is a 3 1/2" Low density (720K) unless otherwise specified.
  96.  
  97. Thank you for your order.   Please allow 5-15 days for delivery.
  98.  
  99. Questionaire (Optional)
  100. =========================================================================
  101. Where did you find out about StupenDOS ?
  102.  
  103. Have you used previous version of StupenDOS ?
  104.  
  105. How do you think StupenDOS compares to other DOS Shells ?
  106.  
  107.  
  108. Do you have a Compuserve ID or Internet address ?
  109.  
  110. Would you be interested in a Windows version of StupenDOS ?
  111.  
  112. Please list any Comments or Suggestions:
  113.                                                             Page 1
  114.         Basics                                   3
  115.         Installation                             3
  116.         Keyboard Usage                           4
  117.         Mouse Usage                              4
  118.         Starting StupenDOS                       4
  119.         How to Select Pull Down Menus            5
  120.         Tagging Files                            6
  121.         Shortcuts from the Main Screen           7
  122.         Changing Directories and Drives          7
  123.         Changing Drives                          7
  124.         Single Letter Options                    7
  125.         The Pull Down Menus                      8
  126.         DOS                                      8
  127.         SORT                                     13
  128.         TAG                                      14
  129.         MORE                                     17
  130.         FILE                                     20
  131.         ZIP                                      22
  132.         SETUP                                    23
  133.         EXIT                                     28
  134.         Modes (Full Screen)                      29
  135.         File Finder                              29
  136.         Tree                                     30
  137.         Zip                                      32
  138.         Unzip                                    35
  139.         Configurable Options                     37
  140.         Programming KEY Commands                 39
  141.         Programming RUN Commands                 41
  142.         Programming USR Commands                 43
  143.                                                             Page 2
  144.         CREDITS
  145.  
  146.         Written by Douglas Hay.
  147.  
  148.         Written in Borland C++ 3.1 and Assembly Language
  149.  
  150.         Special thanks to:
  151.         Dennis Meilicke        Developer, Testing
  152.         Phil Katz              Programming tips
  153.         Ralf Brown             Spawn Routines
  154.         All of the beta test crew for testing the software.
  155.  
  156.         StupenDOS is a DOS SHELL program that increases your productivity.
  157.         Repetitive DOS commands are eliminated with easy to use commands.
  158.         StupenDOS uses Pull-Down menus, so all the commands are easily
  159.         accessible.  Many shortcut keys are also provided, so as you become
  160.         more familiar with the program, you can become even more productive.
  161.         You can even reconfigure the keyboard so that you can configure and
  162.         create your own shortcut keys.
  163.                                                             Page 3
  164.         BASICS
  165.  
  166.         INSTALLING StupenDOS
  167.         HARD DISK: Copy the files from the distribution diskette
  168.         to a location on your disk that is in your PATH
  169.         statement.  If you are not familiar with the PATH
  170.         statement, refer to your DOS manual.  You can type in
  171.         PATH from the DOS prompt to display your current
  172.         PATH setting.  Suppose your path statement says something
  173.         like:
  174.                   PATH=C:\DOS;C:\UTIL;C:\WINDOWS
  175.  
  176.         You can copy StupenDOS into the C:\UTIL directory by
  177.         typing:
  178.  
  179.                   COPY  A:*.*  C:\UTIL
  180.  
  181.         All StupenDOS commands work in a similar way.  After you
  182.         have used a few commands, you will have mastered how the
  183.         other commands work as well.
  184.  
  185.         When StupenDOS is first run, it displays the files in the
  186.         current directory (or any directory you wish).  This is
  187.         called the Filelist.  These are the same files you would
  188.         see if you used the DOS command DIR.
  189.                                                             Page 4
  190.         KEYBOARD USAGE
  191.  
  192.         ESC             Cancels a command
  193.                         Removes a pop-up window
  194.         ENTER           Tag highlighted file or RUN highlighted
  195.                         file (Configurable) Change directory from
  196.                         Main Screen
  197.                         Selects commands from Pull-Down menus
  198.                         Accepts text that you have typed
  199.         Home            Go to the first file in the Filelist
  200.         End             Go to the last file in the Filelist
  201.         PgUp            Go up one page in the Filelist
  202.         PgDn            Go down one page in the Filelist
  203.         UpArrow         Go up one file in the Filelist
  204.         DownArrow       Go down one file in the Filelist
  205.         ALT keys        ALT key combinations can be programmed.
  206.                         The ALT keys are used to select a PullDown menu.
  207.         CTRL Keys       Very few CTRL key combinations are used.
  208.                         CTRL key combinations can be programmed.
  209.         Function keys   The available Function Keys are always
  210.                         listed on the bottom line of the screen.
  211.                         These can be overridden with the SD.PRO file.
  212.  
  213.         Mouse Usage
  214.         The left key of the mouse works like the ENTER key on the
  215.         keyboard.  The right most button works like the ESC key
  216.         on the keyboard.  If your mouse has three buttons,
  217.         the middle button is not used.
  218.  
  219.         STARTING StupenDOS
  220.         Type SD and press the ENTER key at the DOS prompt.
  221.  
  222.            C:\> SD
  223.  
  224.         This will run StupenDOS in the current directory, and all
  225.         of the files in the current directory will be displayed.
  226.         If you only want to display certain files, type in the
  227.         filespecs desired after SD.  For example, if you want to
  228.         run StupenDOS and just show *.DOC and *.TXT files, type:
  229.  
  230.            C:\> SD *.DOC *.TXT
  231.  
  232.         You can also specify files to exclude.  Suppose you
  233.         wanted all *.DOC files, but not the files that start with
  234.         the letter A.  You would type:
  235.  
  236.            SD *.DOC -xA*.*
  237.  
  238.         The -x tells StupenDOS to exclude that filespec from the
  239.         filelist.  You can also open two file windows when
  240.         starting StupenDOS.  Suppose you want to see all *.EXE
  241.         and *.COM files in the C:\DOS directory, and all SD*.*
  242.         files in the D:\UTIL directory.  You would type:
  243.  
  244.            SD C:\DOS\*.exe *.com D:\UTIL\SD*.*
  245.                                                             Page 5
  246.         Exiting StupenDOS
  247.         Press ESC repeatedly, or press CTRL X to exit to the
  248.         currently selected directory.
  249.  
  250.         How To Select Pull Down Menu
  251.         The Pull Down menu items are listed on the top line of
  252.         the screen.  One letter in each item is capitalized and
  253.         is a different color.  Press ALT + the capitalized letter
  254.         to select the desired menu.  The menus can also be
  255.         selected by pressing the RIGHTARROW or LEFTARROW key,
  256.         until the desired menu is displayed.
  257.  
  258.         MOUSE: Click once on the menu name at the top of the screen.
  259.  
  260.         Selecting items in a Pull Down Menu
  261.         Use the UPARROW and DOWNARROW keys to move the
  262.         highlighted bar up and down while in a Pull Down menu.
  263.         Some items in the Pull Down menus can be either selected
  264.         or not selected (turned ON or OFF).  To toggle an option,
  265.         press the SPACE bar.  Some options are either/or options.
  266.         For example, in the Prune and Graft option, you are asked
  267.         to select from either Copying or Moving the files.  You
  268.         can only do one or the other, but not both.  This would
  269.         be displayed as follows:
  270.  
  271.            (*) Copy
  272.            ( ) Move
  273.  
  274.         An option with a dot indicates that this option is
  275.         selected.  Some options can be selected in combination
  276.         with other options. For example, the Print Directory menu
  277.         allows you to print information about the files in the
  278.         filelist to the printer.  You can choose to print
  279.         additional information about the files, such as the Size,
  280.         Time, and Date of the files.  These items can be
  281.         selected independently of each other.  Items such as
  282.         these are displayed with brackets.  Empty brackets
  283.         indicate the item has not been selected.  Brackets with
  284.         a 'X' between them indicate the option has been selected.
  285.         In the example below, the Size and Date have been
  286.         selected, but the Time has not been selected.
  287.  
  288.            [X] Size
  289.            [X] Date
  290.            [ ] Time
  291.  
  292.         Press the ENTER key to select the highlighted item.  If
  293.         the item is an option that you wish to toggle, press the
  294.         SPACE bar to toggle the option.  Important: There is a
  295.         highlighted letter in most items, and pressing this
  296.         letter will select that item.  If the item is a option
  297.         that toggles, pressing the highlighted letter will toggle
  298.         the option.
  299.                                                             Page 6
  300.         MOUSE: Click on the item you wish to select with the left
  301.         mouse button.  If the item toggles, clicking the left
  302.         button will toggle that item.
  303.  
  304.         Moving Around the Filelist
  305.  
  306.         Use the UPARROW and DOWNARROW keys to move up or down one
  307.         line at a time.  Use PGUP and PGDN keys to move an entire
  308.         page at one time.  The HOME key will place you at the top
  309.         of the filelist, and the END key will place you on the
  310.         last file in the filelist.
  311.  
  312.         MOUSE:  To move the highlight bar up and down, click on the
  313.         arrows that point up and down at the top and bottom of
  314.         the file scrollbar (See figure 1).  Click once to move
  315.         the filebar one file, or hold down the mouse button to
  316.         scroll continuously.  This simulates the UPARROW or
  317.         DOWNARROW keys on the keyboard.  Click on the horizontal
  318.         bar above the filelist to go one page up in the filelist.
  319.         This simulates PGUP.  Click on the horizontal bar below
  320.         the filelist to move down one page in the filelist.  This
  321.         simulates PGDN.  You can also click on the scrollbar to
  322.         move rapidly through the filelist.  Clicking above the scroll
  323.         marker will simulate pressing PgUp.  Pressing below the scroll
  324.         marker will simulate PgDn.  You can also drag the scroll marker
  325.         with the mouse.
  326.  
  327.         Tagging a File
  328.         When you want to perform an operation on a file, or a
  329.         group of files, you need to tell StupenDOS which files to
  330.         use.  This is done by tagging the desired files.  There
  331.         are several ways to tag a file or a group of files. All
  332.         of the different methods are described later in the TAG
  333.         Pull Down Menu section.  To tag a single file, you would
  334.         use the ARROW keys (described above) to highlight the
  335.         file you wish to tag.  Then press the SPACE bar to tag
  336.         that file.
  337.  
  338.         MOUSE: Click on a file to tag, or drag the mouse with the left
  339.         button held down.
  340.                                                             Page 7
  341.         Shortcuts from the Main Screen
  342.  
  343.         Function Keys
  344.         The bottom line of the screen lists StupenDOS' most
  345.         commonly used features. There is a function key that is
  346.         associated with each function.  Press the function key to
  347.         access that function without having to use the Pull Down
  348.         menus.
  349.  
  350.         MOUSE: The bottom line of the screen list StupenDOS' most
  351.         commonly used features.  Click on the text to activate
  352.         that option without having to use the Pull Down menus.
  353.  
  354.         ALT keys
  355.         Press ALT + the hightlighted letter to select a Pull Down Menu.
  356.         Other ALT key combinations can be configured with the SD.PRO
  357.         file (described later).
  358.  
  359.         Changing Directory
  360.         MOUSE: The current directory name is displayed at the top
  361.         of the filelist.  You can click on this directory name to
  362.         change to that directory.  For example, if the current
  363.         directory is C:\UTIL\SD, you could click on the
  364.         letter U in UTIL to change to the C:\UTIL directory.  If
  365.         the desired subdirectory name is displayed in the
  366.         filelist, double click the mouse on the subdirectory name
  367.         to change to that directory.
  368.  
  369.         Changing Drive
  370.         MOUSE: All disk drives available to the system are listed
  371.         in the lower right-hand corner of the screen. To change
  372.         to a different disk drive, click on the drive letter you
  373.         wish to change to.
  374.  
  375.         Single letter Options
  376.         StupenDOS has several shortcut keys that are active from
  377.         the main screen.  These keys are listed in the Pull Down
  378.         menus to the right of each item.  Not all functions have
  379.         shortcut keys.  Several options are selectable by pressing
  380.         a single key.  The help screen contains a list of these
  381.         shortcut keys.  The help screen can be viewed by pressing
  382.         F10.  These default keys can be overridden with the SD.PRO file.
  383.                                                             Page 8
  384.         The Pull Down Menus
  385.  
  386.         DOS
  387.         The items in the DOS menu are items related to DOS
  388.         commands.  In this menu you will find commands to Copy
  389.         files, Delete files, Rename files, etc.  All the
  390.         commands are listed below.
  391.  
  392.         COPY                               Shortcut Keys: F1 or C
  393.         Copy is one of StupenDOS' most used commands.  Tag all of
  394.         the files you wish to copy (see the section TAG Pull Down
  395.         Menu).  If you do not tag any files, the highlighted file
  396.         will be copied.  Now select the COPY option from the DOS
  397.         Pull Down Menu (ALT D), C.  The shortcut key for copy is
  398.         F1.  A PopUp menu will appear.  You can then enter the
  399.         drive and/or directory you wish to copy to.  To copy the
  400.         files to the A: disk drive, just type in A:, and press
  401.         the ENTER key.  StupenDOS will then copy all of the
  402.         tagged files to the specified drive/directory. The
  403.         information you entered will be retained, just in case
  404.         you want to copy more files to that same location.  Up to
  405.         three copy locations will be retained.  You can also
  406.         modify the old directory locations that have been
  407.         retained.
  408.  
  409.         MOUSE: To copy to a drive, without specifying a directory
  410.         name, you can click on the drive letters that appear
  411.         below the COPY TO: area.  If two file windows are open,
  412.         you can copy the tagged files to the other window by
  413.         pressing F1.  See the FILE Pull Down Menu for information
  414.         on opening a second file window.  The destination
  415.         drive/directory can also be selected from the Tree
  416.         Display.  This is done by pressing the F2 key.  See the
  417.         MORE Pull Down Menu for information on how to use the
  418.         Tree Display.  Before copying, many different options can
  419.         be selected from the Copy window. If these options are
  420.         changed, they will retain the new value until you change
  421.         it again, or until you exit StupenDOS.  These options are
  422.         described below.  After you have selected the copy
  423.         destination, press the ENTER key to start the copy
  424.         process.  The process can be aborted by pressing the ESC
  425.         key.
  426.  
  427.         Overwrite
  428.         StupenDOS will normally overwrite files with similar
  429.         names (like DOS does).  If you want to be asked before
  430.         overwriting a file, turn off the Overwrite option.
  431.                                                             Page 9
  432.         Error Check Free Space Available On Floppies
  433.         Suppose you have 10 files tagged, and you wish to copy
  434.         these files to the A: drive.  If this option is selected,
  435.         StupenDOS will make sure sufficient disk space exists on
  436.         the destination drive before starting the copy.  If there
  437.         is not enough space, you can still copy as many files as
  438.         possible before the disk is full.  At that time,
  439.         StupenDOS will ask you if you want to stop copying files,
  440.         or if you want to insert another disk and continue
  441.         copying.
  442.  
  443.         Clear Tag After Copy or Move
  444.         If selected, the file tag will be removed after a file is
  445.         successfully Copied or Moved. This is useful when coping
  446.         many files to floppy disks, and you are sure the files
  447.         will not all fit on the floppy drive.  After each file
  448.         has been copied, the tag will be cleared, so the files
  449.         that remain tagged have not yet been copied.
  450.  
  451.         Newer
  452.         The newer option tells StupenDOS to check the time and
  453.         date of the file being copied.  If the destination file
  454.         exists, the file will only be copied if it has a newer
  455.         time and date than the destination file.  This is useful
  456.         when copying several files to a floppy disk.  Suppose you
  457.         have a floppy disk that contains backup files.  You can
  458.         easily update the files on the floppy without recopying
  459.         the files that are unchanged.  The files that have not
  460.         changed will not be copied because the times and dates
  461.         are identical.
  462.  
  463.         Only If Target Exists
  464.         The file(s) will be copied only if the destination
  465.         already contains a file of the same name.  Useful for
  466.         updating files.
  467.  
  468.         Only If Target Does Not Exist
  469.         The file(s) will be copied only if the destination does
  470.         not contain a file of the same name.  Useful for getting
  471.         files off a floppy that you may have deleted or not
  472.         installed previously.
  473.  
  474.         Move                                Shortcut Key: F2 or M
  475.         Moving files works much the same as COPY.  The only
  476.         difference is that the source files are deleted after the
  477.         file has  been copied.
  478.                                                             Page 10
  479.  
  480.         Delete                              Shortcut Key: F4 or D
  481.         The Delete function is a very powerful option.  Care
  482.         should be taken to insure that only files you want
  483.         deleted actually get deleted.  To delete a file or a
  484.         group of files, tag the files you wish to delete.  Then
  485.         bring up the DOS Pull Down Menu. Then either highlight
  486.         the DELETE option, or press the letter D, which is the
  487.         highlighted shortcut key.  The DELETE Sub Menu will pop
  488.         up.  Highlight the DELETE TAGGED FILES option in the
  489.         Delete Sub Menu, and press ENTER.  The menus will
  490.         disappear, and the tagged files will be deleted.  The
  491.         number of files deleted, and the bytes used by these
  492.         files will be displayed on the right side of the screen.
  493.         You can also set the CONFIRM option, which will ask you
  494.         if you really want to delete each file before StupenDOS
  495.         deletes that file.  If you are a computer novice, you may
  496.         want to confirm files before deleting.
  497.         Note: Pressing ALT F4 from the main screen deletes all of
  498.         the tagged files without confirmation.  This should be
  499.         used with extreme caution!
  500.  
  501.         Delete Highlighted File
  502.         This option deletes only the file that is highlighted,
  503.         rather than all tagged files.  This is useful when you
  504.         may be tagging files to copy, and see a file that you
  505.         want to delete.  You can delete the file, even though
  506.         other files may be tagged.
  507.  
  508.         Delete *.BAK Global
  509.         Delete *.BAK Local
  510.         Many programs leave behind files with .BAK extensions.
  511.         These files are usually backup files that are
  512.         unnecessary.  These files can consume precious disk space
  513.         that could be used by other applications.  StupenDOS can
  514.         delete these files quickly.  The DELETE *.BAK GLOBAL
  515.         option will delete all of the *.BAK files from the
  516.         current drive.  It will look through all directories and
  517.         delete all .BAK files.  The DELETE *.BAK LOCAL option
  518.         will only delete the *.BAK files from the current
  519.         directory.
  520.  
  521.         Delete Specified
  522.         Delete Specified works like the DELETE *.BAK GLOBAL
  523.         option, but it allows you to select the files that will
  524.         be deleted.  Suppose you want to delete all files that
  525.         have a .TMP extension.  Select the Delete Specified
  526.         option, type in the filespec you wish to delete (*.TMP),
  527.         and press the ENTER key.
  528.                                                             Page 11
  529.  
  530.         Change Drive                        Shortcut Key: F5 or V
  531.         When you need to change to a different disk drive and/or
  532.         directory, the Change Drive option can be used.  Select
  533.         the Change Drive option from the DOS Pull Down Menu.
  534.         This menu can also be selected by pressing F5.  A Pop Up
  535.         menu will appear.  Type in the new drive and/or
  536.         directory.  Press the ENTER key.  If you have
  537.         previously changed drive/directory, the information you
  538.         entered previously will be displayed.  You can use the
  539.         ARROW keys to highlight this information and edit it
  540.         (if necessary), or just press the ENTER key to change to
  541.         that drive/directory.
  542.  
  543.         MOUSE: If you have changed drive/directory before, you
  544.         can Double Click on the text of the new drive/directory.
  545.  
  546.         Save Directory Information to Disk
  547.         If there is a drive/directory that you change to often,
  548.         you can save this information to disk so that you do not
  549.         need to type this information each time you run
  550.         StupenDOS.  After you successfully changed drive, bring
  551.         up the Change Drive menu again, and press F1 to save the
  552.         drive information to disk.  The next time StupenDOS is
  553.         run, this information will automatically be loaded.
  554.  
  555.         TYPE File                          Shortcut Keys: F8 or Y
  556.         You can view text files from within StupenDOS with this
  557.         option.  You may use any program you like to display the
  558.         files.  If you do not have a file viewer or text editor,
  559.         you can use the DOS Command TYPE.  The program used to
  560.         display the file is selected in the SETUP Pull Down menu.
  561.         See the SETUP, External Programs section later in this
  562.         manual.  To view a file, highlight the file you wish to
  563.         view.  Select the TYPE FILE option from the DOS Pull Down
  564.         menu.  The screen will be cleared, and the file will be
  565.         displayed.  If you have not configured an external
  566.         program to call to view the file, StupenDOS will ask you
  567.         if you want to use the DOS Type Command.
  568.  
  569.         TYPE All Tagged
  570.         This option works like TYPE File, except that all tagged
  571.         files will be displayed, rather than just the highlighted
  572.         file.  The files will be displayed one by one, starting
  573.         from the beginning of the filelist.
  574.                                                             Page 12
  575.         EDIT File
  576.         This option is similar to TYPE File, except it is
  577.         designed to edit the tagged file, rather than just view
  578.         the file.  The program used to edit the file is
  579.         configured in the SETUP Pull Down menu.
  580.  
  581.         EDIT All Tagged
  582.         Similar to TYPE All Tagged, except the files may be
  583.         modified, instead of just being viewed.  See TYPE All
  584.         Tagged and EDIT File options above.
  585.  
  586.         MAKE Directory (Pop-Up)
  587.         This option is similar to the DOS Command MKDIR or MD.
  588.         You can make a directory on any legal drive.  Select the
  589.         Make Directory option.  Type in the name of the directory
  590.         you wish to create, and press the ENTER key.
  591.  
  592.         REMOVE Directory (Pop-Up)
  593.         This option is similar to the DOS Command RMDIR or RD.
  594.         If you want to remove a directory that is a subdirectory
  595.         of the current directory, you can just highlight the
  596.         directory you wish to remove, and select the Remove
  597.         Directory command from the DOS Pull Down menu.  A Pop Up
  598.         menu will appear.  If you currently have a directory
  599.         highlighted, this name will be inserted automatically.
  600.         Enter the name of the directory to remove, and press the
  601.         ENTER key.
  602.  
  603.         RENAME File / Directory (Pop-Up)
  604.         This option is similar to the DOS Command RENAME or REN.
  605.         Rename will work on all tagged files.  Select the Rename
  606.         File option from the DOS Pull Down menu. A Pop Up menu
  607.         will appear.  StupenDOS will show you the current name of
  608.         the file.  You are required to enter the new name of the
  609.         file.  The new name is initially set to the current name
  610.         of the file.  You can then modify the name to the new
  611.         name desired.  If several files are tagged, and you want
  612.         to skip a file, pressing F2 will go to the next tagged
  613.         file in the filelist.  If you are done renaming files,
  614.         you can press the ESC key to abort renaming files.
  615.  
  616.         Directories can be renamed in the same manner as files.
  617.                                                             Page 13
  618.  
  619.         SORT                                      Shortcut Key: S
  620.         When the files are read from disk, StupenDOS can
  621.         automatically display the files in different orders.  The
  622.         default method is to sort alphabetically by filename.
  623.         Subdirectories are listed first, followed by the files.
  624.         The default display (sort) method can be changed in the
  625.         SETUP Pull Down menu, so the files will be sorted by the
  626.         method you prefer every time StupenDOS is run. To display
  627.         the files by another method, bring up the SORT Pull Down
  628.         menu by pressing ALT S, or by pressing the letter S,
  629.         which is the shortcut key.   You can sort by File Name,
  630.         File Extension, File Date, File Size, or leave the files
  631.         unsorted.  You can also select ascending or descending
  632.         order.  Use the ARROW keys to highlight the desired sort
  633.         method and press the ENTER key.  If you wish to toggle
  634.         the sort order from ascending to descending, or from
  635.         descending to ascending, highlight that line using the
  636.         ARROW keys and press the SPACE bar.
  637.  
  638.         NAME
  639.         Sort the filelist alphabetically by the eight character
  640.         File Name.  If two identical names are found, the files
  641.         extensions will be used to sort the files.  For example,
  642.         SD.A would be listed before SD.B.
  643.  
  644.         EXTENSION
  645.         Sort the filelist alphabetically by the three letter File
  646.         Extension.
  647.  
  648.         DATE/TIME
  649.         Sort the filelist numerically by the File Date and Time.
  650.  
  651.         SIZE
  652.         Sort the filelist numerically by the File Size.
  653.  
  654.         UNSORTED
  655.         The filelist will be displayed without being sorted.
  656.         This is the same order the files would appear in if you
  657.         used the DOS Dir command.
  658.  
  659.         TAGS
  660.         Sort the files by putting all of the tagged files together.
  661.                                                             Page 14
  662.         TAG Pull Down Menu
  663.         Tagging files is a very important option.  It allows you
  664.         to quickly select a group of files that StupenDOS can
  665.         perform an operation on.  You can tag a single file, or
  666.         a group of files.  You are also able to clear tags with
  667.         this menu.  When a file is tagged, there is a tag
  668.         character immediately to the left of the filename.  There
  669.         is a indicator on the far right side of the screen
  670.         showing the number of files tagged, and the number of
  671.         bytes in these files. To bring up the TAG Pull Down menu,
  672.         press ALT T.
  673.  
  674.         TAG ALL FILES
  675.         If you want all files in the filelist tagged, use this
  676.         option.  All files will be tagged, and the bytes tagged
  677.         will be displayed.  If a file is already tagged, it will
  678.         be remain tagged.
  679.  
  680.         CLEAR ALL TAGS                        Shortcut Key: ALT C
  681.         If you would like to clear all the file tags, use this
  682.         option, or press ALT C from the main screen.  All of the
  683.         file tags will be removed, and the number of files tagged
  684.         and the bytes tagged will be zeroed.
  685.  
  686.         TAG Files Toggle
  687.         The ( ) parentheses indicate that this item can be
  688.         toggled.  If a dot appears between the parentheses, the
  689.         item is currently selected.  If this option is selected,
  690.         the other options in the TAG menu will tag files.  If it
  691.         is not selected, the other options in the TAG menu will
  692.         clear file tags.  For example, if this option is
  693.         selected, and you tag files by name, and select *.EXE,
  694.         all files with the .EXE extension will be tagged.  If
  695.         this option is not set (no dot between the parentheses),
  696.         then tagging by name would clear all files with the .EXE
  697.         extension.  The TAG All Files and Clear All Tags options
  698.         are not affected by the TAG Files or Clear Tags Toggles.
  699.         Another use of this option could be if you wanted to copy
  700.         all files except the *.EXE files to a floppy drive.  You
  701.         would first tag all files, and then set the CLEAR Tags
  702.         Toggle, and then select the tag by Name option, and enter
  703.         *.EXE.  The result would be that all files would be
  704.         tagged, except for the files with .EXE extensions.
  705.  
  706.         CLEAR Files Toggle
  707.         If this option is set, the tag operations will clear file
  708.         tags, rather than set the tags. See the Tag Files Toggle
  709.         for more information.
  710.                                                             Page 15
  711.         NAME (Pop Up)
  712.         When you want to tag (or clear) files by Filename or File
  713.         Extension, you use this option.  After selecting this
  714.         option, a Pop Up window will appear.  Enter the
  715.         filespec (name of the file, wildcards are legal) you wish
  716.         to tag (or clear), and press the ENTER key.  The files
  717.         specified will be tagged, and the number of files and the
  718.         bytes tagged will be updated.
  719.  
  720.         SIZE (Pop Up)
  721.         You can tag (or clear) files by File Size using this
  722.         option.  After selecting this option, you are required to
  723.         enter the size to compare the files in the filelist
  724.         against.  You can press the ARROW keys to toggle the
  725.         operator that will be used for the comparisons.  You can
  726.         select less than, less than or equal to, equal to, not
  727.         equal to, greater than or equal to, or greater than.
  728.         After you have selected the operator, and have entered
  729.         the size to compare against, press the ENTER key. The
  730.         files specified will be tagged, and the number of files
  731.         and the bytes tagged will be updated.
  732.  
  733.         DATE (Pop Up)
  734.         You can tag (or clear) files by File Date using this
  735.         option.  After selecting this option, you are required to
  736.         enter the date to compare the files in the filelist
  737.         against.  You can press the ARROW keys to toggle the
  738.         operator that will be used for the comparisons.  You can
  739.         select less than, less than or equal to, not equal to,
  740.         equal to, greater than or equal to, or greater than.
  741.         After you have selected the operator, and have entered
  742.         the date to compare against, press the ENTER key. The
  743.         files specified will be tagged, and the number of files
  744.         and the bytes tagged will be updated.
  745.  
  746.         ONLY TODAYS FILES
  747.         Use this option to tag (or clear) all files that have the
  748.         current days date.  This is useful for tagging all of the
  749.         files that have been changed today.
  750.  
  751.         ARCHIVE (CHANGED FILES)
  752.         When an application creates or modifies a file, DOS
  753.         remembers this and sets an attribute on the file called
  754.         the ARCHIVE bit.  StupenDOS displays the attributes of
  755.         a file in the filelist.  An 'A' after the files' time in
  756.         the filelist indicates that files' archive attribute is
  757.         set.  If you save a file with a word processor, the
  758.         files' archive bit will be set.  Most backup programs
  759.         clear the archive bit after backing up a file.  This
  760.         option will only tag files (or clear) by looking at the
  761.         archive bit.  The archive bit is not modified by
  762.         StupenDOS.
  763.                                                             Page 16
  764.         FLIP TAGS
  765.         Use this option to reverse all of the tag characters.
  766.         All files that are tagged will be cleared, all files that
  767.         have no tag will become tagged.  This is useful when you
  768.         want to tag many files, and leave only a few untagged.
  769.         Suppose you wanted to tag all the files except the .EXE
  770.         files.  You could tag all of the .EXE files, and
  771.         then flip the tags.
  772.  
  773.         REMOVE FROM DISPLAY
  774.         Some directories contain hundreds or even thousands of
  775.         files.  If you are looking for certain files, and you
  776.         want to reduce the number of files in the filelist, you
  777.         will want to use this option.  Suppose you have several
  778.         hundred files with the .TXT extension, and you do not
  779.         want to work with these files at this time.  You can tag
  780.         all the *.TXT files with the TAG / NAME option, and then
  781.         remove these files from the filelist.  The files have not
  782.         deleted, they just are not shown on the screen.
  783.  
  784.         LOAD TAG FILE
  785.         You may find yourself tagging the same files over and
  786.         over again, day after day. If this is the case, you can
  787.         make a TAG file with an ordinary text editor.  Suppose
  788.         you want to tag all *.DOC files and all *.TXT files.
  789.         Create a file with a .TAG extension, and enter the
  790.         following:
  791.  
  792.            *.DOC
  793.            *.TXT
  794.  
  795.         If you called the file MINE.TAG, you can load this from
  796.         StupenDOS with the Load Tag File option.  The .TAG files
  797.         should be located in the directory where SD.EXE is
  798.         located.  All files with .DOC and .TXT extensions will be
  799.         tagged.  When selecting this option, a Pop Up window will
  800.         appear.  You can use the ARROW keys to select the TAG
  801.         file you wish to load, and press the ENTER key.
  802.                                                             Page 17
  803.         MORE
  804.         The MORE Pull Down Menu contains miscellaneous options
  805.         that don't fit in any other menu.  Press ALT M to bring
  806.         up the MORE Pull Down menu.
  807.  
  808.         FIND A FILE (Full Screen Pop-Up)      Shortcut Key: ^
  809.         If you have forgotten where you put a file, the File
  810.         Finder will find it!  Most Where Is programs can find
  811.         files, but after a few files are displayed, they scroll
  812.         off the screen.  StupenDOS remembers all of the files it
  813.         has displayed, and lets you use the ARROW keys to review
  814.         all of the files found.  This option is a full screen
  815.         mode and is described later in the manual.
  816.  
  817.         Dos Call
  818.         This option allows you to run an external program from
  819.         within StupenDOS.  There are several other ways to run
  820.         external programs.  See the EXECUTE option described in
  821.         the FILE Pull Down menu section for more information.
  822.         You can have StupenDOS write itself to expanded or
  823.         extended memory, or to disk, before running an external
  824.         program.  This is only possible if you are running a .EXE
  825.         or .COM file.  It is not possible if you are running a
  826.         .BAT file, or an internal DOS command, like TYPE.  Press
  827.         ESC to cancel the DOS Call command.
  828.  
  829.         OS Shell
  830.         If you need to return to DOS from StupenDOS, but do not
  831.         want to exit StupenDOS, the OS Shell option will allow
  832.         you to do this.  You will be returned to the DOS
  833.         prompt.  Do whatever you need to do, and type in EXIT and
  834.         press the ENTER key when you are ready to return to
  835.         StupenDOS.
  836.  
  837.         Stamp Time
  838.         It is sometimes desirable to alter the Time and Date
  839.         stamp of a file or a group of files.  After selecting
  840.         this option, you can either select to use the current
  841.         time and date, or you can enter a date and time of your
  842.         choice.  If you want to use the current time and date,
  843.         just press the ENTER key to stamp the files.  If you want
  844.         to select the date and/or time, ARROW down and select the
  845.         Defined Time/Date option.  Then ARROW down to the area
  846.         where you can type in the date and time.  Press ENTER to
  847.         tell StupenDOS that you want to alter this information.
  848.         A flashing cursor will appear.  After entering this
  849.         information, press the F1 key to stamp the files.  The
  850.         stamped files time and date will be reflected in the file
  851.         display.  Press ESC if you choose not to stamp the time.
  852.                                                             Page 18
  853.         Byte info
  854.         A ten byte file may be very small, but it takes up much
  855.         more disk space than ten bytes.  This is due to the way
  856.         DOS formats your disk.  The minimum amount of space a
  857.         file uses on a disk is the same as the disks cluster
  858.         size.  The Byte info option tells you how many bytes are
  859.         in tagged files, and how much disk space these files
  860.         really take.  The number of clusters, cluster size, and
  861.         other useful information is also displayed.  Press any
  862.         key to remove this window when you are finished.
  863.  
  864.         Info, disk
  865.         You can quickly see how big each disk drive on your
  866.         system is, how much space is used, and how much space is
  867.         available.  The volume label is also displayed. Network,
  868.         Joined and Substituted drives are also supported.
  869.  
  870.         Wipe dir(ectory)
  871.         WARNING: This is an option that should be used with
  872.         extreme caution.  Wipe directory deletes all files and
  873.         all subdirectories in a given directory.  The root
  874.         directory cannot be wiped with this option, however it
  875.         can be wiped from the tree display.  See the Tree options
  876.         Pull Down menu section later in this manual for more
  877.         information.  Suppose you have decided you do not need
  878.         the \GAMES directory any longer.  In the GAMES directory,
  879.         there are several subdirectories, say MONOPOLY and
  880.         TETRIS.  To wipe the \GAMES directory and all of its
  881.         subdirectories, highlight the GAMES directory, and select
  882.         the Wipe Dir option.  A warning Pop Up will appear asking
  883.         if you really want to wipe the selected directory.  You
  884.         must press the CTRL F1 key to confirm that you want to
  885.         start wiping.  As the wipe process is being completed,
  886.         the number of files deleted and the number of bytes
  887.         removed are displayed.  You will be informed when the
  888.         process is complete.  Press ESC during a wipe to abort
  889.         wiping, however a files that have already been deleted
  890.         will be gone.
  891.  
  892.         Current Directory Stats
  893.         Display the total size of all files in the filelist.
  894.  
  895.         Load Pro File
  896.         Load a different .PRO file for use with StupenDOS.
  897.  
  898.         Disk format
  899.         You can format 5 1/4" disks or 3 1/2" disks, low or high
  900.         density.  If you try to format a disk for an illegal density,
  901.         a error will be displayed.  For example, you cannot format a
  902.         5 1/4" disk to 720K.  A Quick format option allows previously
  903.         formatted disks to be reformatted quickly.  New boot sectors,
  904.         FAT information, and ROOT directory information are written.  You
  905.         can also verify the disk after it is formatted or quick formatted.
  906.         After a disk format is complete, you can format another disk, or
  907.         press ESC.  The format option supports data diskettes only,
  908.         the disks cannot be used to boot (startup) the computer.
  909.                                                             Page 19
  910.         Tree Display (Full Screen Pop-Up)
  911.         This option lets you view the structure of all your disks
  912.         in a graphic display. It is a full screen mode, and is
  913.         described in detail later in this manual.
  914.  
  915.         ReRead Tree
  916.         This option is similar to the above option, except the tree
  917.         information will not be read from the SD.TRE file.
  918.  
  919.         Help                                    Shortcut Key: F10
  920.         One page of help information displaying the basic usage
  921.         and functions of StupenDOS.
  922.  
  923.         About SD.EXE
  924.         A message about the author, and the development
  925.         environment used to create StupenDOS.
  926.  
  927.         Reset Mouse
  928.         After running some external programs, the mouse
  929.         characteristics may have changed.  Some programs change
  930.         the mouse cursor, or the distance the mouse cursor
  931.         travels when the mouse is moved.  The Reset Mouse option
  932.         sets these characteristics back to normal.
  933.                                                             Page 20
  934.         FILE
  935.         Select the FILE Pull Down menu by pressing ALT F.  All of
  936.         the items in this menu are options that relate to the
  937.         files that are in the filelist.
  938.  
  939.         Attribute Change (Pop Up)             Shortcut Key: ALT A
  940.         An attribute is saved by DOS for every file and directory
  941.         on a floppy or hard disk. This option allows you to
  942.         change the attributes of all tagged files.  If you don't
  943.         know what DOS uses attributes for, you will not need to
  944.         use this option.   You can set the Archive bit, Hidden
  945.         bit, System bit, and Read Only bit.  You can set the
  946.         files attributes, or add the selected attributes.  After
  947.         bringing up the Change Attributes Pop Up window, use the
  948.         ARROW keys to highlight the different attributes you wish
  949.         to select, then press the SPACE bar.  After you have
  950.         selected the attributes you wish the files to have, ARROW
  951.         down and select either Set Attributes or Add Attributes.
  952.         Press F1 to make the change.  The attributes will be
  953.         updated in the filelist.
  954.  
  955.         Filespec Change (Sub Menu)
  956.         It is sometimes desirable to have just certain files
  957.         listed in the filelist.  You may be in a directory where
  958.         many files exist, but you just want to view the .TXT and
  959.         .DOC files.  You can tell StupenDOS that you just want to
  960.         view the .TXT and .DOC files with the Filespec Change
  961.         menu.  After selecting this option, a menu will appear.
  962.         Type in the filespec you wish to view.  You can enter up
  963.         to five filespecs.  You can specify if this filespec is
  964.         to be included or excluded.  To toggle the
  965.         INCLUDE/EXCLUDE toggle, press the SPACE bar.  If you
  966.         wanted to view all .TXT files except B*.TXT, you would
  967.         enter *.TXT as a filespec to include, and B*.TXT as a
  968.         filespec to exclude.
  969.  
  970.         Locate On (Pop Up)                        Shortcut Key: /
  971.         If many files exist in the filelist, and the files are
  972.         not displayed alphabetically, it may be difficult to find
  973.         a file in the filelist.  The Locate On option locates the
  974.         highlight bar on the specified file.  Suppose you wanted
  975.         to find SD.EXE so you could copy it to a floppy drive.
  976.         Select this option from the FILE Pull Down menu or press
  977.         / (slash) from the main screen.  A Pop Up window will
  978.         appear.  Enter the name of the file.  As you type each
  979.         letter, the highlight bar will be moved to the
  980.         first file matching the text you typed.  The wildcards *
  981.         and ? are legal.
  982.                                                             Page 21
  983.  
  984.         Execute File                              Shortcut Key: X
  985.         If you want to run a program from inside StupenDOS, use
  986.         the ARROW keys to highlight the file.  Then select the
  987.         Execute File option from the FILE Pull Down menu.  Press
  988.         the ENTER key to execute the file.   You can Execute any
  989.         type of file.  Only .EXE and .COM and .BAT files are
  990.         actually run, but you can configure the SD.PRO file to
  991.         execute any type of file.  For example, if you try to
  992.         execute a picture file, StupenDOS can automatically run
  993.         your picture viewer.  The SD.PRO file must be configured
  994.         for this to work properly.  See the section on
  995.         programmable options for more information.
  996.  
  997.         MOUSE: Double click the file you wish to execute.
  998.  
  999.         New Directory                             Shortcut Key: N
  1000.         This option rereads the current filelist.  It is
  1001.         sometimes necessary to update the files in the list.
  1002.         For example, if you wanted to view the contents of
  1003.         several floppy disks, you could insert a new floppy disk
  1004.         and press 'N' to show the files on the floppy.  Using
  1005.         this option will clear all of the file tags.
  1006.  
  1007.         Create File List (Pop Up)
  1008.         List Files are used by many popular programs, like PKZIP
  1009.         and PKUNZIP.  You can easily create a List File that is
  1010.         compatible with these programs.   To make a List File
  1011.         from all of the tagged files, select this option from the
  1012.         FILE Pull Down menu.  You can save just the filenames, or
  1013.         you can also save the path information.  You must
  1014.         enter the filename to use for the List File.  If the List
  1015.         File already exists, you will be asked if you wish to add
  1016.         to that List File, or make a new List File.
  1017.  
  1018.         Compare Files
  1019.         You must have two windows open for this option.  Tag the files
  1020.         you wish to compare in one window, and select the desired options.
  1021.  
  1022.         Print (Sub Menu)                          Shortcut Key: P
  1023.         This option prints the tagged files to the printer.  The
  1024.         printer port can be set in the SETUP Pull Down menu.
  1025.  
  1026.         Form Feed NOW
  1027.         If you want your printer to do a Form Feed, use this
  1028.         option.  It will send a Form Feed character to the
  1029.         printer.
  1030.                                                             Page 22
  1031.         Directory List
  1032.         Use this option if you need a listing of files printed on
  1033.         the printer.  You can specify if you want all files
  1034.         printed, or just the tagged files.  You can also specify
  1035.         what information about the file is to be printed.  The
  1036.         file Size, Date, Time, Attributes, and path name can be
  1037.         printed.  Only files will be printed by default.  If you
  1038.         want to print the information about sub-directories,
  1039.         select the Directories option.  Press F1 to start
  1040.         printing after you have set the desired options.
  1041.  
  1042.         Window - OPEN or CLOSE                Shortcut Key: ALT W
  1043.         StupenDOS supports two file windows, in a vertical format
  1044.         (See figure).  If one window is currently open (there is
  1045.         always at least one window open), selecting this option
  1046.         will open a second window.  If two windows are open, this
  1047.         option will close the current window.  If the highlighted
  1048.         entry in the filelist is a directory, the second window
  1049.         will contain that subdirectories information.  For
  1050.         example, if you have one file window open, and you
  1051.         highlight a directory using the ARROW keys, and then
  1052.         press ALT W, the second window will be opened displaying
  1053.         the files from the highlighted directory.  When
  1054.         performing operations from StupenDOS, the operations are
  1055.         only executed in the current window. For example, if you
  1056.         have two windows open, and all files are tagged in both
  1057.         windows, and you delete all tagged files, only the files
  1058.         in the current window will be deleted.
  1059.  
  1060.         Expand/Reduce Window Size               Shortcut Key: +/-
  1061.         Used to alter the size of the current window.  Pressing +
  1062.         or - will move the bar separating the two windows.
  1063.  
  1064.         MOUSE: Press and hold down the left mouse button while
  1065.         located on the character at the far right side of the bar
  1066.         separating the two file windows.  Move the mouse up or
  1067.         down until the bar is in the desired location. Release
  1068.         the mouse button.
  1069.  
  1070.         Switch Windows                          Shortcut Key: TAB
  1071.         Used to change to the other window.  The highlighted bar
  1072.         will appear in the other window.  The highlighted bar
  1073.         indicates which file window is currently active.
  1074.  
  1075.         MOUSE: Click on a file in the window you wish to change to.
  1076.  
  1077.         Unzip a ZIP file                          Shortcut Key: U
  1078.         This is a full screen mode function described on page 35.
  1079.  
  1080.         ZIP tagged files                          Shortcut Key: Z
  1081.         This is a full screen mode function described on page 32.
  1082.  
  1083.         PKZMENU
  1084.         You can run PKWARE's popular PKZMENU program with this
  1085.         option.
  1086.                                                             Page 23
  1087.         SETUP
  1088.         You can configure StupenDOS just the way you like it.
  1089.         The settings can be saved to disk, so that every time
  1090.         StupenDOS is run, it is setup properly for your needs.
  1091.         Bring up the SETUP Pull Down menu by pressing ALT P.
  1092.  
  1093.         File Options
  1094.         Selecting this option displays a sub menu containing
  1095.         several options.
  1096.  
  1097.            Hidden
  1098.            System
  1099.            Read Only
  1100.  
  1101.         You can tell StupenDOS that you want to display Hidden
  1102.         files, System files, and Read Only files in the filelist.
  1103.         These files will not be displayed by default.
  1104.  
  1105.         Filespec
  1106.         You can specify the files StupenDOS displays in the
  1107.         filelist.  You can specify up to five different filespecs
  1108.         (file names, wildcards are legal).  See the FILE,
  1109.         Filespec change pull-down menu option for more
  1110.         information.
  1111.  
  1112.         Initial Sort
  1113.         Specify the way you would like the files displayed when
  1114.         StupenDOS is first run. Nine different methods are
  1115.         available.  See the SORT Pull Down menu for a
  1116.         description of the different sorting methods.
  1117.  
  1118.         Windows
  1119.         Normally StupenDOS has one file window when first run.
  1120.         You can force a second window to be opened with this
  1121.         option.
  1122.  
  1123.         Video & Sound options
  1124.         Snow problems
  1125.         Some monitors display screen snow when running StupenDOS.
  1126.         If you have this problem, turn this option on.
  1127.  
  1128.         Time on Screen
  1129.         You can turn off the time display in the upper right hand
  1130.         corner of the screen with this option.
  1131.  
  1132.         Beeps
  1133.         Turn off the sounds StupenDOS makes with this option.
  1134.  
  1135.         Exploding Screen
  1136.         When StupenDOS is first run, the text that was previously
  1137.         on the screen is removed in a ■exploding■ fashion.  Turn
  1138.         this option off if you don't want the screen to clear
  1139.         this way.  The loading time will be faster with this
  1140.         option turned OFF.
  1141.                                                             Page 24
  1142.         Monitor
  1143.         Choose between Black & White or Color.  You can also
  1144.         choose 25 line or 43/50 line display.  You must have a
  1145.         EGA or VGA monitor to display more than 25 lines. A EGA
  1146.         video card displays either 25 or 43 lines.  A VGA card
  1147.         will display either 25 or 50 lines.
  1148.  
  1149.         Change Colors
  1150.         You can change nearly all of the colors in StupenDOS.
  1151.         Use the ARROW keys to highlight the desired screen
  1152.         option, and press the SPACE bar.  The colors will be
  1153.         changed immediately.  There are over ten different items
  1154.         you can change.  As you press the DOWNARROW key, the list
  1155.         will scroll.  You can press the F10 key to reset all of
  1156.         the colors to their defaults.  After you have finished,
  1157.         press F2 to save the colors to disk.
  1158.  
  1159.         External Programs
  1160.         List Files
  1161.         Edit Files
  1162.         The List Files and Edit files options are very powerful.
  1163.         You can select several options about the programs that
  1164.         StupenDOS uses when you wish to LIST (view) or EDIT a
  1165.         file.  A Pop Up window will appear.  You must type in the
  1166.         name of the program you wish to use to LIST or EDIT.  You
  1167.         can also select other options.  These options are
  1168.         described in detail in the Programmable section near the
  1169.         end of this manual.  If you use the LIST File command
  1170.         from the PKZIP or PKUNZIP screens, it uses the options
  1171.         you specified in the LIST option.
  1172.  
  1173.         Pkzip Directory
  1174.         If PKZIP and PKUNZIP are not in a directory that is in
  1175.         your DOS PATH statement, you must tell StupenDOS where
  1176.         these files are located.  If PKZIP/PKUNZIP are in the
  1177.         D:\UTIL directory, you would type in D:\UTIL for this
  1178.         option.
  1179.  
  1180.         Zip Extract Directory
  1181.         If you extract ZIP files to the same directory often, you
  1182.         can enter that directory here, and it will be used as the
  1183.         default extract directory each time StupenDOS is run.
  1184.         The extract directory tells PKUNZIP where to place the
  1185.         files being extracted from a .ZIP file.
  1186.  
  1187.         Temp Drive
  1188.         StupenDOS sometimes needs to write to the disk.  If you
  1189.         are running on a write protected floppy disk, or on a
  1190.         disk with little free space, you need to tell
  1191.         StupenDOS where it can write temporary information to.
  1192.         When SD runs external programs, it writes itself to
  1193.         expanded or extended memory if it is available.  If
  1194.         expanded or extended memory is not available, it writes
  1195.         itself to disk, so it must have a temporary space on disk
  1196.         to write to. For example, enter C: to use the C: drive as
  1197.         the temporary drive.  This drive is also used when
  1198.         LISTing a file that is inside a .ZIP file.
  1199.                                                             Page 25
  1200.         Reread After Zip/Unzip
  1201.         If you do a PKZIP with the -Move option, the filelist may
  1202.         not be accurate.  You can have StupenDOS automatically
  1203.         reread the files in a directory with this option. You can
  1204.         specify these options: YES, NO, ASK, OTHER, BOTH.  ASK will pop
  1205.         up a window after a ZIP or UNZIP operation, and ask you if you
  1206.         would like to reread the files at that time.
  1207.  
  1208.         PKZIP Ver >= 2
  1209.         You must tell StupenDOS is your version of PKZIP is 2.04c or higher.
  1210.  
  1211.         EMS/XMS/UMA/Swap to Disk
  1212.         Select where StupenDOS can write itself to when running external
  1213.         programs.
  1214.  
  1215.         Copy Options
  1216.         Overwrite
  1217.         By default, the COPY option will automatically overwrite
  1218.         files of the same name. This can be changed with this
  1219.         option.   This can be also be overridden in the COPY Pop
  1220.         Up window.
  1221.  
  1222.         Error Checking
  1223.         If selected, StupenDOS will see if sufficient disk space
  1224.         exists on the destination drive before starting a copy
  1225.         operation.  This can also be overridden in the COPY
  1226.         window.
  1227.  
  1228.         Clear Tags
  1229.         After a file is Copied or Moved, the file tag will be
  1230.         cleared.  This can be overridden in the COPY window.
  1231.  
  1232.         Mouse Setup
  1233.         Selecting this option displays a Pop Up window.
  1234.  
  1235.         Tracking Speed Adjustment
  1236.         You can set the tracking speed of the mouse by clicking
  1237.         on the tracking speed line.  The tracking speed is the
  1238.         distance the mouse cursor will travel with a given
  1239.         movement of the mouse.
  1240.  
  1241.         Double Click Speed Adjustment
  1242.         The Double Click speed is the amount of time between clicks
  1243.         of the mouse.  A Fast Double Click speed will require rapid
  1244.         clicks of the mouse to be accepted as a Double Click.
  1245.  
  1246.         Mouse Character
  1247.         Clicking on this area of the screen will display a Pop Up
  1248.         window that contains all of the characters available for
  1249.         the mouse cursor.  Click on the desired character.
  1250.  
  1251.         Mouse Color
  1252.         Clicking on this area of the screen will display a Pop Up
  1253.         window that contains all of the colors available for the
  1254.         mouse cursor.  Select Foreground or Background color, and
  1255.         click on the desired color.
  1256.                                                             Page 26
  1257.         Change Directory with a Single Click
  1258.         Execute Files with a Single Click
  1259.         Run USR commands with a Single Click
  1260.         Configure StupenDOS to use either single or double clicks.
  1261.  
  1262.         Left Handed
  1263.         Set the mouse for Left Handed use.
  1264.  
  1265.         Auto Locate Mouse
  1266.         You can have StupenDOS try to guess where to locate the
  1267.         mouse with this option turned on.  Whenever a Pull Down
  1268.         Menu is selected, the mouse will be located on the line
  1269.         you were on when you were previously in this window.
  1270.  
  1271.         Printer Options (Sub-Menu)
  1272.         Form Feed Between Files
  1273.         If you are printing several files, this option will send
  1274.         a Form Feed to the printer after each file is printed, so
  1275.         the next file will start on a new page.
  1276.  
  1277.         PRN, LPT1, LPT2, LPT3, COM1, COM2
  1278.         Set the printer port to whatever your system requires.
  1279.         If you are not sure, you will most likely want to leave
  1280.         this set to PRN.
  1281.  
  1282.         No Mode, ASCII Mode, Binary Mode
  1283.         If you are printing a Binary file, you will want to set
  1284.         this option.  If you are printing regular ASCII text,
  1285.         either None or ASCII should be set.  Most users will
  1286.         never need to set this option.
  1287.  
  1288.         Other Options
  1289.         Directory Return
  1290.         StupenDOS will automatically exit to the Drive and
  1291.         Directory you were in when you started StupenDOS.  You
  1292.         can override this with this option.  If Directory Return
  1293.         is turned off, StupenDOS will exit in the current
  1294.         directory.  This can be overridden by using ALT X or CTRL
  1295.         X when exiting StupenDOS.  ALT X, ENTER always exits to
  1296.         the original directory, CTRL X always exits to the
  1297.         current directory.
  1298.  
  1299.         Use Tree File
  1300.         After the TREE command is used to display the layout of
  1301.         the disk, this information is written to the disk.  When
  1302.         running StupenDOS in the future, if you again choose
  1303.         the TREE display option, the information saved previously
  1304.         will be used by default. The SD.TRE file is read from the
  1305.         disk, rather than scanning the entire disk again. The
  1306.         advantage to reading the Tree file is speed.  Reading the
  1307.         old information from a file is many times faster than re-
  1308.         scanning the disk.  The disadvantage is that the
  1309.         information may not be correct.  If you added directories
  1310.         or removed directories since you last used the Tree
  1311.         display, the SD.TRE file will no longer be accurate.  If
  1312.         the Use Tree File option is turned off, StupenDOS will
  1313.         always scan the disk when you ask for the Tree Display.
  1314.         loaded the SD.TRE file.  See the TREE Display section
  1315.         discussed previously in this manual for more information.
  1316.                                                             Page 27
  1317.         Screen Blanker
  1318.         If StupenDOS has been running for several minutes with no
  1319.         activity, it will blank the screen.  A  message will
  1320.         appear instructing you to press a key when you want to
  1321.         resume working.  You may wish to turn this option off if
  1322.         you have some other screen blanker installed.
  1323.  
  1324.         Confirm Delete
  1325.         Configures StupenDOS to prompt you before deleting files.
  1326.  
  1327.         DesqView Aware
  1328.         If you are running DesqView, enable this option.
  1329.  
  1330.         Directory Locate
  1331.         When changing back one directory, StupenDOS will highlight the
  1332.         directory name that you just exited.
  1333.  
  1334.         Window Open CHDIR
  1335.         If you have a directory highlighted when you open a Window, SD will
  1336.         open the window and display the highlighted directory if this
  1337.         option is selected.
  1338.  
  1339.         Write Setup to ...
  1340.         StupenDOS can write the setup information to several
  1341.         different places.  By default, the information is
  1342.         appended to the SD.EXE file.  When StupenDOS is run, it
  1343.         looks for setup information in several places:
  1344.  
  1345.                 1) The current directory (File SD.SET)
  1346.                 2) In the directory specified by the SDCONFIG
  1347.                    environment variable.
  1348.                 3) In the directory where SD.EXE is located (File
  1349.                    SD.SET)
  1350.                 4) In the SD.EXE file
  1351.  
  1352.         SD.EXE file (best)
  1353.         The setup information will be appended to the SD.EXE
  1354.         file.  If you have a DOS version >= 3.0, this option may
  1355.         not work for you (see options below).
  1356.  
  1357.         SD.SET in EXE directory
  1358.         The setup information will be written to a file called
  1359.         SD.SET in the directory where SD.EXE is located.  You can
  1360.         then copy this file to other directories and modify it,
  1361.         creating multiple configurations.
  1362.                                                             Page 28
  1363.         SDCONFIG directory
  1364.         If you run StupenDOS from a RAM disk, you will need to
  1365.         write the setup information to a file that is not on the
  1366.         RAM disk, so the information is not lost when the
  1367.         computer is shut off.  If you have a DOS version less
  1368.         than 3.0, you will also need to use this configuration.
  1369.         Suppose you want to write the setup information to the
  1370.         C:\UTIL directory.  You must add the statement SET
  1371.  
  1372.                 SDCONFIG=C:\UTIL
  1373.  
  1374.         to your autoexec.bat file.
  1375.  
  1376.         ESC Key
  1377.         You can have the ESC key do several things from the main
  1378.         screen.  It can either be used to Exit To DOS, enter the
  1379.         TREE Display, or do nothing.  Press the SPACE bar to
  1380.         change this option.
  1381.  
  1382.         ENTER Key
  1383.         The ENTER key can be used to TAG Files, or execute files.
  1384.         Press the SPACE bar to change this option.
  1385.  
  1386.         User Level (Menu)
  1387.         The user level has three settings.  Novice users are
  1388.         locked out of certain dangerous features on the main
  1389.         screen, such as Wipe Directory.  Choose the
  1390.         appropriate level for your skill level.
  1391.  
  1392.         EXIT
  1393.         Original Directory
  1394.         Exit to the drive and directory from which you started
  1395.         StupenDOS, even if you changed drive or directory while
  1396.         running StupenDOS.
  1397.  
  1398.         Current Directory                    Shortcut Key: CTRL X
  1399.         Exit to the current drive and directory.
  1400.                                                             Page 29
  1401.         MODES
  1402.         File Finder (Full Screen Mode)            Shortcut Key: ^
  1403.         The File Finder can help you locate lost files.  Up to
  1404.         five different filespecs can be searched for at one time.
  1405.         You can also search multiple drives.  Unlike most file
  1406.         finding programs, the StupenDOS file finder retains the
  1407.         list of files it has found, so that the list of files can
  1408.         be reviewed.  Pressing ESC during a search aborts the
  1409.         search process.  Press ESC to return to the StupenDOS
  1410.         main screen after you are done with the File Finder.
  1411.         The File Finder takes over the entire StupenDOS screen,
  1412.         and has its own set of Pull Down menus.
  1413.  
  1414.         Go
  1415.         The GO Pull Down menu starts the search process with the
  1416.         parameters selected in the other Pull Down menus.
  1417.  
  1418.         Sort
  1419.         After the search process is complete, you can display the
  1420.         files many different ways.  See the SORT Pull Down menu
  1421.         section described earlier in this manual for more
  1422.         information.
  1423.  
  1424.         Filespecs
  1425.         You can search for up to five different filespecs at a
  1426.         time.  To enter a filespec, press the ENTER key.  A
  1427.         flashing cursor will appear.  Enter the filespec you wish
  1428.         to search for.  Press the ENTER key again to finish
  1429.         entering the filespec.  You can use the ARROW keys to
  1430.         move to other lines in this menu and enter additional
  1431.         filespecs.
  1432.  
  1433.         Drives
  1434.         StupenDOS automatically assumes you will want to search
  1435.         on the current drive (the default drive).  You can change
  1436.         this, or select additional drives using the Drives Pull
  1437.         Down menu.  Use the ARROW keys to highlight the drive you
  1438.         wish to select, and press the SPACE bar.
  1439.  
  1440.         Misc
  1441.         Pause after each page
  1442.         If you are searching for a filespec that will have many
  1443.         matches, you may wish to pause the display after each
  1444.         page of files.
  1445.                                                             Page 30
  1446.  
  1447.         TREE (Full Screen Mode)                   Shortcut Key: T
  1448.         The TREE mode allows you to display a graphical listing
  1449.         of systems disks. Unlike other Dos Shells,  the StupenDOS
  1450.         TREE display can display up to 26 (A: to Z:) drives
  1451.         simultaneously.  The tree information is saved to the
  1452.         disk in a file called SD.TRE.  This information is read
  1453.         when you enter the TREE mode.  Reading this information
  1454.         from a file is much faster than scanning the disk each
  1455.         time you enter the TREE display.  The drawback is that
  1456.         the information may not be up to date. This can be
  1457.         configured in the setup pull-down menu.  The information
  1458.         can easily be reread (described below).  Information
  1459.         displayed in the TREE display includes:
  1460.  
  1461.                 Bytes Free
  1462.                 Bytes Total
  1463.                 Percent of the disk used
  1464.                 Number of Files in the highlighted directory
  1465.                 Percentage of the disk the highlighted directory occupies
  1466.                 Volume label
  1467.                 Truename (The TRUENAME pertains mostly to users
  1468.                   running on a network)
  1469.  
  1470.         If the TREE display has listing for more than one disk,
  1471.         the information displayed relates to the drive that is
  1472.         currently highlighted.  If the drive you wish to view is
  1473.         not currently in the TREE display, just press the drive
  1474.         letter you wish to display.  If you need to see the
  1475.         display of the D: drive, simply press the 'D' key.
  1476.         You can delete the SD.TRE file if you do not want to read
  1477.         in old directory information (this can also be selected
  1478.         in the setup).  When you are finished with the TREE
  1479.         display, press ESC to return to the StupenDOS main
  1480.         screen.
  1481.  
  1482.         TREE Options Pull Down Menu
  1483.         Change directory
  1484.         If you would like to change to the highlighted directory,
  1485.         press the ENTER key.
  1486.  
  1487.         MOUSE: Double click on the desired directory.
  1488.  
  1489.         Reread current drive
  1490.         If the tree display is not up to date (the SD.TRE file
  1491.         may be old), you can use this option to rescan the disk
  1492.         and update the SD.TRE file.  This option also refreshes
  1493.         the items displayed about the TREE.  If the File(s) in
  1494.         the directory currently shows ?????, rescanning the disk
  1495.         will refresh this information.
  1496.  
  1497.         Reread selected drives
  1498.         It is sometimes necessary to reread more than one drive
  1499.         at a time.  This option allows several drives to be
  1500.         selected, and then reread.
  1501.                                                             Page 31
  1502.         Wipe directory
  1503.         WARNING: This is an option that should be used with
  1504.         extreme care.  Caution should be used when using this
  1505.         option.  Wiping a directory deletes all the files in the
  1506.         highlighted directory, as well as all the files  in its
  1507.         subdirectories.  See the WIPE Directory option in the
  1508.         MORE Pull Down menu for more information.  After
  1509.         highlighting the directory you wish to WIPE, select this
  1510.         option.  A window will pop up asking for confirmation to
  1511.         continue.  Pressing CTRL F1 will then start the wiping
  1512.         process.  After the wipe is complete, the TREE display
  1513.         will be updated, as well as the SD.TRE file.
  1514.  
  1515.         Print tree structure
  1516.         You can get a printed copy of your tree structure with
  1517.         this option.
  1518.  
  1519.         Prune and graft
  1520.         It is sometimes necessary to move an entire directory
  1521.         structure to another hard disk, or to a different
  1522.         subdirectory.  The Prune and graft option allows you to
  1523.         do this easily.  Unlike other DOS Shells, the destination
  1524.         disk can be a different drive than the source drive.
  1525.         StupenDOS checks for sufficient disk space before
  1526.         starting the Pruning.  You can either make an additional
  1527.         copy of the structure you are pruning (COPY), or relocate
  1528.         the structure (MOVE).  After selecting this option,
  1529.         StupenDOS will ask you to select the SOURCE directory
  1530.         (the directory where the pruning will start).  Use the
  1531.         ARROW keys to locate the desired directory and press the
  1532.         ENTER key.  Then select the destination directory
  1533.         the same way.  At this point, StupenDOS will check to see
  1534.         if enough disk space is available on the destination
  1535.         drive.  A If there is enough disk space, you are
  1536.         allowed to continue.  At this point, you can choose to
  1537.         COPY or MOVE the tree structure, using the F1 or F2
  1538.         function keys.  Press the ENTER key to start the Prune
  1539.         and Graft operation. After the prune is complete, the
  1540.         tree display and the SD.TRE file will be updated.
  1541.  
  1542.         Directory Information
  1543.         This is a very useful option that tells you detailed information
  1544.         about your disk.  You can view not only how many files are in
  1545.         the current directory, but also how many files are in the
  1546.         subdirectories below the current directory.  The amount of disk
  1547.         space used by the directory tree is also displayed.
  1548.                                                             Page 32
  1549.  
  1550.         ZIP (Full Screen Mode)                    Shortcut Key: Z
  1551.         You can easily add files to a ZIP file, or create a new
  1552.         ZIP file with this option.  If you want to work with a
  1553.         ZIP file that is in the filelist, highlight the file and
  1554.         invoke this option.  A listing of the files inside the
  1555.         ZIP file will be displayed.  You can tag files using the
  1556.         ARROW keys and the SPACE bar.  If you want to make a ZIP
  1557.         file, or add files to a ZIP file, tag the files you wish
  1558.         to add before invoking the ZIP option.  You may wish to
  1559.         consult your PKZIP manual for more information on the
  1560.         following  options.  If you need to create a new ZIP
  1561.         file, you can enter a new ZIP file name after you
  1562.         select START from the GO Pull Down menu.
  1563.  
  1564.         GO
  1565.         This option invokes PKZIP with the options specified in
  1566.         the other Pull Down menus.
  1567.  
  1568.         SORT
  1569.         The files inside the ZIP files can be displayed several
  1570.         ways.  See the SORT Pull Down menu section described
  1571.         earlier in this manual.
  1572.  
  1573.         ZIP
  1574.         In this menu you select the main options to pass to PKZIP.
  1575.  
  1576.         Add
  1577.         Add the files that were tagged in the filelist to the ZIP file.
  1578.  
  1579.         Freshen
  1580.         Freshen the files in the ZIP (rezip files with newer time/date).
  1581.  
  1582.         Update
  1583.         Update the files in the ZIP (rezip files with newer
  1584.         time/date or new files).
  1585.  
  1586.         Delete
  1587.         Delete the files tagged in the ZIP file.
  1588.  
  1589.         View
  1590.         Use PKZIP to view the files inside of the ZIP file.
  1591.  
  1592.         View options
  1593.         Select the display method PKZIP will use to view the
  1594.         files inside the ZIP.
  1595.  
  1596.         Move
  1597.         Erase the files after they are moved into the ZIP file.
  1598.  
  1599.         List File
  1600.         StupenDOS will extract the highlighted file to disk, and
  1601.         run your favorite file viewer to display the file.
  1602.                                                             Page 33
  1603.  
  1604.         Save Options
  1605.         You can save your configuration to disk, so you do not
  1606.         need to reconfigure StupenDOS each time it is run.  The
  1607.         default filename is SD.PKZ.  The file is stored in the
  1608.         directory where SD.EXE is located.  The file SD.PKZ is
  1609.         loaded by default when you enter the ZIP mode.
  1610.  
  1611.         Restore Options
  1612.         Load a .PKZ setup file.  You can save several setup
  1613.         files, each containing a different setup.
  1614.  
  1615.         Compression
  1616.         PKZIP can be configured to use different compression
  1617.         algorithms.
  1618.  
  1619.         Path
  1620.         Recurse
  1621.         PKZIP can compress files in the current directory, as
  1622.         well as its subdirectories. Select this option if you
  1623.         want to include subdirectories in the ZIP file.  This
  1624.         option should be used with one of the 'path' options
  1625.         described below.
  1626.  
  1627.         Pathnames
  1628.         Store the directory name for directories recursed.  See
  1629.         your PKZIP manual for more information.
  1630.  
  1631.         Absolute Paths
  1632.         Store the directory name for directories recursed and
  1633.         directories specified.  See your PKZIP manual for more
  1634.         information.
  1635.  
  1636.         Comments
  1637.         Zipfile Comment
  1638.         This option allows you to add a comment to a ZIP file.
  1639.  
  1640.         File Comments
  1641.         PKZIP will pause and ask you to enter a comment for each
  1642.         file if this option is selected.
  1643.  
  1644.         New File Comments
  1645.         PKZIP will pause and ask you to enter a comment for each
  1646.         new file that is being added to a ZIP if this option is
  1647.         selected.
  1648.  
  1649.         MISC
  1650.         Password
  1651.         If you select this option, StupenDOS will prompt you to
  1652.         enter a password that PKZIP will use to encrypt the files
  1653.         that will be compressed.  Do NOT forget the password
  1654.         or you will never be able to UNZIP the files!
  1655.                                                             Page 34
  1656.  
  1657.         Other Options
  1658.         Selecting this option will prompt you to enter a text
  1659.         string that will be passed to PKZIP.
  1660.  
  1661.         Temp Drive
  1662.         PKZIP sometimes needs to write temporary files.  If this
  1663.         option is selected, PKZIP will use the drive specified.
  1664.  
  1665.         ANSI Comments
  1666.         If selected, PKZIP will display ANSI comments.
  1667.  
  1668.         Keep zipfile date
  1669.         If selected, the time and date of a ZIP file will not
  1670.         change, even if the file has been updated.
  1671.  
  1672.         Latest file date
  1673.         If selected, the time and date of a ZIP file will be set
  1674.         the time and date of the newest file in the ZIP.
  1675.  
  1676.         Date >=
  1677.         Date <=
  1678.         You can tell PKZIP to ZIP just files indicated by the
  1679.         selected date ranges.
  1680.  
  1681.         SPAN
  1682.         See you PKZIP manual regarding information on disk spanning.
  1683.                                                             Page 35
  1684.  
  1685.         UNZIP (Full Screen Mode)                  Shortcut Key: U
  1686.         The UNZIP mode is a full screen mode function with it's
  1687.         own set of Pull Down menus.  Highlight the ZIP file you
  1688.         wish to work with before invoking this option.
  1689.  
  1690.         GO
  1691.         This option invokes PKUNZIP with the options specified in
  1692.         the other Pull Down menus.
  1693.  
  1694.         SORT
  1695.         The files inside the ZIP files can be displayed several
  1696.         ways.  See the SORT Pull Down menu section described
  1697.         earlier in this manual.
  1698.  
  1699.         UNZIP
  1700.         Extract
  1701.         Tells PKUNZIP to extract the tagged files to disk.
  1702.  
  1703.         Console
  1704.         This option tells PKUNZIP to extract the files to the screen.
  1705.  
  1706.         Printer
  1707.         If selected, this option tells PKUNZIP to extract the
  1708.         tagged files to the printer.
  1709.  
  1710.         Newer
  1711.         If selected, this option tells PKUNZIP to extract the
  1712.         tagged files only if the files in the ZIP are newer than
  1713.         the files on the disk.
  1714.  
  1715.         Newer & Exists
  1716.         If selected, this option tells PKUNZIP to extract the
  1717.         tagged files only if the files in the ZIP are newer than
  1718.         the files on the disk, and they already exist.
  1719.  
  1720.         View
  1721.         This option tells PKUNZIP to display the files that are
  1722.         inside of a ZIP file.
  1723.  
  1724.         Test
  1725.         If selected, PKUNZIP will test the files in the ZIP file
  1726.         and will check for errors.
  1727.  
  1728.         Generate List File
  1729.         PKUNZIP will create a list file of the files that will be extracted.
  1730.  
  1731.         List File
  1732.         StupenDOS will extract the highlighted file to disk, and
  1733.         run your favorite file viewer to display the file.
  1734.  
  1735.         Overwrite
  1736.         This option tells PKUNZIP to overwrite files with files
  1737.         in the ZIP file of the same name.
  1738.  
  1739.         Create directories
  1740.         This option tells PKUNZIP to create directories stored in
  1741.         the ZIP file.
  1742.                                                             Page 36
  1743.         MISC
  1744.         Password
  1745.         If you select this option, StupenDOS will prompt you to
  1746.         enter a password that PKUNZIP will use to decrypt the
  1747.         files in a ZIP.
  1748.  
  1749.         Other Options
  1750.         Selecting this option will prompt you to enter a text
  1751.         string that will be passed to PKUNZIP.
  1752.  
  1753.         Extract Directory
  1754.         When selected, PKUNZIP will extract the files in the ZIP
  1755.         file to the directory specified.
  1756.  
  1757.         ANSI Comments
  1758.         If selected, PKZIP will display ANSI comments.
  1759.  
  1760.         Volume Label
  1761.         If selected, PKUNZIP will restore the volume label, if
  1762.         one was stored in the ZIP file.
  1763.  
  1764.         Check Free Space
  1765.         StupenDOS can check the available disk space before
  1766.         running PKUNZIP.  A warning message will appear if there
  1767.         is not enough disk space available.
  1768.                                                             Page 37
  1769.         Configurable Options
  1770.  
  1771.         There are several ways to customize StupenDOS.  The file
  1772.         SD.PRO, is read when StupenDOS is run.  A Sample file is
  1773.         provided to serve as an example.  There are three
  1774.         different ways to program StupenDOS:
  1775.  
  1776.            You can reconfigure the keyboard so your favorite options
  1777.            or programs can be run with a single key stroke.
  1778.  
  1779.            You can tell StupenDOS how to act on a file that
  1780.            is 'executed', or double clicked on with the mouse.
  1781.  
  1782.            You can configure an area of the screen to list
  1783.            your favorite programs or StupenDOS option(s).
  1784.            These options can be run by pressing F9, and then
  1785.            selecting the desired option, or double clicking the
  1786.            mouse on the desired item.
  1787.  
  1788.         SD.PRO is a ASCII text file.  You can use any standard
  1789.         ASCII text editor to modify or create this file.  If you
  1790.         have DOS 5 or higher, you can use the EDIT program included with
  1791.         DOS.  Each entry in the SD.PRO file has four sections.
  1792.         These sections vary depending on the type of entry in the
  1793.         file (KEY, RUN, USR).  StupenDOS gives you a lot of power
  1794.         when using the programmable options.  The following list
  1795.         describes what you can tell StupenDOS to do before and
  1796.         after running an external program.
  1797.  
  1798.         C = Continue from previous option.
  1799.  
  1800.         If you have a command that does a CHKDSK C:, and also
  1801.         want to do a CHKDSK D:, you could have the following in
  1802.         SD.PRO;
  1803.  
  1804.                 USR:CHKDSK;W;CHKDSK C:USR:CHKDSK;CW;CHKDSK D:
  1805.  
  1806.         D = Change Directory
  1807.  
  1808.         Force StupenDOS to change directory after running this
  1809.         command.  If your application changed the default drive
  1810.         or directory, you may want StupenDOS to change you back
  1811.         to the drive and directory where you were originally.
  1812.  
  1813.         L = Looping Control.
  1814.  
  1815.         Suppose you want to run a certain program on each tagged
  1816.         file.  For example, if you wanted to run PKLITE on each
  1817.         tagged file, you would tell StupenDOS that you want to
  1818.         'loop' through the filelist and run PKLITE on each tagged
  1819.         file, rather than on just the highlighted file.
  1820.  
  1821.         M = Do not reset the mouse after running.
  1822.                                                             Page 38
  1823.  
  1824.         Some programs do not use the mouse, or do not change the
  1825.         mouse's speed settings.  When your application is done
  1826.         being run, StupenDOS will normally reset the mouse.  This
  1827.         takes about 1 second or more, even on a fast computer.
  1828.         If you do not want to reset the mouse after running a
  1829.         program, use the 'M' option.
  1830.  
  1831.         P = Prompt for more parameters before Running.
  1832.  
  1833.         Some programs need to have information passed to them before
  1834.         they are run. If you have the 'P' parameter set, StupenDOS
  1835.         will prompt you for parameters to pass to the application.
  1836.  
  1837.         R = Reread files after running application.
  1838.  
  1839.         If your application creates or deletes files in the
  1840.         current directory, the filelist will become inaccurate.
  1841.         This option allows you to reread the files in the
  1842.         filelist.  Then all deleted files will not appear, and
  1843.         any new files will appear.
  1844.  
  1845.         U = Update the highlighted files Time/Date after Running.
  1846.  
  1847.         If the program you are going to run affect the Time/Date
  1848.         of the highlighted file, StupenDOS will update this
  1849.         information in the filelist if this option is specified.
  1850.  
  1851.         W = Wait after running the program for a key to be pressed.
  1852.  
  1853.         If you are running a program like CHKDSK, you will want
  1854.         to pause after running the program, or you won't have time to
  1855.         see what CHKDSK displayed.  If the 'W' option is used, StupenDOS
  1856.         will pause and ask you to press a key after the application has run.
  1857.  
  1858.         X = Do not save StupenDOS to EMS before running.
  1859.  
  1860.         Some programs need very little memory to run, so
  1861.         StupenDOS does not need to be saved to EMS memory before
  1862.         running the application.  This saves time, because
  1863.         StupenDOS does not have to be written to memory, and
  1864.         restored after the application has been run.
  1865.  
  1866.         Y = Use the SYSTEM command to run the program.
  1867.  
  1868.         StupenDOS normally uses the SPAWN command to run external
  1869.         programs.  This works for programs with .COM or .EXE
  1870.         extensions only.  If you are running a .BAT file, or an
  1871.         internal DOS program, like DIR, you will need to use the
  1872.         'Y' option.  The 'Y' option forces StupenDOS to use the
  1873.         SYSTEM command, which can run .BAT files and DOS
  1874.         commands.  The drawback is that you cannot save StupenDOS
  1875.         to EMS memory before running the application.  The
  1876.         applications you are running from StupenDOS may need to
  1877.         have information passed to them.  The following
  1878.         parameters can be set to automatically pass certain items
  1879.         to your application.
  1880.                                                             Page 39
  1881.  
  1882.         %c Pass the current drive letter and a colon. (Like C:)
  1883.  
  1884.         %C Pass the drive letter and colon from the other window.
  1885.  
  1886.         %d Pass the directory name to the application.
  1887.  
  1888.         %D Pass the other windows directory name to the application.
  1889.  
  1890.         %f Pass the highlighted filename to the application.
  1891.  
  1892.         %F Pass the highlighted filename from the other window.
  1893.  
  1894.         %l Create a listfile from the tagged files, and pass it.
  1895.  
  1896.         %L Same as above, except using the other window.
  1897.  
  1898.         These options can be used with KEY, RUN and USR options.
  1899.  
  1900.         Programming KEY Commands
  1901.  
  1902.         You may have a program that you run often, and you want
  1903.         to be able to run it with one key stroke.  Or you may
  1904.         have a StupenDOS option that you use often, and you want
  1905.         to make a shortcut key for that option.  The KEY options
  1906.         in the SD.PRO file allow you to do this.  Each KEY entry
  1907.         in the SD.PRO file has four sections.  All four sections
  1908.         must be on the same line.  Suppose you want to invoke the
  1909.         StupenDOS File Finder by pressing SHIFT F1.  You will
  1910.         need to know what value StupenDOS uses for the key SHIFT
  1911.         F1.  All of the available key stroke values are listed at
  1912.         the end of this manual.  Look up SHIFT F1. The value is
  1913.         340.  The SD.PRO file is used for three different
  1914.         programmable functions, so the first thing we need to
  1915.         enter in the SD.PRO file is the type of command we are
  1916.         running, either a KEY option, a RUN option, or a USR
  1917.         option. To tell the SD.PRO file that an option is a
  1918.         keyboard configuration, enter KEY:.  Then next item is
  1919.         the key stroke that you want to define.  So enter the
  1920.         value of SHIFT F1, which is 340.  After the value, we
  1921.         need a semicolon to separate this value from the next
  1922.         value.  Since we are defining an internal StupenDOS
  1923.         option, you must enter the value of the option next.
  1924.         These values are listed at the end of this manual.  The
  1925.         value for the File Finder is 11055.  Type in 11055, and
  1926.         then a semicolon.  If the command you are configuring is
  1927.         an internal StupenDOS command, you are done!  The entire
  1928.         line looks like:
  1929.  
  1930.                 KEY:340;11055;
  1931.  
  1932.         What this says is: If key 340 (SHIFT F1) is pressed, do
  1933.         option 11055 (File Finder).
  1934.                                                             Page 40
  1935.         You can also configure StupenDOS to run your favorite
  1936.         programs with a single key stroke.  Suppose you want to
  1937.         run the DOS command CHKDSK by pressing SHIFT F2. We start
  1938.         by typing in KEY:.  Then we need the value for SHIFT F2,
  1939.         which we get by looking at the table at the end of this
  1940.         manual.  The value is 341.  Type in 341, and then a
  1941.         semicolon.  Since CHKDSK is not a internal StupenDOS
  1942.         command, you must enter options for running CHKDSK at
  1943.         this time.  The available options are described on the
  1944.         previous 2 pages.  For CHKDSK, we just want to pause
  1945.         after running CHKDSK, so we can see what the results
  1946.         were.  So we need to use the 'W' command, which waits for
  1947.         a key to be pressed before returning to StupenDOS. So a
  1948.         'W' is needed, and a semicolon.  The last parameter is
  1949.         the application to be run.  So enter CHKDSK.  The entire
  1950.         line should look like:
  1951.  
  1952.                 KEY: 341;W;CHKDSK
  1953.  
  1954.         It reads, If key 341 (SHIFT F2) is pressed, run CHKDSK,
  1955.         and wait for a key to be pressed after it is run.
  1956.  
  1957.         KEY Examples:
  1958.  
  1959.              KEY: 317;wmx;MEM
  1960.  
  1961.         Run the DOS 5 command MEM when F3 (317) is pressed.  Wait
  1962.         for a key stroke after it is run.  Do not write StupenDOS
  1963.         to EMS memory before running, and do not restore the
  1964.         mouse.
  1965.  
  1966.                 KEY: 350;pu;PKUNZIP %f
  1967.  
  1968.         Pressing the CTRL F1 (350) key will run PKUNZIP.  You
  1969.         will be prompted for additional parameters to pass to
  1970.         PKUNZIP.  The highlighted files Time/Date will be
  1971.         updated in the filelist.  To use this command, highlight
  1972.         a .ZIP file, and press CTRL F1. PKUNZIP will be executed
  1973.         on the highlighted .ZIP file.
  1974.  
  1975.                 KEY:360;l;PKLITE %f
  1976.  
  1977.         Pressing ALT F1 (360) will execute PKLITE.  The 'L'
  1978.         parameter tells StupenDOS to run PKLITE on each
  1979.         highlighted file.  You can tag several .EXE and .COM
  1980.         files, and then press ALT F1, and StupenDOS will
  1981.         automatically run PKLITE on each file.
  1982.  
  1983.                 KEY:340;11306;
  1984.  
  1985.         This is another example of how to configure an internal
  1986.         StupenDOS command.  Pressing SHIFT F1 will run option
  1987.         11306, which is SORT by SIZE.
  1988.                                                             Page 41
  1989.                 KEY:368;w;CHKDSK C:
  1990.                 KEY:369;wc;CHKDSK D:
  1991.  
  1992.         If ALT F10 (369) is pressed, just CHKDSK D: is run.  If
  1993.         ALT F9 (368) is pressed, CHKDSK C: is run, and you will
  1994.         be prompted to press a key, and then CHKDSK D: will be
  1995.         run because the 'C' option was specified.  You will be
  1996.         prompted to press a key after CHKDSK D: is run also.
  1997.  
  1998.                 KEY:76;11585;
  1999.  
  2000.         If you would rather press the 'L' key (76) to list files
  2001.         from StupenDOS, you can configure 'L' to run your file viewer.
  2002.  
  2003.         Executing KEY Commands
  2004.         Press the key that has been configured to execute that
  2005.         command.  These commands are loaded when StupenDOS is
  2006.         first run, so if changes are made to the file while
  2007.         running StupenDOS, you must restart the program.
  2008.  
  2009.         Programming RUN Commands
  2010.         DOS can only run .EXE, .COM and .BAT files.  StupenDOS
  2011.         extends this so that any type of file can be 'run'.  The
  2012.         file itself is not run, but rather another program is run
  2013.         on the highlighted file.  For example, if you try to
  2014.         execute a .DOC file, you can tell StupenDOS that you want
  2015.         to run your favorite file viewer on any .DOC file that is
  2016.         executed.  You can configure .GIF files to be sent to a
  2017.         picture viewer, etc.  The format for the 'RUN' option is
  2018.         listed below.  You must edit the file SD.PRO with a
  2019.         standard ASCII text editor to modify the RUN options.  If
  2020.         you modify SD.PRO while running StupenDOS, you must
  2021.         restart StupenDOS for the changes to take effect.  The
  2022.         format for RUN options is similar to the KEY options
  2023.         described previously, except the first parameter after
  2024.         'RUN:', is the filespec of the files to be 'run'.
  2025.                                                             Page 42
  2026.         RUN Examples:
  2027.  
  2028.                 RUN: *.GIF;;PICEM %f
  2029.  
  2030.         If a file with a .GIF extension is 'executed', run PICEM
  2031.         and pass the highlighted filename.
  2032.  
  2033.                 RUN:*.EXE;pw;%f
  2034.  
  2035.         If a .EXE file is executed, StupenDOS will prompt you for
  2036.         additional parameters before running.  After the program
  2037.         has been run, StupenDOS will require you to press a key
  2038.         before continuing.
  2039.  
  2040.                 RUN:*.DOC;u;EDIT %f
  2041.  
  2042.         If a file with a .DOC extension is 'executed', StupenDOS
  2043.         will run the text editor EDIT, and will pass EDIT the
  2044.         highlighted filename.  When EDIT is done, the
  2045.         highlighted filename in the filelist will have its
  2046.         Time/Date updated.
  2047.  
  2048.                 RUN:*.WKS;;123 %f
  2049.  
  2050.         If a file with a WKS extension is 'executed', run a
  2051.         program called 123 and pass the highlighted filename.
  2052.  
  2053.                 RUN:*.*;;LIST %f /m
  2054.  
  2055.         If the filespec does not match any of the RUN commands
  2056.         filespecs found above it (in this case *.GIF, *.EXE,
  2057.         *.DOC, *.WKS),  it will execute LIST.  The highlighted
  2058.         filename will be passed, and the /M is a LIST option to
  2059.         tell LIST you wish to use the mouse.  It is a good idea
  2060.         to have the last RUN command have the filespec *.*. This
  2061.         will catch any file that did not match any of the
  2062.         previous filespecs.
  2063.  
  2064.         Executing RUN Commands
  2065.         Highlight the file in the filelist that you wish to
  2066.         'run'.  Press X to execute, or select Execute from the
  2067.         FILE Pull Down menu.  These commands are loaded when
  2068.         StupenDOS is executed, so if changes are made to the file
  2069.         while running StupenDOS, you must restart the program.
  2070.  
  2071.         MOUSE: Double Click on the file you wish to 'run'.
  2072.                                                             Page 43
  2073.         Programming USR Commands
  2074.         The Mouse Menu is located to the right of the Filelist
  2075.         Window.  You have complete control of these items.
  2076.         You can modify the file SD.PRO with a standard ASCII
  2077.         text editor.  The USR options can be internal commands,
  2078.         like Open Window, or external programs like WP, or 1-2-3.
  2079.         The first USR parameter is the text you want to display in
  2080.         the menu to the right of the filelist.  The last two
  2081.         parameters are the same as the KEY and RUN parameters.
  2082.  
  2083.         USR Examples
  2084.  
  2085.                 USR: OPEN;11512;
  2086.  
  2087.         Selecting this command will open a second file window. If
  2088.         a second window is already open, the current window will
  2089.         be closed.
  2090.  
  2091.                 USR: PKLITE;u;PKLITE %f
  2092.  
  2093.         Run PKLITE on the highlighted file.  Update the files
  2094.         TIME/DATE after running PKLITE.
  2095.  
  2096.                 USR: COPY A:;11150;
  2097.  
  2098.         The text COPY A: will appear on the screen, and if
  2099.         selected, the tagged files will be copied to A: (11150).
  2100.         Don't forget that the codes for the StupenDOS options
  2101.         are listed at the end of this manual.
  2102.  
  2103.                 USR: DEL NOW;4006;
  2104.  
  2105.         Delete the tagged files without confirmation.
  2106.  
  2107.                 USR: QPRO;;C:\QPRO\Q.exe
  2108.  
  2109.         Run the program Q.exe in the C:\QPRO directory.
  2110.  
  2111.         Executing USR Commands
  2112.         Press F9 to enter the USR mode. A highlighted cursor bar
  2113.         will appear to the right of the filelist.  Use the
  2114.         UPARROW and DOWNARROW keys to select the desired
  2115.         option.  Press the ENTER key to execute that command.
  2116.         These commands are loaded when StupenDOS is executed, so
  2117.         if changes are made to the file while running StupenDOS,
  2118.         you must restart the program.
  2119.  
  2120.         MOUSE: Double Click on the item in the Mouse Menu you
  2121.         wish to execute.
  2122.                                                             Page 44
  2123.         PRO Values (See ADDENDUM.DOC for a more complete list)
  2124.  
  2125.         The following is a list of the options in StupenDOS and
  2126.         its' associated value.  These values are used in the
  2127.         SD.PRO file.  A sample SD.PRO file is included with
  2128.         StupenDOS.  You may wish to view this file for
  2129.         programmable option examples.
  2130.  
  2131.         Text       Value   Description (do not include in SD.PRO)
  2132.         RMDIR      11050   Remove a Directory
  2133.         MKDIR      11051   Make a Directory
  2134.         STATS      11006   Disk Statistics
  2135.         TOUCH      11005   Touch Files
  2136.         PKZMENU    11004   Run PKZMENU
  2137.         WINDOW     11512   Open a Window
  2138.         SWITCH     11513   Switch Windows
  2139.         COLORS     11001   Change Colors
  2140.         ABOUT      11000   About SD
  2141.         ViewZip    11520   View A ZIP Files contents
  2142.         ZIP        11520   Zip Tagged Files
  2143.         UNZIP      11521   Unzip a ZIP File
  2144.         PRINT      11530   Print Tagged Files
  2145.         Loc BAK    4003    Delete local *.BAK
  2146.         Glo BAK    4000    Delete Global *.BAK
  2147.         DelSpec    4001    Delete Specified Files
  2148.         TagName    4020    Tag by Name
  2149.         ClrName    4021    Clear by Name
  2150.         TagSize    4022    Tag by Size
  2151.         ClrSize    4023    Clear by Size
  2152.         TagDate    4024    Tag by Date
  2153.         ClrDate    4025    Clear by Date
  2154.         ArchTag    4028    Tag Archive
  2155.         ArchClr    4029    Clear Archive
  2156.         2DayTag    4026    Tag Todays Files
  2157.         2DayClr    4027    Clear Todays Files
  2158.         Reverse    4030    Reverse Tags
  2159.         Remove     4031    Remove Tagged Files
  2160.         List       11585   Create a List File
  2161.         Locate     11545   Locate a File
  2162.         DosCall    11052   DOS Call
  2163.         Shell      11053   DOS Shell
  2164.         RENAME     11054   Rename a File
  2165.         TREE       11596   TREE display
  2166.         TreeNew    11605   Read TREE
  2167.         ATTRIB     11602   Change Tagged Files Attributes
  2168.         Find       11055   Find a File
  2169.         DrvInf     11056   Info, All drives
  2170.         NewDir     11565   Reread Files
  2171.         COPY       11570   Copy Tagged Files
  2172.         MOVE       11575   Move Tagged Files
  2173.         DelNOW     4006    Delete Tagged Files without confirm
  2174.         DELETE     11601   Delete Menu
  2175.         CHDIR      11600   Change Drive and/or Directory
  2176.         Clr All    4034    Clear all Tags
  2177.         Tag All    4013    Tag all Files
  2178.         TYPE       11540   Type File
  2179.                                                             Page 45
  2180.         TypeAll    4011    Type All Tagged Files
  2181.         EDIT       11590   Edit a File
  2182.         EditAll    4015    Edit All Tagged Files
  2183.         HELP       11595   Help Screen
  2184.         EXECUTE    11603   Execute a File
  2185.         EXIT       11201   Exit to Startup Directory
  2186.         EXIT       11200   Exit to Current Directory
  2187.         FORMAT     11505   Format a Floppy disk
  2188.  
  2189.         In the following example, StupenDOS will change to the
  2190.         C:\DOS directory. Normally there are only two parameters
  2191.         specified for internal commands. In the following
  2192.         example, the third parameter, C:\DOS, is necessary, and
  2193.         is used to specify what drive and directory to change to.
  2194.  
  2195.             CD DOS;12000;C:\DOS
  2196.  
  2197.         Any keystroke that can be pressed from the main screen
  2198.         can be placed in the SD.PRO file as a USR option.  Like
  2199.         'U' calls the UNZIP screen, so the USR line would be as
  2200.         follows:
  2201.  
  2202.            UNZIP;11521;
  2203.  
  2204.         Copy to Drive . . .
  2205.  
  2206.            COPY A:;;11150
  2207.            COPY B:;;11151   etc...
  2208.                                                             Page 46
  2209.  
  2210.         Keystroke Values that can be used for KEY options in
  2211.         SD.PRO.
  2212.  
  2213.          BACKARROW  8       F1       315     SHIFTF1   340
  2214.          COLON      58      F2       316     SHIFTF2   341
  2215.          SPACE      32      F3       317     SHIFTF3   342
  2216.          PERIOD     46      F4       318     SHIFTF4   343
  2217.          COMMA      44      F5       319     SHIFTF5   344
  2218.          EQUAL      61      F6       320     SHIFTF6   345
  2219.          QUOTE      39      F7       321     SHIFTF7   346
  2220.          DBLQUOTE   34      F8       322     SHIFTF8   347
  2221.          INS        338     F9       323     SHIFTF9   348
  2222.                             F10      324     SHIFTF10  349
  2223.          CTRLF1     350     ALTF1    360     ALTB      304
  2224.          CTRLF2     351     ALTF2    361     ALTE      274
  2225.          CTRLF3     352     ALTF3    362     ALTG      290
  2226.          CTRLF4     353     ALTF4    363     ALTH      291
  2227.          CTRLF5     354     ALTF5    364     ALTI      279
  2228.          CTRLF6     355     ALTF6    365     ALTJ      292
  2229.          CTRLF7     356     ALTF7    366     ALTK      293
  2230.          CTRLF8     357     ALTF8    367     ALTL      294
  2231.          CTRLF9     358     ALTF9    368     ALTO      280
  2232.          CTRLF10    359     ALTF10   369     ALTQ      272
  2233.          ALTR       275     ALTY     277
  2234.          CTRLLEFT   371     CTRLUP   416     SHIFTUP   500
  2235.          CTRLRIGHT  372     CTRLDN   420     SHIFTDOWN 501
  2236.          CTRLEND    373     CTRLDEL  422     SHIFTLEFT 502
  2237.          CTRLPGDN   374     SHIFTRT  503     CTRLHOME  375
  2238.          SHIFTDEL   504     CTRLPGUP 388
  2239.          A          65
  2240.          B          66
  2241.          etc...
  2242.  
  2243.         Other key strokes that are not listed can be determined
  2244.         by running the WHATKEY.EXE program on the StupenDOS
  2245.         installation diskette.
  2246.  
  2247.