Basic Windows commands
Windows Basic commands /? :- Displays help at the command prompt. Cd :-In Windows, the cd command is used to change the current working directory in the command prompt or PowerShell . cd .. :- Is use for to go back one step. Dir :-In Windows, the dir command is used to list the files and directories in the current directory. It provides basic information about files such as name, size, and modification date. Ping :- In Windows, the ping command is used to test the reachability of a host (typically a computer or a server) on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer. tracert:- In Windows, the tracert (short for "traceroute") command is used to trace the route that packets take to reach a specified destination. Mkdir: -The mkdir command in the command line is used to create a new directory (folder). Rmdir :-In Windows, the rmdir command is used to rem...