Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Deleting multiple folders using wildcard entries from a batch process.
Name: Nobby Date: November 11, 2000 at 08:18:48 Pacific
Comment:
How can I remove and delete the contents of more than one folder using wildcard entries from a batch file ran from Windows NT.
ie. rmdir /s /q abc*
to remove all folders with "abc" in the title.
I need to remove folders & all sub contents of a similar type or with a common name entry ie. rms1, rms2, rms3 etc but using a batch process.
Summary: I have created some maintenance batch files (ie. clean up tmp files, reboot server, etc.) that are scheduled to run on an NT server. I would like them to send an email ( SMTP )reporting there progress...
Summary: I am seing letters where a person is trying to create place a shortcut to the desktop using a batch file. I am attepting to do the same thing. This is the last step in a batch process that I have cr...
Summary: Hi, What is the syntax needed to call an exe from a batch file without having the cmd window showing? I can't remember nor find it. thanks ...