Skip to main content

DOS Commonly Used Commands

MS DOS - Microsoft Disk Operating System

List directories only

DIR /AD
-A: Attribute
-D: Directory

List files older than 30 days

FORFILES /D -30

Search for test.doc file, or *.doc files

dir /s test.doc
dir /s *.doc

Run cipher.exe to wipe free space on C: drive or D: drive (about cipher.exe)

cipher /w:c:
cipher /w:d:

System Boot Time

systeminfo | find "System Boot Time"

Popular posts from this blog

IBM Domino: Enable SMTPClientDebug, SMTPDebug

Add parameters to NOTES.ini SMTPClientDebug=1 SMTPDebug=2 Option 1: Add parameters via GUI IBM Domino: Enable SMTPDebug in NOTES.ini Option 2: Add parameters via command SET CONFIG "SMTPClientDebug=1" update Run command to update router configuration tell router update config IBM Domino: tell router update config to update configuration and reload routing table Send an email to @gmail.com to check result IBM Domino: Log file after enabling SMTPClientDebug parameter in NOTES.ini file

Microsoft Windows 10 1903

Check for new feature at What's new in Windows 10, version 1903 IT Pro content