Hello everyone,
When issuing a forfiles command and there are no results it will display the message ERROR: No files found with the specified search criteria Is it possible to change the error message within my batch file to something like "There are no files older than 1 week"?~winipcfg
ASCII Question, Get an ANSI
Consider the following: forfiles /d +14 2> nul || echo Something went wrong
Hello Razor2.3,
Thank you. This accomplishes what I need.~winipcfg
ASCII Question, Get an ANSI