Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2023-01-30 15:05:39
Size: 1873
Comment:
Revision 6 as of 2025-12-19 19:24:18
Size: 2790
Comment: Reorg
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
== Arp == == Commands ==
Line 13: Line 13:
----



== At ==

----



== Attrib ==

----



== BcEdit ==

----



== CAcls ==

----



== ChCp ==

----



== ChkDsk ==

----



== ChkNtfs ==

----



== Choice ==

----



== Cipher ==

----



== Clip ==

----



== Cmd ==

----



== Comp ==

----



== Compact ==

----



== Convert ==

----



== Debug ==

----



== DiskComp ==

----



== DiskCopy ==

----



== DiskPart ==

----



== DosKey ==

----



== DriverQuery ==

----



== Expand ==

----



== Fc ==

----



== Find ==

----



== FindStr ==

----



== ForFiles ==

----



== Format ==

----



== FsUtil ==

----



== GpResult ==

----



== GraftAbl ==

----



== Help ==

----



== IcAcls ==

----



== IpConfig ==

----



== Label ==

----



== MakeCab ==

----



== Mode ==

----



== More ==

----



== Net ==

----



== OpenFiles ==

----



== Ping ==

----



== Recover ==

----



== Reg ==

----



== Replace ==

----



== RoboCopy ==

----



== RunDll32 ==

----



== Sc ==

----



== SchTasks ==

----



== SetX ==

----



== Shutdown ==

----



== Sort ==

----



== Subst ==

----



== SystemInfo ==

----



== TaskKill ==

----



== TaskList ==

----



== Timeout ==

----



== Tree ==

----



== Where ==

----



== Wmic ==

----



== XCopy ==
||'''Command'''||'''Description'''||'''Example'''||
||`arp` || || ||
||`at` || || ||
||`attrib` || || ||
||`bcedit` || || ||
||`cacls` || || ||
||`chcp` || || ||
||`chkdsk` || || ||
||`chkntfs` || || ||
||`choice` || || ||
||`cipher` || || ||
||`clip` || || ||
||`cmd` || || ||
||`comp` || || ||
||`compact` || || ||
||`convert` || || ||
||`debug` || || ||
||`diskcomp` || || ||
||`diskcopy` || || ||
||`diskpart` || || ||
||`doskey` || || ||
||`driverquery`|| || ||
||`expand` || || ||
||`fc` || || ||
||`find` || || ||
||`findstr` || || ||
||`forfiles` || || ||
||`format` || || ||
||`fsutil` || || ||
||`gpresult` || || ||
||`graftabl` || || ||
||`help` || || ||
||`icacls` || || ||
||`ipconfig` || || ||
||`label` || || ||
||`makecab` || || ||
||`mode` || || ||
||`more` || || ||
||`net` || || ||
||`openfiles` || || ||
||`ping` || || ||
||`recover` || || ||
||`reg` || || ||
||`replace` || || ||
||`robocopy` || || ||
||`rundll32` || || ||
||`sc` || || ||
||`schtasks` || || ||
||`setx` ||Set a variable permanently using the registry||`setx PATH=%PATH%;C:\new\path`||
||`shutdown` || || ||
||`sort` || || ||
||`subst` || || ||
||`systeminfo` || || ||
||`taskkill` || || ||
||`tasklist` || || ||
||`timeout` || || ||
||`tree` || || ||
||`where` || || ||
||`wmic` || || ||
||`xcopy` || || ||

Batch Bundled Commands

Since Batch scripting is exclusively used on Windows, the command-line programs bundled with the operating system are effectively portable.


Commands

Command

Description

Example

arp

at

attrib

bcedit

cacls

chcp

chkdsk

chkntfs

choice

cipher

clip

cmd

comp

compact

convert

debug

diskcomp

diskcopy

diskpart

doskey

driverquery

expand

fc

find

findstr

forfiles

format

fsutil

gpresult

graftabl

help

icacls

ipconfig

label

makecab

mode

more

net

openfiles

ping

recover

reg

replace

robocopy

rundll32

sc

schtasks

setx

Set a variable permanently using the registry

setx PATH=%PATH%;C:\new\path

shutdown

sort

subst

systeminfo

taskkill

tasklist

timeout

tree

where

wmic

xcopy


CategoryRicottone

Batch/BundledCommands (last edited 2025-12-19 19:24:18 by DominicRicottone)