Command: lfnfor

  LFNFOR allows or disallows long filename completion on the 
  command-line when "TAB" or "TAB" "TAB" completion on the 
  command-line is used. It also allows long file names to be
  used in the FOR command. See also: Options in DOSKEY.

Syntax:

  LFNFOR [ON | OFF] [/?]
  LFNFOR COMPLETE [ON | OFF]

Options:

  ON
  OFF  
  /?   Shows the help.

Comments:

  Type LFNFOR or LFNFOR COMPLETE without a parameter to 
  display the current LFNFOR setting.
  LFNFOR is a command internal to command.com and needs no other file
  in order to work.

Examples:

  lfnfor on            enables long filenames within the for command.
  lfnfor off           disables long filenames within the for command.
  lfnfor               displays the current lfnfor setting.
  lfnfor complete on   enables long filenames within the "TAB" "TAB".
  lfnfor complete off  disables long filenames within the "TAB" "TAB".
  lfnfor complete      displays the current lfnfor setting.

See also:

 (doskey)
  for
  goto
  history

  Copyright © 2008 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.