|
Size: 1727
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 2: | Line 2: |
Since Batch scripting is exclusively used on [[Windows]], the command-line programs bundled with the operating system are effectively portable. |
|
| Line 9: | Line 11: |
| == ARP == | == Commands == |
| Line 11: | Line 13: |
| ---- == AT == ---- == ATTRIB == ---- == BCDEDIT == ---- == 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.
Contents
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 |
|
|
