home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / DABUTIL2.ZIP / DABUTIL2.DC2 < prev    next >
Encoding:
Text File  |  1991-01-15  |  51.5 KB  |  1,710 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8. FILEMAN (File Manager)
  9.  
  10.  
  11.  Description
  12.  
  13.      FILEMAN allows easier copying and moving of files than the
  14.      DOS COPY command, and also allows easy deletion of files.
  15.      When you execute FILEMAN, a screen will be displayed showing a list
  16.      of the files in the current directory, and the options that are
  17.      available:
  18.  
  19.    ,--------------------------------------------------------------------------------^
  20.    |                                                                                |
  21.    | FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson                 |
  22.    |                                                                                |
  23.    |   C:\                                                                          |
  24.    |  ,--------------------------------------------------------------------------^  |
  25.    |  | BACK.BAT           856 bytes    Sep 26, 1990   21:33:28                  |  |
  26.    |  | C.OBJ             1699 bytes    Jan  9, 1988   12:29:28                  |  |
  27.    |  | CC.OBJ            1720 bytes    Jan  9, 1988   12:29:34                  |  |
  28.    |  | CCI.OBJ           2016 bytes    Jan  9, 1988   12:29:46                  |  |
  29.    |  | CI.OBJ            1995 bytes    Jan  9, 1988   12:29:40                  |  |
  30.    |  | COMMAND.COM      35840 bytes    Jun 30, 1989   12:16:00 RDONLY           |  |
  31.    |  | LINK.EXE         46631 bytes    Oct  8, 1987   22:23:04                  |  |
  32.    |  | MAKE.COM         17130 bytes    Dec  1, 1987   01:03:08                  |  |
  33.    |  | NL.LIB           86016 bytes    Jan 15, 1988   02:42:52                  |  |
  34.    |  +--------------------------------------------------------------------------;  |
  35.    |                                                                                |
  36.    |      HOME - Top of list.    END - End of list.    ESC  - Return to DOS.        |
  37.    |   F1 - Help!            F2  - Set parameters     ALT-F1 - Process files        |
  38.    |   F3 - Mark a file      F4  - Unmark a file      ALT-F2 - Edit file            |
  39.    |   F5 - Mark all files   F6  - Unmark all files   ALT-F3 - Sort file list       |
  40.    |   F7 - Set hidden flag  F8  - Clear hidden flag  ALT-F4 - Goto new directory   |
  41.    |   F9 - Set read-only    F10 - Clear read-only    ALT-F5 - Enter search pattern |
  42.    |                                                                                |
  43.    |   Total bytes marked:         0                                                |
  44.    |                                                                                |
  45.    +--------------------------------------------------------------------------------;
  46.  
  47.  Command Format
  48.  
  49.      fileman [filename]
  50.        If the filename is not entered, FILEMAN displays a list of all the
  51.        files in the current directory, and allows you to pick the ones
  52.        you want to process. If a filename is entered, wildcards may be
  53.        used, and all files in the current directory which are selected
  54.        by the pattern entered will be displayed. This pattern can be
  55.        changed from within FILEMAN.
  56.  
  57.  
  58.  
  59.                        DABUTIL Version 2.0 Documentation
  60.                                   - Page 28 -
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.        The F1 key will display a context-sensitive help screen.
  70.        These other functions keys are also supported:
  71.  
  72.        F2 - Set parameters
  73.             Set function to perform and directory for copy
  74.             and move functions. This determines what process will
  75.             be used later when you use ALT-F1.
  76.             This is the screen you will see after pressing F2:
  77.  
  78.  
  79.    ,--------------------------------------------------------------------------------^
  80.    |                                                                                |
  81.    |   FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson               |
  82.    |                                                                                |
  83.    |           F1 - Help!                        ESC - Return to main screen        |
  84.    |           RETURN - Confirm entry of field   TAB - Go to next field             |
  85.    |                  ,----------------------------------------^                    |
  86.    |                  |   Enter M - To move files              |                    |
  87.    |                  |         C - To copy files              |                    |
  88.    |                  |         D - Delete with confirmation   |                    |
  89.    |                  |         Z - Delete with NO confirmation|                    |
  90.    |                  |                                        |                    |
  91.    |                  |                     C                  |                    |
  92.    |                  |                                        |                    |
  93.    |                  +----------------------------------------;                    |
  94.    |   ,-------------------------------------------------------------------------^  |
  95.    |   |  Enter destination directory:                                           |  |
  96.    |   |  C:\TEST                                                                |  |
  97.    |   |                                                                         |  |
  98.    |   +-------------------------------------------------------------------------;  |
  99.    |                                                                                |
  100.    |                                                                                |
  101.    |                                                                                |
  102.    |                                                                                |
  103.    |                                                                                |
  104.    |                                                                                |
  105.    +--------------------------------------------------------------------------------;
  106.  
  107.  
  108.  
  109.        Enter the function M, C, D, or Z. For M and C (Move and Copy), you
  110.        will also need to enter a destination directory. See Appendix A,
  111.        "Entry Windows".
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                        DABUTIL Version 2.0 Documentation
  121.                                   - Page 29 -
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.        F3 - Mark the selected file
  131.             This marks the selected file to be processed later.
  132.             All marked files have an asterisk (*) next to them.
  133.             All files marked will be processed according to the
  134.             choice you make with F2. F3 marks the file currently
  135.             selected with the cursor. The files on this screen
  136.             with an asterisk have been marked:
  137.  
  138.  
  139.    ,--------------------------------------------------------------------------------^
  140.    |   FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson               |
  141.    |                                                                                |
  142.    |     C:\                                                                        |
  143.    |  ,--------------------------------------------------------------------------^  |
  144.    |  |  *BACK.BAT           856 bytes    Sep 26, 1990   21:33:28                |  |
  145.    |  |  *C.OBJ             1699 bytes    Jan  9, 1988   12:29:28                |  |
  146.    |  |  *CC.OBJ            1720 bytes    Jan  9, 1988   12:29:34                |  |
  147.    |  |  *CCI.OBJ           2016 bytes    Jan  9, 1988   12:29:46                |  |
  148.    |  |  *CI.OBJ            1995 bytes    Jan  9, 1988   12:29:40                |  |
  149.    |  |  *COMMAND.COM      35840 bytes    Jun 30, 1989   12:16:00 RDONLY         |  |
  150.    |  |   LINK.EXE         46631 bytes    Oct  8, 1987   22:23:04                |  |
  151.    |  |   MAKE.COM         17130 bytes    Dec  1, 1987   01:03:08                |  |
  152.    |  |   NL.LIB           86016 bytes    Jan 15, 1988   02:42:52                |  |
  153.    |  +--------------------------------------------------------------------------;  |
  154.    |                                                                                |
  155.    |        HOME - Top of list.    END - End of list.    ESC  - Return to DOS.      |
  156.    |     F1 - Help!            F2  - Set parameters     ALT-F1 - Process files      |
  157.    |     F3 - Mark a file      F4  - Unmark a file      ALT-F2 - Edit file          |
  158.    |     F5 - Mark all files   F6  - Unmark all files   ALT-F3 - Sort file list     |
  159.    |     F7 - Set hidden flag  F8  - Clear hidden flag  ALT-F4 - Goto new directory |
  160.    |     F9 - Set read-only    F10 - Clear read-only    ALT-F5 - Enter search pattern
  161.                                                                                     |
  162.    |                                                                                |
  163.    |     Total bytes marked:     44126    Free bytes in destination dir:    248320  |
  164.    |     Destination directory: C:\UTILITY                                          |
  165.    |                                                                                |
  166.    +--------------------------------------------------------------------------------;
  167.  
  168.  
  169.        F4 - Unmark the current file
  170.  
  171.        F5 - Mark all files listed
  172.  
  173.        F6 - Unmark all files listed
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.                        DABUTIL Version 2.0 Documentation
  183.                                   - Page 30 -
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.        These function keys change file attributes:
  193.  
  194.        F7 - Set hidden flag for a file
  195.             When the hidden flag is set, the file will
  196.             not be shown by a DIR command. The file will
  197.             also not be touched by the Sort Directory
  198.             program (SD). If your system files are not
  199.             normally hidden, it may be necessary to use
  200.             this to hide them before using SD. The files
  201.             LINK.EXE and PRINT.COM have been hidden in
  202.             this example:
  203.  
  204.    ,--------------------------------------------------------------------------------^
  205.    |   FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson               |
  206.    |                                                                                |
  207.    |     C:\                                                                        |
  208.    |  ,--------------------------------------------------------------------------^  |
  209.    |  |  *CC.OBJ            1720 bytes    Jan  9, 1988   12:29:34                |  |
  210.    |  |  *CCI.OBJ           2016 bytes    Jan  9, 1988   12:29:46                |  |
  211.    |  |  *CI.OBJ            1995 bytes    Jan  9, 1988   12:29:40                |  |
  212.    |  |  *COMMAND.COM      35840 bytes    Jun 30, 1989   12:16:00 RDONLY         |  |
  213.    |  |   LINK.EXE         46631 bytes    Oct  8, 1987   22:23:04        HIDDEN  |  |
  214.    |  |   MAKE.COM         17130 bytes    Dec  1, 1987   01:03:08                |  |
  215.    |  |   NL.LIB           86016 bytes    Jan 15, 1988   02:42:52                |  |
  216.    |  |   PRINT.COM        16958 bytes    Jun 30, 1989   12:16:00 RDONLY HIDDEN  |  |
  217.    |  |   SBE.COM          43908 bytes    Sep 22, 1990   02:28:32                |  |
  218.    |  +--------------------------------------------------------------------------;  |
  219.    |                                                                                |
  220.    |        HOME - Top of list.    END - End of list.    ESC  - Return to DOS.      |
  221.    |     F1 - Help!            F2  - Set parameters     ALT-F1 - Process files      |
  222.    |     F3 - Mark a file      F4  - Unmark a file      ALT-F2 - Edit file          |
  223.    |     F5 - Mark all files   F6  - Unmark all files   ALT-F3 - Sort file list     |
  224.    |     F7 - Set hidden flag  F8  - Clear hidden flag  ALT-F4 - Goto new directory |
  225.    |     F9 - Set read-only    F10 - Clear read-only    ALT-F5 - Enter search pattern
  226.                                                                                     |
  227.    |                                                                                |
  228.    |     Total bytes marked:     44126    Free bytes in destination dir:    248320  |
  229.    |     Destination directory: C:\UTILITY                                          |
  230.    |                                                                                |
  231.    +--------------------------------------------------------------------------------;
  232.  
  233.        F8 - Clear hidden flag
  234.  
  235.        F9 - Set read-only flag
  236.             By setting the read-only flag, you protect
  237.             a file from being erased accidentally. The
  238.             file cannot be updated or erased. In the
  239.             screen above, COMMAND.COM and PRINT.COM have
  240.             been marked as read-only files.
  241.  
  242.        F10 - Clear read-only flag
  243.  
  244.                        DABUTIL Version 2.0 Documentation
  245.                                   - Page 31 -
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.        These options are all selected by holding down the ALT
  255.        key, then pressing the function key:
  256.  
  257.        ALT-F1 - Process all marked files
  258.             When you press ALT-F1, FILEMAN will perform the
  259.             process selected (Copy, Move, Delete, Zap) for
  260.             each marked file in the list.
  261.  
  262.        ALT-F2 - Edit the current file
  263.            Pressing this will execute the SBE editor to allow
  264.            you to edit the file selected with the cursor. If
  265.            have another editor which you prefer, use the DOS
  266.            SET command to specify another editor:
  267.  
  268.            SET EDITOR=C:\UTIL\EDITOR
  269.  
  270.            See the example shown later for more details.
  271.  
  272.        ALT-F3 - Sort file list
  273.            This option will sort the list of files shown on
  274.            your screen. It does not touch the directory list
  275.            stored your disk. Use the SD command to sort a
  276.            directory. When you press ALT-F3 this screen is
  277.            displayed:
  278.  
  279.    ,--------------------------------------------------------------------------------^
  280.    |   FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson               |
  281.    |                                                                                |
  282.    |                     F1 - Help!    ESC - Return to main screen                  |
  283.    |                              RETURN - Sort file list                           |
  284.    |                   ,---------------------------------------^                    |
  285.    |                   |      Enter a letter for each sort     |                    |
  286.    |                   |      parameter in the order that      |                    |
  287.    |                   |      you want to sort the file list.  |                    |
  288.    |                   |      A '-' will reverse the order of  |                    |
  289.    |                   |      any sort parameter.              |                    |
  290.    |                   |            N - Name                   |                    |
  291.    |                   |            E - Extension              |                    |
  292.    |                   |            S - Size                   |                    |
  293.    |                   |            D - Date                   |                    |
  294.    |                   |            T - Time                   |                    |
  295.    |                   |                                       |                    |
  296.    |                   |            NESDT                      |                    |
  297.    |                   |                                       |                    |
  298.    |                   +---------------------------------------;                    |
  299.    |                                                                                |
  300.    |                                                                                |
  301.    |                                                                                |
  302.    +--------------------------------------------------------------------------------;
  303.  
  304.  
  305.                        DABUTIL Version 2.0 Documentation
  306.                                   - Page 32 -
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.        ALT-F4 - Go to a new directory
  316.            This option will allow you to select another
  317.            directory as the current directory. Whatever directory
  318.            you enter will become the current working directory.
  319.            You may enter a directory on a drive other than the one
  320.            you are currently working on.
  321.  
  322.  
  323.    ,--------------------------------------------------------------------------------^
  324.    |   FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson               |
  325.    |                                                                                |
  326.    |           F1 - Help!     ESC - Return to main screen                           |
  327.    |              RETURN - Confirm entry of directory                               |
  328.    |  ,--------------------------------------------------------------------------^  |
  329.    |  |   Enter new current directory:                                           |  |
  330.    |  |   C:\                                                                    |  |
  331.    |  |                                                                          |  |
  332.    |  +--------------------------------------------------------------------------;  |
  333.    |                                                                                |
  334.    |                                                                                |
  335.    |                                                                                |
  336.    |                                                                                |
  337.    +--------------------------------------------------------------------------------;
  338.  
  339.  
  340.        The directory that you enter will become the current directory,
  341.        and files from that directory will be shown in the list. The
  342.        directory can be one that is on the current drive or on
  343.        another drive.
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.                        DABUTIL Version 2.0 Documentation
  367.                                   - Page 33 -
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.        ALT-F5 - Enter a new search pattern
  377.            When you enter FILEMAN, all files in the current
  378.            directory are shown, unless you specified a search
  379.            pattern on the command line. (e.g., fileman *.com)
  380.            This option allows you change the search pattern
  381.            without leaving FILEMAN.
  382.  
  383.  
  384.    ,--------------------------------------------------------------------------------^
  385.    |   FILEMAN - File Manager, Copyright (c) 1988-1990 by Don Branson               |
  386.    |                                                                                |
  387.    |                 F1 - Help!     ESC - Return to main screen                     |
  388.    |                  RETURN - Confirm entry of search pattern                      |
  389.    |                      ,-----------------------------^                           |
  390.    |                      |   Enter new search pattern. |                           |
  391.    |                      |            *.*              |                           |
  392.    |                      |                             |                           |
  393.    |                      +-----------------------------;                           |
  394.    |                                                                                |
  395.    |                                                                                |
  396.    |                                                                                |
  397.    |                                                                                |
  398.    +--------------------------------------------------------------------------------;
  399.  
  400.  
  401.        Only files matching the search pattern will be displayed in the list.
  402.        If you enter *.COM, for example, all files with a file extension of
  403.        COM will be displayed. Entering F*.* would list all files starting
  404.        with an 'F'.
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.                        DABUTIL Version 2.0 Documentation
  428.                                   - Page 34 -
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.        By using the arrow keys, the HOME, END, PgUp, and PgDn keys, you can
  438.        select files and mark them for processing. You should mark all the
  439.        files for which you will perform the same function (copy, move,
  440.        delete.)
  441.  
  442.        For example, if you have a number of files which you want to copy to
  443.        another drive, you should start by setting the process you want to
  444.        perform, using F2. In this case, since you want to perform a copy, the
  445.        function 'C' will be used. You will also supply a destination directory,
  446.        which is the directory to which the files will be copied.
  447.  
  448.        Next, mark all the files you want to copy, using F3/F5 to mark files,
  449.        and F4/F6 to unmark files.
  450.  
  451.        Finally, use ALT-F1 (hold down the ALT key and press F1) to begin the copy
  452.        process. FILEMAN will ask for confirmation before beginning any process.
  453.  
  454.        Before marking files to move or copy, set the process and the destination
  455.        directory so that FILEMAN can check the space available at the destination.
  456.  
  457.        FILEMAN will also check to see if the file exists at the destination
  458.        (unlike DOS). If the file exists, FILEMAN will display some information
  459.        about the file in the current directory and the same file in the
  460.        destination, and ask if you want to replace it.
  461.  
  462.        To make it easier to select the files you want to process, FILEMAN
  463.        allows you to change the file pattern without leaving the program.
  464.        You can also sort the filelist on name, extension, date, time and/or
  465.        size, in ascending or descending sequence.
  466.  
  467.        FILEMAN also allows you to edit a file. This is helpful when deciding
  468.        what files to move, copy, or delete. FILEMAN normally uses SBE as the
  469.        default editor, so SBE should be in the current directory or in a
  470.        directory specified with the DOS PATH command. You can tell FILEMAN
  471.        to use a different editor by using the SET command at the DOS prompt,
  472.        or in your AUTOEXEC.BAT file. For example, if your editor called "EDITOR"
  473.        is in the directory "UTIL" on your C drive, this command will tell
  474.        FILEMAN to use your editor:
  475.  
  476.        SET EDITOR=C:\UTIL\EDITOR
  477.  
  478.        This command could be entered at the DOS prompt, or put into your
  479.        AUTOEXEC.BAT file. If you put it into AUTOEXEC.BAT, then FILEMAN
  480.        will use your editor whenever you edit a file. If you do not specify
  481.        an editor, FILEMAN will use SBE.
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.                        DABUTIL Version 2.0 Documentation
  489.                                   - Page 35 -
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  Examples
  499.  
  500.      fileman
  501.        Displays a list of all the files in the current directory, and
  502.        allows you to select files to be copied.
  503.  
  504.      fileman *.com
  505.        Displays a list of all files in the current directory with an
  506.        extension of COM, and allows you to select the files to process.
  507.  
  508.      fileman event.*
  509.        Displays a list of all files in the current directory with a filename
  510.        of EVENT, and with any extension. This search pattern can also be
  511.        changed from within FILEMAN by using Alt-F5.
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548.  
  549.                        DABUTIL Version 2.0 Documentation
  550.                                   - Page 36 -
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559. LD (List Directories)
  560.  
  561.  
  562.  Description
  563.  
  564.      LD lists all directories on the current drive, starting with the
  565.      root directory.
  566.  
  567.  
  568.  Command Format
  569.  
  570.      ld [d:] [-s]
  571.  
  572.        Where 'd:' is an optional drive letter which can be specified
  573.        to list the directories of a drive other than the current drive.
  574.        Hidden directories will be displayed. Use -s to print a summary
  575.        of each directory. The summary includes a count of the files in
  576.        the directory (not including subdirectories) and a sum of the
  577.        file sizes in the directory.
  578.  
  579.  
  580.  Examples
  581.  
  582.      ld
  583.        will list all directories in the current drive.
  584.  
  585.  
  586.      ld a:
  587.        will list all directories in drive A
  588.  
  589.  
  590.      ld -s
  591.        will list all directories on the current drive, and show
  592.        the total number of files, and the sum of their file sizes.
  593.        The count and sum include hidden files.
  594.  
  595.  
  596.      ld a: -s
  597.        will list all directories on the A drive, and show the total
  598.        number of files, and the sum of their file sizes. The count
  599.        and sum include hidden files.
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609.  
  610.                        DABUTIL Version 2.0 Documentation
  611.                                   - Page 37 -
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620. These are examples of what the output from LD looks like:
  621.  
  622.  
  623.  
  624. B>ld
  625.  
  626.  
  627. LD (List Directories) Version 2.00 (C) Copyright 1988,1990 by Don Branson
  628.  
  629.  
  630. C:\
  631. C:\DABUTIL2
  632. C:\DABUTIL2.DOC
  633. C:\DLC
  634. C:\DLC\INCLUDE
  635. C:\DLC\LIB
  636. C:\DOS
  637. C:\KERMIT
  638. C:\KERMIT\DOWNLOAD
  639. C:\PKZIP
  640. C:\UTILITY
  641.  
  642. 11 directories.
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670.  
  671.                        DABUTIL Version 2.0 Documentation
  672.                                   - Page 38 -
  673.  
  674.  
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681. B>ld -s
  682.  
  683.  
  684. LD (List Directories) Version 2.00 (C) Copyright 1988,1990 by Don Branson
  685.  
  686.  
  687. C:\
  688.      Files:           12
  689.      Size:         78716
  690. C:\DABUTIL2
  691.      Files:           76
  692.      Size:        912895
  693. C:\DABUTIL2.DOC
  694.      Files:            6
  695.      Size:         85764
  696. C:\DLC
  697.      Files:            9
  698.      Size:        385905
  699. C:\DLC\INCLUDE
  700.      Files:           15
  701.      Size:         18715
  702. C:\DLC\LIB
  703.      Files:           15
  704.      Size:        394879
  705. C:\DOS
  706.      Files:           42
  707.      Size:        538702
  708. C:\KERMIT
  709.      Files:           20
  710.      Size:        136061
  711. C:\KERMIT\DOWNLOAD
  712.      Files:            4
  713.      Size:         54076
  714. C:\PKZIP
  715.      Files:            2
  716.      Size:         53430
  717. C:\UTILITY
  718.      Files:           60
  719.      Size:        307022
  720.  
  721. 11 directories.
  722. Total files:          261
  723. Total size:       2966165
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.                        DABUTIL Version 2.0 Documentation
  733.                                   - Page 39 -
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. PROCESS (Process Events and Processes)
  743.  
  744.  
  745.  Description
  746.  
  747.      PROCESS is used in conjunction with EVENTMAN. It runs
  748.      processes established in EVENTMAN. For the use of PROCESS,
  749.      see the description of EVENTMAN.
  750.  
  751.  
  752.  Command Format
  753.  
  754.      process [-txxx]
  755.  
  756.  
  757.      Where "-t" specifies testing mode, and "xxx" specifies the size
  758.      of the testing increment in minutes.
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.                        DABUTIL Version 2.0 Documentation
  794.                                   - Page 40 -
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803. SBE (Text Editor)
  804.  
  805.  
  806.  Description
  807.  
  808.      SBE is a general-purpose text editor for modifying text files, such
  809.      as .BAT files and input files for compilers. SBE stands for Split-Buffer
  810.      Editor, which describes the internal representation of the text. While
  811.      knowledge of the internals of the editor is not necessary to use SBE,
  812.      This structure does have some advantages. One advantage to the
  813.      approach used is that the speed of entry of characters is not affected
  814.      by file size, as can be the case with some editors.
  815.  
  816.      With SBE, you can load up to eight files in memory at one time, if you have
  817.      enough memory to do it. Each file is loaded into a buffer, and each buffer
  818.      uses 64K, no matter what the size of the file is. This means that the
  819.      largest file you can edit is a 65535 bytes.
  820.  
  821.  
  822.  Command Format
  823.  
  824.      sbe filename
  825.        Where the filename can be a file in the current directory, or a pathname
  826.        with a filename to specify a file in another directory.
  827.  
  828.  The Status Line
  829.  
  830.      The top line of your display is used by SBE to display the current status
  831.      of the file you are editing.
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.                        DABUTIL Version 2.0 Documentation
  855.                                   - Page 41 -
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.      This is the information found on SBE's status line:
  865.  
  866.      +- The current buffer number, 0-7
  867.      |
  868.      |   +- The file currently being edited, not including the path name
  869.      |   |
  870.      |   |          +- Insert mode/Overlay mode flag
  871.      |   |          |
  872.      |   |          |+- An '*' here indicates that the file has been changed
  873.      |   |          ||
  874.      0:test.c       I*    16:227    F1-Help  ESC-Menu SBE Copyright 1990 Don Branson
  875.                           |   |     |         |        |
  876.                           |   |     |         |        +-  Copyright message
  877.                           |   |     |         |
  878.                           |   |     |         +- ESC displays menu options
  879.                           |   |     |
  880.                           |   |     +- F1 displays help
  881.                           |   |
  882.                           |   +- The total number of lines in the file
  883.                           |
  884.                           +- The is the line number that the cursor is on
  885.  
  886.  
  887.      The buffer number can be 0 through 7, and it indicates the buffer number
  888.      of the file that you are currently editing.
  889.  
  890.      The name of the file in the current buffer is shown. The directory in
  891.      which the file resides is not shown.
  892.  
  893.      The Insert/Overlay flag will be 'I' when you are in insert mode. Anything
  894.      you type will be inserted before the character under the cursor. The
  895.      flag will be 'O' when you are in overlay mode. Anything you type will
  896.      replace (overlay) the character under the cursor.
  897.  
  898.      If there is an asterisk next to the Insert/Overlay flag, that means that
  899.      you have changed the file. SBE will ask you for a confirmation before it
  900.      does anything that will throw away the changes you have made.
  901.  
  902.      SBE continuously displays the line number that your cursor is on, and the
  903.      total number of lines in the buffer. The number before the colon is the
  904.      current line. The number after the colon is the total lines in the
  905.      buffer.
  906.  
  907.      The status line also displays the functions of the F1 key and the ESC
  908.      key. The F1 key displays help, and the ESC key displays the function
  909.      menu.
  910.  
  911.      The status line also continuously displays the copyright message for
  912.      the SBE editor.
  913.  
  914.  
  915.                        DABUTIL Version 2.0 Documentation
  916.                                   - Page 42 -
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  Cursor Movement
  926.  
  927.      These are the key combinations and the resultant cursor movements:
  928.      (Ctrl-key indicates that Ctrl should be held while pressing another key).
  929.  
  930.      Keystroke        Resulting cursor movement
  931.      ---------        -------------------------
  932.      Left           - One character to the left
  933.      Ctrl-Left      - To the beginning of the previous word
  934.      Right          - One character to the right
  935.      Ctrl-Right     - To the end of the next word
  936.      Up             - To the previous line in file
  937.      Down           - To the next line in file
  938.      Home           - To the first character of current line
  939.      Ctrl-Home      - To the upper-left corner of screen
  940.      End            - After the last character of current line
  941.      Ctrl-End       - To the lower-left corner of screen
  942.      PgUp           - Scroll to previous page of text
  943.      Ctrl-PgUp      - To the beginning of file
  944.      PgDn           - Scroll to next page of text
  945.      Ctrl-PgDn      - To the end of file
  946.      Tab            - Moves the cursor to the next tab stop
  947.      Shift-Tab      - Moves the cursor to the previous tab stop
  948.  
  949.      These are the other keys that SBE supports and what they do:
  950.  
  951.      Del            - Deletes the character under the cursor
  952.      Ins            - Toggles insert/overlay modes
  953.      Backarrow      - Deletes the character to the left
  954.      Enter          - Ends the line and moves the cursor to the next line
  955.                     Pressing ENTER in the middle of a line will split that line.
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.                        DABUTIL Version 2.0 Documentation
  977.                                   - Page 43 -
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  Deleting and Undeleting
  987.  
  988.      SBE allows you to easily delete text using any of these keystrokes:
  989.  
  990.      Ctrl-d      - deletes the current line
  991.      Ctrl-c      - deletes all characters from the cursor to the end of the line
  992.      Ctrl-w      - deletes to the end of the current word
  993.  
  994.      Whenever you delete text using Ctrl-c, Ctrl-d, or Ctrl-w, the text is
  995.      saved in a buffer. If you delete more than once without moving the
  996.      cursor, the subsequent text is added to that buffer. For example, if you
  997.      delete ten adjacent lines using Ctrl-d, without moving the cursor, Ctrl-u
  998.      will undelete all ten lines as a block. You can use Ctrl-u more than once
  999.      to undelete the same block in many places. This is an easy way to copy or
  1000.      move a few lines.
  1001.  
  1002.      SBE saves up to ten buffers of text which you have deleted. You can
  1003.      select the buffer before the current delete buffer by using Alt-u after
  1004.      a Ctrl-u. Alt-u causes SBE to re-delete the text you just undeleted,
  1005.      then to undelete the previous block of text that was deleted. This
  1006.      allows you to have more than one block of text which can be copied or
  1007.      moved.
  1008.  
  1009.      Ctrl-u      - undelete the text deleted by the previous Ctrl-c, Ctrl-d,
  1010.                    or Ctrl-w
  1011.      Alt-u       - re-deletes the text undeleted by Ctrl-u, and undeletes the
  1012.                    text deleted by the prior Ctrl-c, Ctrl-d, or Ctrl-w
  1013.  
  1014.  
  1015.  The Menu Bar
  1016.  
  1017.      When you press the ESC key, a menu of options will be displayed at the
  1018.      top of your screen. You can select one of the options by pressing one
  1019.      of the following keys:
  1020.  
  1021.          F - File   : Load, save, rename, discard file
  1022.  
  1023.          B - Buffer : Select a buffer, number 0-7
  1024.  
  1025.          S - Search : Find and optionally replace text in the current buffer
  1026.  
  1027.          M - Mark   : Mark block and copy, move, delete or print a block
  1028.  
  1029.          D - DOS    : Enter the DOS shell; 'EXIT' command returns to editor
  1030.  
  1031.          Q - Quit   : Leave the SBE editor and return to DOS
  1032.  
  1033.          O - Other  : Some miscellaneous functions and settings
  1034.  
  1035.          ESC - return to edit mode
  1036.  
  1037.                        DABUTIL Version 2.0 Documentation
  1038.                                   - Page 44 -
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  The File Submenu
  1048.  
  1049.      These are the options on the file submenu. Type one of these letters to
  1050.      select a function:
  1051.  
  1052.  
  1053.          L -        Load a file into a new buffer. SBE will ask you to enter the
  1054.                     name of the file. You should enter the complete path of the file
  1055.                     if the file is not in the current directory. If the file is in
  1056.                     the current directory, you may enter the name without the path.
  1057.                     If the file is a new file, SBE will create an empty buffer
  1058.                     with the name you gave it.
  1059.                     The total length of the name you enter may not exceed 159
  1060.                     characters.
  1061.  
  1062.                     See Appendix A, "Entry Windows" for more information on
  1063.                     entering text.
  1064.  
  1065.          S -        Saves the file in the current buffer to disk. SBE uses the path
  1066.                     and the name given for the file when the file was loaded, unless
  1067.                     the name was changed with the rename option.
  1068.  
  1069.          R -        Enter a new name for the file in the current buffer. The path
  1070.                     for the file will stay the same.
  1071.                     The total length of the name you enter may not exceed 12
  1072.                     characters.
  1073.  
  1074.                     See Appendix A, "Entry Windows" for more information on
  1075.                     entering text.
  1076.  
  1077.          D -        Discards the file from the current buffer, then asks you to
  1078.                     enter a new buffer number. If this was the only file, SBE
  1079.                     returns you to the DOS prompt. This command does not effect the
  1080.                     file on disk, only the copy you have in the editor.
  1081.  
  1082.          ESC -      Return to edit mode
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.                        DABUTIL Version 2.0 Documentation
  1099.                                   - Page 45 -
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  The Buffer Submenu
  1109.  
  1110.      SBE displays all the buffers 0-7. Buffers which are in use will have a
  1111.      file name next to the number. You can select any buffer with a file in it
  1112.      by typing the digit next to the file you want. Pressing the ESC key will
  1113.      return you to edit mode without changing to another buffer.
  1114.  
  1115.  The Search Submenu
  1116.  
  1117.      Select:
  1118.  
  1119.          F -        Find text in a file. SBE will ask you to enter the text
  1120.                     to search for. The text may contain upper and lower case
  1121.                     characters and also special characters. The total length
  1122.                     of the search text cannot exceed 159 characters. The display
  1123.                     will scroll left and right as needed when you enter the text.
  1124.  
  1125.                     See Appendix A, "Entry Windows" for more information on
  1126.                     entering text.
  1127.  
  1128.                     You will also be asked to enter to options that effect the
  1129.                     manner in which the search is done:
  1130.                        I - Ignores case when searching.
  1131.                        R - Reverse search. Search toward beginning of file.
  1132.  
  1133.          A -        Repeats the previous search, using the same search parameters
  1134.  
  1135.          R -        Search for text and replace it. The search text is entered as
  1136.                     with a regular find. SBE will also ask for the text which will
  1137.                     replace the original text, wherever it is found. The total
  1138.                     length of the replacement text may not exceed 159 characters.
  1139.  
  1140.                     See Appendix A, "Entry Windows" for more information on
  1141.                     entering text.
  1142.  
  1143.                     SBE will also ask you enter options which effect the way the
  1144.                     search operation and the replace operation are performed.
  1145.                        I - Ignores case when searching.
  1146.                        G - Global search. Remainder of file from current cursor
  1147.                            position is searched. When this option is off, the
  1148.                            search stops after the first replace.
  1149.                        C - Confirm. With this option on, SBE will highlight the
  1150.                            text to be replaced and ask you to confirm before
  1151.                            it does the replace.
  1152.                        R - Reverse search. Search toward beginning of file.
  1153.  
  1154.          G -        Go to the line entered. SBE will move the cursor to the
  1155.                     beginning of the line number you enter.
  1156.  
  1157.          ESC -      Return to edit mode
  1158.  
  1159.                        DABUTIL Version 2.0 Documentation
  1160.                                   - Page 46 -
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  The Mark Submenu
  1170.  
  1171.      SBE allows you to mark the beginning and end of a block, and then perform
  1172.      certain functions on that block. The characters in the block are
  1173.      highlighted.
  1174.  
  1175.      Select:
  1176.          B - This sets the beginning of the block at the cursor position
  1177.          E - This sets the end of the block
  1178.          R - Use this to unmark (reset) the block
  1179.  
  1180.      Use these once the beginning and end of the block have been marked:
  1181.          C - Copy the block to the current cursor position
  1182.          M - Move the block to the current cursor position
  1183.          D - Delete the block (CTRL-U undeletes block)
  1184.          P - Print the block on a printer
  1185.  
  1186.          ESC - cancel and return to edit mode
  1187.  
  1188.  The Other Submenu
  1189.  
  1190.      These are the options on the Other submenu. Type one of these letters to
  1191.      select a function:
  1192.  
  1193.  
  1194.          T -        Set tab positions
  1195.                        Enter the tab stops, separated by commas. The total
  1196.                        length of your entry cannot exceed 159 characters.
  1197.                        The display will scroll left and right as needed when
  1198.                        you enter the tab stops. This changes the tabs for the
  1199.                     current session. The tab settings are saved when you
  1200.                     select the option to save editor parameters.
  1201.  
  1202.          K -        Toggle key click
  1203.                     Selecting this option turns key click on if it is off;
  1204.                     and off it is is already on.
  1205.  
  1206.          C -        Set screen colors
  1207.                     This option is used to set text, background, highlight,
  1208.                     and reverse colors.
  1209.  
  1210.          P -        Parameter save and load
  1211.                     Select:
  1212.                         S - Save tabs, key click option, and colors to disk
  1213.                         L - Load same parameters from disk
  1214.  
  1215.          ESC - cancel and return to edit mode
  1216.  
  1217.  
  1218.  
  1219.  
  1220.                        DABUTIL Version 2.0 Documentation
  1221.                                   - Page 47 -
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230. SD (Sort Directory)
  1231.  
  1232.  
  1233.  Description
  1234.  
  1235.      SD reads the current directory, sorts it based on sort options
  1236.      specified, and writes it back to the disk.
  1237.  
  1238.  
  1239.  Command Format
  1240.  
  1241.      sd {nedts} [-d]
  1242.        Where n, e, d, t, and s are the sort options. Any or all of
  1243.        these may be specified, and in any order.
  1244.  
  1245.           Sort options:
  1246.           n - Sort on filename    (Alphabetically)
  1247.           e - File extension      (Alphabetically)
  1248.           d - Date                (Oldest to newest)
  1249.           t - Time                (Oldest to newest)
  1250.           s - Size                (Smallest to largest)
  1251.  
  1252.        The '-d' parameter specifies that all subdirectory entries in
  1253.        the directory be sorted to the top of the list. If not
  1254.        specified, the subdirectory entries are sorted with the other
  1255.        files. Deleted entries are always sorted to the end of
  1256.        the directory. (When a file is deleted by MS-DOS, the entry
  1257.        is not physically removed, but is flagged to indicate that
  1258.        it can be used for another file entry.) A '-' can be used after
  1259.        any sort option to reverse the order of that sort.
  1260.        Hidden files are not touched, so that entries for system files
  1261.        used by DOS are not moved. If the DIR command on your system
  1262.        displays either system file, you should use FILEMAN to hide them
  1263.        before using SD. For MS-DOS, these are the files to check:
  1264.           IO.SYS
  1265.           MSDOS.SYS
  1266.  
  1267.        For PC-DOS, these are the file to check:
  1268.           IBMBIO.COM
  1269.           IBMDOS.COM
  1270.  
  1271.        For DR-DOS, these files are the system files, but it is
  1272.        not necessary to hide them, since DR-DOS can find them
  1273.        even if the entries are moved:
  1274.           DRBDOS.SYS
  1275.           DRBIOS.SYS
  1276.  
  1277.  
  1278.        If you accidentally use SD without hiding the files, under
  1279.        MS-DOS or PC-DOS, you will need to boot from another diskette,
  1280.  
  1281.                        DABUTIL Version 2.0 Documentation
  1282.                                   - Page 48 -
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.        then use the DOS TOUCH command to set the date and time for
  1292.        these files to January 1, 1980, midnight. Use TOUCH to set any
  1293.        other files with that date and time to a later time. Finally,
  1294.        run SD sorting on date, time, and name to sort them to the
  1295.        beginning of the directory.
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.                        DABUTIL Version 2.0 Documentation
  1343.                                   - Page 49 -
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  Examples
  1353.  
  1354.      C>sd ne
  1355.  
  1356.      SD (Sort Directory) Version 2.00 Copyright 1988, 1989, 1990 by Don Branson
  1357.  
  1358.      Sorting C:\KERMIT on  Name Extension
  1359.  
  1360.      C>dir
  1361.  
  1362.       Volume in drive C does not have a label
  1363.       Directory of C:\KERMIT
  1364.       .            <DIR>      1-01-91  10:19a
  1365.       ..           <DIR>      1-01-91  10:19a
  1366.       $DOSM01$ BAT        0   1-01-91   9:40p
  1367.       AUTODEF  KRM       94  12-04-90   6:52p
  1368.       AUTODIR  KRM     1500   1-01-90   7:46p
  1369.       AUTOLOG  KRM     3616  12-01-90   2:32p
  1370.       AUTOLOGI KRM      178  11-28-90   6:46p
  1371.       AUTOPROC KRM        2  11-22-90  10:04p
  1372.       BLITZ    BAT       31  12-21-90  11:35p
  1373.       BLITZ    KRM     3655  12-29-90   2:27p
  1374.       BP       ASC     8749   5-23-90   9:29p
  1375.       DEFCMDS  KRM      218  12-04-90   6:52p
  1376.       DIRECT   KRM       54  12-28-89   6:39p
  1377.       DOWNLOAD     <DIR>      1-01-91   7:58p
  1378.       KERMIT   BAT       32   1-01-91   6:35p
  1379.       KERMIT   KRM      132   1-01-91   6:36p
  1380.       KERMIT   SCN     5615   4-14-90   8:43a
  1381.       KERMIT   TXT     3058  10-10-89   3:24p
  1382.       KEYBRD1  KRM     1234  12-04-90   6:52p
  1383.       KEYBRD2  KRM     1357  12-04-90   6:52p
  1384.       MSK232A  EXE   102131   2-07-89  12:58p
  1385.       SOUTH    KRM     4403  12-01-90   1:42p
  1386.       USERCMDS KRM        2  12-28-89   6:39p
  1387.              23 File(s)   6905856 bytes free
  1388.  
  1389.  
  1390.  
  1391.  
  1392.      Note that the files are now sorted by name first, then by
  1393.      extension within name. Also notice that the subdirectory
  1394.      DOWNLOAD is listed with the rest of the files.
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.                        DABUTIL Version 2.0 Documentation
  1404.                                   - Page 50 -
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413.      C>sd en -d
  1414.  
  1415.      SD (Sort Directory) Version 2.00 Copyright 1988, 1989, 1990 by Don Branson
  1416.  
  1417.      Sorting C:\KERMIT on  Extension Name
  1418.  
  1419.      Subirectory entries will move to top of directory list.
  1420.  
  1421.      C>dir
  1422.  
  1423.        Volume in drive C does not have a label
  1424.        Directory of C:\KERMIT
  1425.  
  1426.       .            <DIR>      1-01-91  10:19a
  1427.       ..           <DIR>      1-01-91  10:19a
  1428.       DOWNLOAD     <DIR>      1-01-91   7:58p
  1429.       BP       ASC     8749   5-23-90   9:29p
  1430.       $DOSM01$ BAT        0   1-01-91   9:40p
  1431.       BLITZ    BAT       31  12-21-90  11:35p
  1432.       KERMIT   BAT       32   1-01-91   6:35p
  1433.       MSK232A  EXE   102131   2-07-89  12:58p
  1434.       AUTODEF  KRM       94  12-04-90   6:52p
  1435.       AUTODIR  KRM     1500   1-01-90   7:46p
  1436.       AUTOLOG  KRM     3616  12-01-90   2:32p
  1437.       AUTOLOGI KRM      178  11-28-90   6:46p
  1438.       AUTOPROC KRM        2  11-22-90  10:04p
  1439.       BLITZ    KRM     3655  12-29-90   2:27p
  1440.       DEFCMDS  KRM      218  12-04-90   6:52p
  1441.       DIRECT   KRM       54  12-28-89   6:39p
  1442.       KERMIT   KRM      132   1-01-91   6:36p
  1443.       KEYBRD1  KRM     1234  12-04-90   6:52p
  1444.       KEYBRD2  KRM     1357  12-04-90   6:52p
  1445.       SOUTH    KRM     4403  12-01-90   1:42p
  1446.       USERCMDS KRM        2  12-28-89   6:39p
  1447.       KERMIT   SCN     5615   4-14-90   8:43a
  1448.       KERMIT   TXT     3058  10-10-89   3:24p
  1449.              23 File(s)   6901760 bytes free
  1450.  
  1451.  
  1452.  
  1453.  
  1454.      The files are now sorted by extension first, then by name
  1455.      within extension. DOWNLOAD, a subdirectory, is now the first
  1456.      item in the list.
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.                        DABUTIL Version 2.0 Documentation
  1465.                                   - Page 51 -
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.      C>sd d-t-sne
  1475.  
  1476.      SD (Sort Directory) Version 2.00 Copyright 1988, 1989, 1990 by Don Branson
  1477.  
  1478.      Sorting C:\KERMIT on  Date (reverse) Time (reverse) Size Name Extension
  1479.  
  1480.      C>dir
  1481.  
  1482.        Volume in drive C does not have a label
  1483.        Directory of C:\KERMIT
  1484.  
  1485.       .            <DIR>      1-01-91  10:19a
  1486.       ..           <DIR>      1-01-91  10:19a
  1487.       $DOSM01$ BAT        0   1-01-91   9:40p
  1488.       DOWNLOAD     <DIR>      1-01-91   7:58p
  1489.       KERMIT   KRM      132   1-01-91   6:36p
  1490.       KERMIT   BAT       32   1-01-91   6:35p
  1491.       BLITZ    KRM     3655  12-29-90   2:27p
  1492.       BLITZ    BAT       31  12-21-90  11:35p
  1493.       AUTODEF  KRM       94  12-04-90   6:52p
  1494.       DEFCMDS  KRM      218  12-04-90   6:52p
  1495.       KEYBRD2  KRM     1357  12-04-90   6:52p
  1496.       KEYBRD1  KRM     1234  12-04-90   6:52p
  1497.       AUTOLOG  KRM     3616  12-01-90   2:32p
  1498.       SOUTH    KRM     4403  12-01-90   1:42p
  1499.       AUTOLOGI KRM      178  11-28-90   6:46p
  1500.       AUTOPROC KRM        2  11-22-90  10:04p
  1501.       BP       ASC     8749   5-23-90   9:29p
  1502.       KERMIT   SCN     5615   4-14-90   8:43a
  1503.       AUTODIR  KRM     1500   1-01-90   7:46p
  1504.       USERCMDS KRM        2  12-28-89   6:39p
  1505.       DIRECT   KRM       54  12-28-89   6:39p
  1506.       KERMIT   TXT     3058  10-10-89   3:24p
  1507.       MSK232A  EXE   102131   2-07-89  12:58p
  1508.              23 File(s)   6905856 bytes free
  1509.  
  1510.  
  1511.  
  1512.  
  1513.      The files are now sorted from newest to oldest.
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.                        DABUTIL Version 2.0 Documentation
  1526.                                   - Page 52 -
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535. SETPRT (Set Printer)
  1536.  
  1537.  
  1538.  Description
  1539.  
  1540.      SETPRT will send special codes to a printer for the purpose of
  1541.      setting fonts, underline mode, and other features particular to
  1542.      each printer. The flexibility of SETPRT will allow it to be used
  1543.      for any printer. The examples given here are for an Epson LX80,
  1544.      so you will need to look up your printer's capabilities and codes
  1545.      in the manual that came with your printer.
  1546.  
  1547.  
  1548.  Command Format
  1549.  
  1550.          setprt code1 code2 code3 ... coden
  1551.  
  1552.      The codes specified may be:
  1553.                     ESC   - Sends an ESC character to the printer
  1554.  
  1555.                     CTRL  - This works in combination with the next code,
  1556.                             see examples
  1557.  
  1558.                     \xx   - Specifies a number from 0 to 255 which is sent
  1559.                             to the printer
  1560.  
  1561.         Other - Any other characters are sent to the printer as-is
  1562.  
  1563.  
  1564.  
  1565.  Examples
  1566.  
  1567.      SETPRT ESC E  - Sends an escape character followed by an upper
  1568.                      case 'E' to the printer. On an Epson LX80, this
  1569.                      turns emphasized mode on.
  1570.  
  1571.      SETPRT ESC x1 - Send an escape character followed by a lower case
  1572.                      'x' and a '1' to the printer. This sets Near-
  1573.                      Letter-Quality mode on an Epson LX80.
  1574.  
  1575.      SETPRT CTRL N - Send a CTRL-N to the printer. The turns compressed
  1576.                      mode on for an Epson LX80.
  1577.  
  1578.      SETPRT \15    - Send a decimal 15 to the printer. Decimal 15 is
  1579.                      same as CTRL-N, so this does the same thing as
  1580.                      the previous example.
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586.                        DABUTIL Version 2.0 Documentation
  1587.                                   - Page 53 -
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.      SETPRT \15 "Test string" \18 "Test string" \13 \10
  1597.                    - This sends a decimal 15, followed by the phrase
  1598.                      "Test string", followed by a decimal 18,
  1599.                      followed by the same phrase again. On a Epson
  1600.                      LX80, this prints the phrase "Test string" in
  1601.                      compressed and draft modes.
  1602.  
  1603.  
  1604.      Any combination of codes can be used. That is, ESC, CTRL n, \nnn,
  1605.      and strings can be combined in any way to set the printer fonts
  1606.      and send strings to the printer.
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.                        DABUTIL Version 2.0 Documentation
  1648.                                   - Page 54 -
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659. Appendix A - Entry Windows
  1660.  
  1661.  
  1662.      Many of the programs in DABUTIL use full-screen entry windows
  1663.      where you will enter text, such as a filename, or a search
  1664.      string. FILEMAN, DIRM, SBE, and EVENTMAN are examples of programs
  1665.      that use Entry Windows.
  1666.      When an Entry Window is displayed, you can use these keys to modify
  1667.      the entry:
  1668.  
  1669.          Enter     - Confirm entry and continue
  1670.          Home      - Go to beginning of entry
  1671.          End       - Go to end of entry (not applicable in every program)
  1672.          Ins       - Toggle insert mode
  1673.          Del       - Delete character under cursor
  1674.          Left/right arrow
  1675.                    - move cursor left and right
  1676.          Backarrow - Delete character before cursor
  1677.  
  1678.          ESC - cancel entry and return to edit mode
  1679.  
  1680.      Any valid characters that you type will be added to the entry.
  1681.      If the character is not a valid character in the context of
  1682.      the entry, the bell will sound, and the character will be
  1683.      rejected.
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.                        DABUTIL Version 2.0 Documentation
  1709.                                   - Page 55 -
  1710.