C
Chris L.
Dear All-
This post is in regard to a certain article I recently read on batch
files. I currently use the Perl system() function to call a batch files
when I need to run other applications from my perl program:
system ("CALL", $batch_file1");
....and it works great. However, the article was explaining how batch
files were almost extinct in programming. I am wondering if this is
accurate or not. That is, should I be utilizing something else to
automate Windows system calls? Are batch files a thing of the past? If
so, what should I be focusing my attention on to replace them?
Thank you for your time and expertise.
Chris
This post is in regard to a certain article I recently read on batch
files. I currently use the Perl system() function to call a batch files
when I need to run other applications from my perl program:
system ("CALL", $batch_file1");
....and it works great. However, the article was explaining how batch
files were almost extinct in programming. I am wondering if this is
accurate or not. That is, should I be utilizing something else to
automate Windows system calls? Are batch files a thing of the past? If
so, what should I be focusing my attention on to replace them?
Thank you for your time and expertise.
Chris