Related questions
How to make a batch file delete itself?
Is it possible to make a batch file delete itself?
I have tried to make it execute another file to delete it but this did not work.
Does any one know how I could do it?
The batch file I …
Delete files in batch with without error message
I use the command
del "info*"
to delete a group of files starting with "info". The problem is that sometimes there
is at least one of these files that exist,therefore they are deleted and others times no files exist …