0

I want to send parameters inside of existing batch file command.

If I want to delete folder -> will use "del" command but also want to add to "y", when command is calling.

My question is: How to include parameters of "del"?

So, to don't have to pass "y" on time when the folder is starting to delete.

1 Answer 1

2

try del /?

/Q Quiet mode, do not give a Yes/No Prompt before deleting.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.