home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 447 / commnd.doc < prev    next >
Text File  |  1987-05-28  |  8KB  |  185 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                               USING THE COMMND COMMAND
  8.  
  9.           The COMMND command, <F10>, is so different from the other Command
  10.           Bar commands and yet so useful, we decided to devote a file
  11.           exclusively to its use.
  12.  
  13.           ShortCut was designed to save you time and make using DOS easier.
  14.           Sometimes ShortCut commands cannot do everything you want to do. 
  15.           Suppose you want to copy MYFILE.TXT on drive A to drive B and you
  16.           want the new copy of the file to be named YOURFILE.TXT.  You could
  17.           use ShortCut to copy the file to drive B and then rename that
  18.           file, but that involves two steps.  If you are an experienced DOS
  19.           user, you might view two steps as not much of a time saver when
  20.           you know DOS is capable of handling it in one step.
  21.  
  22.           The COMMND Command
  23.  
  24.                ShortCut provides a way to enter any DOS command without
  25.                using the usual ShortCut commands.  The COMMND command
  26.                provides the same service as the standard DOS input line. 
  27.                Press <F10> to move to the COMMND command box and hit
  28.                <Enter>.  The message line will disappear and in its place
  29.                you will see what appears to be the usual DOS prompt.  This
  30.                is the command line.
  31.  
  32.                You can enter any DOS command here.  When you press the
  33.                <Enter> key, your DOS command is sent directly to COMMAND.COM
  34.                without being acted upon by ShortCut.  The ShortCut screen
  35.                disappears and you will see a blank screen except your
  36.                command following the normal DOS prompt and then the normal
  37.                screen output that DOS displays when executing commands it
  38.                receives.  When DOS is finished, the ShortCut screen reap-
  39.                pears.  You might want to have PAUSE on if you want to read
  40.                all of the DOS screen output.
  41.  
  42.                If we go back to our example, you could use COMMND to send
  43.                this command to DOS:  
  44.  
  45.                           COPY A:MYFILE.TXT B:YOURFILE.TXT
  46.  
  47.                If you are familiar with the syntax of DOS commands, you may
  48.                consider this simpler and quicker than using ShortCut's COPY
  49.                and RENAME commands to accomplish the same thing.
  50.  
  51.           Editing the Command Line 
  52.  
  53.                Anytime before you press <Enter> to send your command to DOS
  54.                you can edit what you have typed on the command line with the
  55.                following keys:
  56.  
  57.                Backspace key  Deletes the character to the left and moves
  58.                               the cursor one space to the left.
  59.  
  60.                Left arrow     Moves the cursor one space to the left.
  61.  
  62.                                                               COMMND.DOC - 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                Right arrow    Moves the cursor one space to the right.
  70.  
  71.                Del key        Deletes the character the cursor is on.
  72.  
  73.                Ins key        Turns on insert mode.  All typed characters
  74.                               are inserted in the line and characters to the
  75.                               right of the cursor are pushed further to the
  76.                               right until insert is turned off.
  77.  
  78.                F6             Copies the filename pointed at by the screen
  79.                               arrow to the command line.
  80.  
  81.                F7             Moves the cursor to the beginning of the
  82.                               command line.
  83.  
  84.                F8             Moves the cursor to the end of the command
  85.                               line.
  86.  
  87.                Ctrl-Esc       Cancels the command line and exits the Command
  88.                               Bar.
  89.  
  90.                The above editing keys are available for you to use any time
  91.                ShortCut prompts you for information.  For example, you can
  92.                use them when you enter a filename for the RENAME command.
  93.  
  94.                In addition, ShortCut imitates the usual DOS editing keys. 
  95.                In the following descriptions, the template refers to the
  96.                last command that was sent to DOS.
  97.  
  98.                F1        Each time <F1> is pressed one character from the
  99.                          template is copied to the screen.
  100.  
  101.                F2        Waits for the next character you type and then
  102.                          copies all characters up to the first matching
  103.                          occurrence of that character in the template to the
  104.                          screen.  If there is no matching occurrence,
  105.                          nothing happens.
  106.  
  107.                F3        Copies all the remaining characters from the
  108.                          template.   
  109.  
  110.                F4        Waits for the next typed character and then skips
  111.                          over all characters in the template until it
  112.                          reaches the first matching occurrence of that
  113.                          character.  If there is no match, nothing happens.
  114.  
  115.                F5        Enters the current command line as the new tem-
  116.                          plate, clears the command line, and allows con-
  117.                          tinued editing of this new template.
  118.  
  119.                Esc key   Aborts the current command line and begins a new
  120.                          one.  The current template remains the same and
  121.                          restarts at the first character.
  122.  
  123.                                                               COMMND.DOC - 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                Whenever you try to type beyond the right edge of the screen,
  130.                the command line will scroll to the left once space for each
  131.                character you type.  You may enter no more than 128 charac-
  132.                ters including spaces. 
  133.  
  134.           Copy Filename to Command Line
  135.  
  136.                ShortCut gives you an alternative to typing a filename on the
  137.                command line if the filename is visible in the Directory
  138.                Window.  Point the screen arrow at the filename, then hit
  139.                <F6>.  The filename will appear on the command line.  Remem-
  140.                ber you can use Locate File (Alt-L) to move the screen arrow
  141.                to the filename rapidly.
  142.  
  143.           Command Buffer
  144.  
  145.                ShortCut remembers the last ten commands you sent to DOS and
  146.                will display them one at a time on the command line.  You can
  147.                move back through this list of commands by pressing <F9>. 
  148.                Press <F10> to move forward.
  149.  
  150.                Once you have the command you want displayed on the command
  151.                line, you are free to edit it if you wish.  Hit <Enter> to
  152.                send the command to DOS.  
  153.  
  154.           Entering Multiple Commands with COMMND
  155.  
  156.                Sometimes you will want to enter more than one command. 
  157.                There is a way you can make ShortCut disappear so you can
  158.                enter commands using the usual DOS screen.
  159.  
  160.                Before you type in your command on the command line, press
  161.                <Alt-D> for DOS Screen.  The ShortCut screen will disappear
  162.                and you will see the normal DOS screen.  You can now type in
  163.                as many DOS commands in succession as you want.  You will
  164.                still be able to use the command line editing keys and the
  165.                Command Buffer.  When you want the ShortCut screen to return,
  166.                press <Alt-D> again.
  167.  
  168.           Default Drive 
  169.  
  170.                The COMMND command uses the Default drive, not the Display
  171.                drive.  The Default drive box is beneath the Display drive
  172.                box.  You can change the Default drive by moving the screen
  173.                arrow to this box and then pressing a letter of any drive on
  174.                your system.  Of course, you can always preface filenames
  175.                with a drive specifier just as you can when you are using DOS.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.                                                               COMMND.DOC - 3
  185.