AiroNG wrote:Something like this?Code: Select all
@echo off
if exists "D:\UnwantedFolder" ( del /q "D:\UnwantedFolder" )
Yes something like this. but i am getting message that folder was unexpected at this time
AiroNG wrote:Something like this?Code: Select all
@echo off
if exists "D:\UnwantedFolder" ( del /q "D:\UnwantedFolder" )