Tuesday, 9 January 2007

How to create a "Batch File" which will delete "all the files" inside the specified folder after a Backup job. Batch file: (Can be used as post cmd)

1. Open a notepad and enter the following cmd given in step 2.

2. del C:\folder\*.* /s /q (You can specify any drive where the folder exists).

3. Save this file as a ".BAT" extension. Thats it, You can now place this file in the POST CMD section of Backup Software and delete all the files under the specified folder.

No comments:

Post a Comment