Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file in perl
Name: mike999 Date: December 22, 2005 at 14:07:37 Pacific OS: WINDOWS2000 CPU/Ram: 2.5ghz
Comment:
I need a batch program in perl to process some files.[ I run perl in Dos prompt( ActivePerl for windows is installed ]
I have a list of file names in a txt file called "list.txt" This txt file contains 100 file names ex: 200210_1_1001 200210_1_1002 200210_1_1003...so on till 100.
I have a perl program called "info.pl"
My command line for processing single file is like " info 200210_1_1002 system date user"
I want this to be processed for all 100 files by a batch file in perl.
Summary: I need a batch program in perl to process some files.[ I run perl in Dos prompt( ActivePerl for windows is installed ] I have a list of file names in a txt file called "list.txt" This txt file conta...
Summary: i need help with hidden of batch file ...in other words i want when i run the file i will not see the consol run in background and not in the task help me... ...
Summary: I have a DOS Batch file that starts a fortran program with an instruction file. This batch file works fine and I can run it from the Windows Start Menu. But I can't get the batch file to run from the ...