CMD Notes Basic to Advanced
CMD Notes Basic to Advanced
1. Introduction to CMD
CMD (Command Prompt) is a command-line interpreter application available in most Windows operating
systems. It allows users to execute entered commands. Some basic functionalities include file manipulation,
- cd - Changes directory
CMD can be used to write batch scripts (.bat files) for automation:
@echo off