I am new to the batch scripting and all,
but i searched for the script i needed and i have a .bat file....which has :
@echo off
forfiles.exe /p c:\New Folder /s /m *.* /d -30 /c "cmd /c del /q @path"
exit
how is that i should run this batch file....
can any body please guide me thru the process of executing this...
thanx