topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 7:30 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Pattern-chaser [ switch to compact view ]

Pages: [1]
1
Finished Programs / SOLVED: directory tree 'crawler'
« on: March 07, 2011, 05:41 AM »
My request is for a utility that will execute a given command in the starting directory, and also in all sub-directories in that directory. A very simple example of usage:

Crawler "C:\Code" "Dir *.c"

Will list all C source code files in C:\Code, and in all sub-directories. This example isn't even necessary, as "Dir" will do it for you, but you can see how useful it could be when you use a more meaningful command.

Pages: [1]