Hi all,
My doubt is,
How can I write a Perl script in which I can call couple of batch files?
Lets say I have 2 .bat files "Import.bat" and "Export.bat"......The former imports the data from one server and latter exports the data to the other......
I need to write a Perl script in which I want both this files to run in a sequence as mentioned. How do I achieve this?
Now another thing........Instead of calling these batch files, if I write my own Perl script that does the same task of these .bat files, will this be more efficient?
Please assist which is the better way to do it on windows.
Thanks
Ethen