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
-
FASTHELP
[command]
- [command] /?
-
FASTOPEN
drive:[[=]n,[m]]
[drive:[[=]n,[m][...]]
[/X]
-
FC
/?
- FC
[/A
| [/U]
[/C]
[/L]
[/LBn]
[/N]
[/OFF[LINE]]
[/T]
[/W]
[/nnnn]
[drive1:][path1]filename1
[drive2:][path2]filename2
- FC
/B
[drive1:][path1]filename1
[drive2:][path2]filename2
-
FCBS=x
-
FDISK
[/ACTOK]
[/FPRMT]
[/MBR]
[/PARTN]
[/STATUS]
[/X]
- FDISK
/CMBR
DriveLetter:
- FDISK
/CMBR n
- FDISK
[/X]
DriveNumber
[[/PRI:n]
| [/PRIO:n]]
[/EXT:n]
[[/LOG:n]
| [/LOGO:n]]
[/PRMT
| /Q]
-
FILES=x
-
FIND
/?
- FIND
[[/C]
| [/N]]
[/I]
[/OFF[LINE]]
[/V]
"string"
[[drive:][path]filename [...]]
-
FINDSTR
/?
- 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)]
-
FINGER
/?
- FINGER
[-l]
[user]@computer [...]
-
FLATTEMP
/?
- FLATTEMP
/disable
| /enable
| /query
- FOR
-
Loop through a set of files in one folder
FOR
%%variable
IN (set)
DO command
[command-parameters]
-
Loop through several folders
FOR /D
[/r]
%%variable
IN ('command_to_process)
DO command
[command-parameters]
-
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]
-
Loop through a range of numbers
FOR /L
%%variable
IN (start,step,end)
DO command
[command-parameters]
-
Loop through files (Recurse subfolders)
FOR /R
[[drive:]path]
%%variable
IN (set)
DO command
[command-parameters]
-
FORCEDOS
[/d directory]
filename
[parameters]
-
FORFILES
[-pPath]
[-s]
[-dDate]
[-mMask]
[-v]
[-cCommand]
-
FORMAT
/?
- 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]
-
FREEDISK
[/s computer
[/u [Domain\]User
[/p password]]]
[/d drive]
[value]
-
FSUTIL BEHAVIOR
help
- FSUTIL BEHAVIOR
query
allowextchar
| disable8dot3
| disablelastaccess
| mftzone
| quotanotify
- FSUTIL BEHAVIOR
set
allowextchar 1 | 0
| disable8dot3 1 | 0
| disablelastaccess 1 | 0
| mftzone value
| quotanotify frequency
-
FSUTIL DIRTY
help
- FSUTIL DIRTY
query
drive
- FSUTIL DIRTY
set
drive
-
FSUTIL FILE
help
- FSUTIL FILE
createnew
drive
length
- FSUTIL FILE
findbysid
user
drive
- FSUTIL FILE
setshortname
drive
short_name
- FSUTIL FILE
setvaliddata
drive
data_length
- FSUTIL FILE
queryallocranges
offset=offset
length=length
drive
- FSUTIL FILE
setzerodata
offset=offset
length=length
drive
-
FSUTIL FSINFO
help
- FSUTIL FSINFO
drives
- FSUTIL FSINFO
drivetype
drive
- FSUTIL FSINFO
ntfsinfo
drive:
- FSUTIL FSINFO
statistics
drive
- FSUTIL FSINFO
volumeinfo
drive:
-
FSUTIL HARDLINK
help
- FSUTIL HARDLINK
create
new_filename
existing_filename
-
FSUTIL OBJECTID
help
- FSUTIL OBJECTID
create
drive
- FSUTIL OBJECTID
delete
drive
- FSUTIL OBJECTID
query
drive
- FSUTIL OBJECTID
set
object_id
birth_volume_id
birth_object_id
domain_id
drive
-
FSUTIL QUOTA
help
- FSUTIL QUOTA
disable
drive:
- FSUTIL QUOTA
enforce
drive:
- FSUTIL QUOTA
modify
drive:
threshold
limit
[user_name]
- FSUTIL QUOTA
query
drive:
- FSUTIL QUOTA
track
drive:
- FSUTIL QUOTA
violations
-
FSUTIL REPARSEPOINT
help
- FSUTIL REPARSEPOINT
delete
drive
- FSUTIL REPARSEPOINT
query
drive
-
FSUTIL SPARSE
help
- FSUTIL SPARSE
queryflag
drive
- FSUTIL SPARSE
queryrange
drive
- FSUTIL SPARSE
setflag
drive
- FSUTIL SPARSE
setrange
drive
offset
length
-
FSUTIL USN
help
- FSUTIL USN
createjournal
m=max_size
a=alloc_size
drive
- FSUTIL USN
deletejournal
[/D
| /N]
drive
- FSUTIL USN
enumdata
fileref
usnlow
usnhigh
drive
- FSUTIL USN
queryjournal
drive
- FSUTIL USN
readdata
file_name
-
FSUTIL VOLUME
help
- FSUTIL VOLUME
diskfree
drive:
- FSUTIL VOLUME
dismount
drive
-
FTP
/?
- FTP
[-a]
[-d]
[-g]
[-i]
[-n]
[-v]
[-s:filename]
[-w:buffer]
[-A]
[host]
-
FTYPE
- FTYPE
/?
- FTYPE
filetype
- FTYPE
filetype=
- FTYPE
[filetype]=[executable_path]
Last Updated: 2004/03/01
Direct corrections or suggestions to:
Rick Lively