i currently have a project folder with sub folders and sub folders in those and so on
i have a purge tool that deletes all .inf .crc and so on but currently i must right click the folder and and hit purge and it works great but i would like to high light project folder and have it purge all subfolders at same time
i found this on the web but im not a programmer and im not going to pretend i know what it says
FOR /R C:\temp\ %%G IN (*.bak) DO del %%G
is there a better way than this?
here is my current batch for purging
del *.ger*
del *.crc*
del *.memb*
del *.ers*
del iges_stats.dat*
del *.bde
del *.bdi
del *.bdm
del *.m_p*
del *.bom*
del *.ptd
del *.als
del *.out
del *.pls
del *.tst
del *.sec*
del *.ref*
del *.info*
del *.shd*
del *.err*
del *.idx*
del trail.txt.*
del style.out
del current_session.pro
del *.sec.*
del *.inf.*
del *.log
del *search.pro
del *acadstk.dmp
del *.usr.*
del feature.lst
del *.lsl.*
del *out.log.*
del *.rpt
del *.idx
del errors.lst.*
del outdated.lst.*
i have a purge tool that deletes all .inf .crc and so on but currently i must right click the folder and and hit purge and it works great but i would like to high light project folder and have it purge all subfolders at same time
i found this on the web but im not a programmer and im not going to pretend i know what it says
FOR /R C:\temp\ %%G IN (*.bak) DO del %%G
is there a better way than this?
here is my current batch for purging
del *.ger*
del *.crc*
del *.memb*
del *.ers*
del iges_stats.dat*
del *.bde
del *.bdi
del *.bdm
del *.m_p*
del *.bom*
del *.ptd
del *.als
del *.out
del *.pls
del *.tst
del *.sec*
del *.ref*
del *.info*
del *.shd*
del *.err*
del *.idx*
del trail.txt.*
del style.out
del current_session.pro
del *.sec.*
del *.inf.*
del *.log
del *search.pro
del *acadstk.dmp
del *.usr.*
del feature.lst
del *.lsl.*
del *out.log.*
del *.rpt
del *.idx
del errors.lst.*
del outdated.lst.*