Contents | < Browse | Browse >
As nearly everything, options are also case independent.
The internal commands support only four options, because this is easier
to remember. These options start with a dash (-) .

  1. -C or -CLEAR , used by  AVAIL , ENDCLI , LOCATE , PATH ,
               RESIDENT , RUN , CTRL 
  2. -R or -RECURSIVE , used by  COPY , DELETE , DIR , LIST , JOIN ,
               MOVE , PROTECT 
  3. -Q or -QUICK , used by  DIR , LIST , DELETE 
  4. -S or -SORT , used by  COPY , JOIN , MOVE , PROTECT 
So instead of typing "dir -q" you can also type "dir -quick".

Instead of -R you could also use ALL , if  FLAGS ALL ON  is set.

For some special cases there are longer options used: "delete bla force"
FORCE is here an option. You can abbreviate this by a point (see  CTRL ),
so "delete bla f." is the same.