Home > Commands A-M > A | B | Ca | Ch | Da | Ds | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Command line - F


  1. FASTHELP [command]
  2. [command] /?
  3. FASTOPEN drive:[[=]n,[m]] [drive:[[=]n,[m][...]] [/X]
  4. FC /?
  5. FC [/A | [/U] [/C] [/L] [/LBn] [/N] [/OFF[LINE]] [/T] [/W] [/nnnn] [drive1:][path1]filename1 [drive2:][path2]filename2
  6. FC /B [drive1:][path1]filename1 [drive2:][path2]filename2
  7. FCBS=x
  8. FDISK [/ACTOK] [/FPRMT] [/MBR] [/PARTN] [/STATUS] [/X]
  9. FDISK /CMBR DriveLetter:
  10. FDISK /CMBR n
  11. FDISK [/X] DriveNumber [[/PRI:n] | [/PRIO:n]] [/EXT:n] [[/LOG:n] | [/LOGO:n]] [/PRMT | /Q]
  12. FILES=x
  13. FIND /?
  14. FIND [[/C] | [/N]] [/I] [/OFF[LINE]] [/V] "string" [[drive:][path]filename [...]]
  15. FINDSTR /?
  16. FINDSTR [/I] [/S] [/P] [/L | /R] [/B | /E] [/V | /X] [/M] [/N] [/O] [/OFFLINE] [/F:file] [/C:string] [/G:file] [/A:color_attribute] [/D:dir1;dir2;...] [string(s)] [pathname(s)]
  17. FINGER /?
  18. FINGER [-l] [user]@computer [...]
  19. FLATTEMP /?
  20. FLATTEMP /disable | /enable | /query
  21. FOR
    1. Loop through a set of files in one folder
      FOR %%variable IN (set) DO command [command-parameters]
    2. Loop through several folders
      FOR /D [/r] %%variable IN ('command_to_process) DO command [command-parameters]
    3. Loop through the output of a command, items in text file(s), or a text string
      FOR /F ["[delims=xxx] [skip=n] [eol=;] [tokens=n] [usebackq]"] %%variable IN ('command_to_process' | filename | "Text string to process") DO command [command-parameters]
    4. Loop through a range of numbers
      FOR /L %%variable IN (start,step,end) DO command [command-parameters]
    5. Loop through files (Recurse subfolders)
      FOR /R [[drive:]path] %%variable IN (set) DO command [command-parameters]
  22. FORCEDOS [/d directory] filename [parameters]
  23. FORFILES [-pPath] [-s] [-dDate] [-mMask] [-v] [-cCommand]
  24. FORMAT /?
  25. FORMAT drive: [/V[:label]] [[/Q] | [/AUTOTEST]] [/FS:file-system] [[/1] [/4] [/8]] | [/A:size] | [/F:size] | [/T:tracks /N:sectors] [/B | /S] [/C] [/BACKUP] [/FORMAT] [[/SELECT] | [/U]] [/X] [/Z:nn]
  26. FREEDISK [/s computer [/u [Domain\]User [/p password]]] [/d drive] [value]
  27. FSUTIL BEHAVIOR help
  28. FSUTIL BEHAVIOR query allowextchar | disable8dot3 | disablelastaccess | mftzone | quotanotify
  29. FSUTIL BEHAVIOR set allowextchar 1 | 0 | disable8dot3 1 | 0 | disablelastaccess 1 | 0 | mftzone value | quotanotify frequency
  30. FSUTIL DIRTY help
  31. FSUTIL DIRTY query drive
  32. FSUTIL DIRTY set drive
  33. FSUTIL FILE help
  34. FSUTIL FILE createnew drive length
  35. FSUTIL FILE findbysid user drive
  36. FSUTIL FILE setshortname drive short_name
  37. FSUTIL FILE setvaliddata drive data_length
  38. FSUTIL FILE queryallocranges offset=offset length=length drive
  39. FSUTIL FILE setzerodata offset=offset length=length drive
  40. FSUTIL FSINFO help
  41. FSUTIL FSINFO drives
  42. FSUTIL FSINFO drivetype drive
  43. FSUTIL FSINFO ntfsinfo drive:
  44. FSUTIL FSINFO statistics drive
  45. FSUTIL FSINFO volumeinfo drive:
  46. FSUTIL HARDLINK help
  47. FSUTIL HARDLINK create new_filename existing_filename
  48. FSUTIL OBJECTID help
  49. FSUTIL OBJECTID create drive
  50. FSUTIL OBJECTID delete drive
  51. FSUTIL OBJECTID query drive
  52. FSUTIL OBJECTID set object_id birth_volume_id birth_object_id domain_id drive
  53. FSUTIL QUOTA help
  54. FSUTIL QUOTA disable drive:
  55. FSUTIL QUOTA enforce drive:
  56. FSUTIL QUOTA modify drive: threshold limit [user_name]
  57. FSUTIL QUOTA query drive:
  58. FSUTIL QUOTA track drive:
  59. FSUTIL QUOTA violations
  60. FSUTIL REPARSEPOINT help
  61. FSUTIL REPARSEPOINT delete drive
  62. FSUTIL REPARSEPOINT query drive
  63. FSUTIL SPARSE help
  64. FSUTIL SPARSE queryflag drive
  65. FSUTIL SPARSE queryrange drive
  66. FSUTIL SPARSE setflag drive
  67. FSUTIL SPARSE setrange drive offset length
  68. FSUTIL USN help
  69. FSUTIL USN createjournal m=max_size a=alloc_size drive
  70. FSUTIL USN deletejournal [/D | /N] drive
  71. FSUTIL USN enumdata fileref usnlow usnhigh drive
  72. FSUTIL USN queryjournal drive
  73. FSUTIL USN readdata file_name
  74. FSUTIL VOLUME help
  75. FSUTIL VOLUME diskfree drive:
  76. FSUTIL VOLUME dismount drive
  77. FTP /?
  78. FTP [-a] [-d] [-g] [-i] [-n] [-v] [-s:filename] [-w:buffer] [-A] [host]
  79. FTYPE
  80. FTYPE /?
  81. FTYPE filetype
  82. FTYPE filetype=
  83. FTYPE [filetype]=[executable_path]

Last Updated: 2004/03/01
Direct corrections or suggestions to: Rick Lively 1