Jump to content

Maa Friend Ki Ehdo Script Help Kaavaalantaa


dilkush

Recommended Posts

[color=#000000][font=arial, sans-serif][size=3]Naku oka windows batch file kavali. In short need a script that can delete all the folders that are older than 30 days on a windows server. If we run that batch file it should delete all the folders that are older than 30 days.[/size][/font][/color]

[color=#000000][font=arial, sans-serif][size=3]Nenu oka script rasanu that will delete all the files on a windows server that will delete all the files that are older than 5 days.[/size][/font][/color]

[color=#000000][font=arial, sans-serif][size=3]****************[/size][/font][/color]
[color=#000000][font=arial, sans-serif][size=3] @echo off[/size][/font][/color]
[color=#000000][font=arial, sans-serif][size=3]forfiles /p C:\Source\logs /m *.log.* /c "cmd /c Del @file" /d -5[/size][/font][/color]

[color=#000000][font=arial, sans-serif][size=3]**********************[/size][/font][/color][font=arial, sans-serif]

[/font]

thankyou thankyou thankyou thankyou thankyou

Link to comment
Share on other sites

[color=#000000][font=helvetica, arial, sans-serif][font=arial, sans-serif][size=3]@echo off[/size][/font][/font][/color]
[color=#000000][font=helvetica, arial, sans-serif][font=arial, sans-serif][size=3]forfiles /p C:\Source\logs /m *.log.* /c "cmd /c Del @file" /d -30[/size][/font][/font][/color]

[color=#000000][font=helvetica, arial, sans-serif][font=arial, sans-serif][size=3]:P[/size][/font][/font][/color]

Link to comment
Share on other sites

[quote name='k2s' timestamp='1327069241' post='1301331300']
[color=#000000][font=helvetica, arial, sans-serif][font=arial, sans-serif][size=3]@echo off[/size][/font][/font][/color]
[color=#000000][font=helvetica, arial, sans-serif][font=arial, sans-serif][size=3]forfiles /p C:\Source\logs /m *.log.* /c "cmd /c Del @file" /d -30[/size][/font][/font][/color]

[color=#000000][font=helvetica, arial, sans-serif][font=arial, sans-serif][size=3] :P[/size][/font][/font][/color]
[/quote]
nenu adhey cheppinaa...... :P :P :P...kaanie akakda vunnadhi files ni delete chesedhi antaa............vaadiki kaavalsindhi folders ni delete cheyyaalantaa.......

Link to comment
Share on other sites

×
×
  • Create New...