Dumb cmd shell tricks Windows NT/2000: FOR /R recursive traversal of directory | Tech Observer

Recursively delete:

for /d /r %V IN (*) DO del %V\TNKSPEC.dwg

This recursively deletes the specific file through directory tree!

For Goodness sake use with caution. Testing with DIR is a very safe test!

FOR /D %variable IN (set) DO command [command-parameters]

http://kennethhunt.com/archives/000173.html

What did I say then?

Goldman considers reviving M&A department | FT (7 years 34 weeks ago):

Goldman Sachs is considering an overhaul of its US mergers and acquisitions business following si...

Theme provided by Danang Probo Sayekti.