Hi
I do something similar in a shell script on linux - how could I do this in
.pl on NT:
loop through a directory looking for *.txt files - then this adddomains.exe
opens each text file and runs about 10 commands. (If i run adddomains.exe
filename.txt it works fine - I just want to loop the directory for text
files.
============================
for DIR *.txt
do
adddomains.exe $DIR
done
============================
Sorry normally shell scripts on Linux.
Tony
_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin