Batch file programming tutorial // DEL COMMAND // Batch Scripting Part-4 - DEL Batch Command

preview_player
Показать описание
Title: Batch file programming tutorial // DEL COMMAND // Batch Scripting Part-4 - DEL Batch Command
In this lesson, you will be learning the following commands.
=======================================================
1. COPY
2. DEL
3. MOVE
4. ATTRIB
5. FIND

This video will get long so we will be splitting the video into different parts . Let's start with "DEL" command.

DEL -- This batch command deletes files and not directories.

Syntax : del [filename]

2. Deletes all files recursively in all nested directories
Example: del /s *.txt

3. Deletes all files recursively in all nested directories , but asks for the confirmation from the user first
Example: del /p /s *.txt
=======================================================

If you have any questions, please post them. Don't forget to comment, like, rate and subscribe

=====================================================

======================================================
Check out other videos

Рекомендации по теме
Комментарии
Автор

Well explained, thank you so much. Keep sharing 👏👍

shnayakapoor
welcome to shbcf.ru