@ECHO OFF
SET folderlocation=E:\DatabaseBackup
forfiles.exe /p %folderlocation% /s /m *.* /d -1 /c "cmd /c del @file"
pause
EXIT
A Blog about Sql Server 2008.Easy to understand Sql Server Tips and Tutorials for beginners and useful sql server knowledge information for database developers.
No comments:
Post a Comment