Open Command Prompt
Navigate to the folder containing the .bat file using `cd`
Type the batch file name, for example `script.bat`
Press Enter
Or type the full path,...
Open Command Prompt
Type `rmdir /s /q "C:PathToFolder"`
Press Enter
Replace `C:PathToFolder` with the folder path you want to delete
Use `/s` to delete all files and subfolders
Use...
Open Command Prompt
Right-click the title bar
Click Properties
Open the Colors tab
Select Screen Text or Screen Background
Choose a color from the palette
Click OK to apply the...
Open Command Prompt
Right-click the title bar
Click Properties
Open the Colors tab
Select Screen Text or Screen Background
Choose a color
Click OK
Use the command `color` to change text...
Open Command Prompt
Type `ipconfig`
Press Enter
Find the `IPv4 Address` line
To check your public IP, type `nslookup myip.opendns.com resolver1.opendns.com`
Press Enter
Look for the returned IP address
To check...