I use the following lines in a batch file to delete all files in a folder:
@echo off Echo Y| del c:\temp\*.* > Nul If 'temp' is an empty folder a line "file not found" returns. How could I eliminate this feedback? THank you!! SLo ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
