Command Line Basics
Start your journey with essential Windows commands
DIR - List Directory Contents
Master the DIR command to view files and folders
ECHO - Display Messages
Learn to display text and create simple files with ECHO
Revision Challenge 1
Test your DIR and ECHO knowledge
CLS - Clear Screen
Master the CLS command to clear terminal output
HELP - Get Command Information
Learn to use HELP to understand commands
File Operations
Master file manipulation and management
Wildcards - * and ?
Learn to use wildcards for pattern matching
Revision Challenge 2
Test your wildcards and XCOPY skills
COPY - Copy Files
Learn to copy files between locations
MOVE - Move Files and Folders
Learn to move and rename files
Revision Challenge 3
Test your COPY and MOVE skills
REN - Rename Files
Master file renaming with REN
Practical: Creating Text Files with ECHO
Learn to create and manage text files from the command line
Directory Management
Learn to organize and navigate folders
DEL - Delete Files
Learn to safely delete files
Revision Challenge 4
Test your REN and DEL skills
RD - Remove Directories
Learn to delete folders
ATTRIB - File Attributes
Learn to view and modify file attributes
Revision Challenge 5
Test your RD and ATTRIB skills
TREE - Display Directory Structure
Visualize folder hierarchies
Practical: Directory Operations
Master complex directory navigation and management
Advanced Techniques
Unlock powerful automation and scripting
XCOPY - Advanced File Copying
Master XCOPY for powerful file and directory copying
Batch Files - .BAT Scripts
Learn to create and run batch scripts
FC - File Compare
Learn to compare files
Revision Challenge 6
Test your batch files and FC skills
COPY CON - Create Files Interactively
Learn to create files with keyboard input
Final Revision Challenge
Master all Windows CMD commands
Batch Scripts Basics
Introduction to creating and running batch files
Advanced Batch: Control Flow
Control batch file execution with conditional logic
Real-World Workflows
Practical scenarios and command combinations for everyday tasks
Practical: File Management Workflows
Real-world file operations combining multiple commands
Practical: Text Processing & Search
Work with file contents and search for information
Practical: File Attributes & Permissions
Manage file attributes for protection and organization
Productivity & Search
Unlock powerful search and clipboard tools for daily work (Premium)
FIND - Search Text Inside Files
Quickly search for text inside files using the FIND command
FINDSTR - Advanced Text Search
Search for patterns in files using regular expressions.
CLIP - Copy Output to Clipboard
Send command output directly to the Windows clipboard.
Practical: Pro Commands (Premium)
Advanced practical commands for daily sysadmin tasks (Premium)
Whoami & Environment
Identify the current user and inspect environment variables
Relative Paths & Navigation
Work with relative paths and navigate using .. and .
Process Listing & Termination
Inspect running processes and terminate one by name or PID
System Version & Build
Check Windows version and basic system information