A Plus - CMD
A Plus - CMD
A-z 0-9
_^$~!#%&–{}()@'`
?
*
/s
[/s]
DIR[<FILENAME>]
Parameter
DIR /P C:\Data
DIR[<FILENAME>][/P][/S][/W]
Lists one screen at a time
Presents information using wide format, where details are omitted and files and folders are
listed in columns on the screen
Lists all files with a .txt file extension in the default path
Lists all files with a .txt file extension in the D:\data folder
The /d switch examines the date; this command copies all files from the directory
C:\docs created or modified on or after January 12, 2020
Records activity to a log file and overwrites the current log file
Deletes files and directories at the destination that no longer exist at the
source
chkdsk /f Lost clusters Cross-linked clusters
chkdsk
shutdown /s /m \\PC2 /t 60 Displays the Remote Shutdown Dialog box so you can choose computers
on the network to shut down.
shutdown /i Shut down the \\pc2 computer after a 60-second delay.
shutdown /s /full /t 0 immediately performs a full shutdown rather than hibernating the
kernel, which is normally done to prepare for a Windows 10 QuickStart.
Windows PowerShell
Windows PowerShell
▪