in reply to Can a Perl Script call another perl script?
Look up the docs for for and search by typing for /? and search -help at the command line.for /f %f in (mylist.txt) do search -name -i *.html -dir c:\intetput\w +wwroot\iprt %f
for /f %%f in (mylist.txt) do search -name -i *.html -dir c:\intetput\ +wwwroot\iprt %%f
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can a Perl Script call another perl script?
by Anonymous Monk on Jan 30, 2006 at 22:04 UTC | |
by holli (Abbot) on Jan 30, 2006 at 23:16 UTC |