I have some posts on another thread about using .bat files. Well I have been given the green light to do a proof of concept to replace some .bat programs with Perl. Before I spend to much time on it(I know nothing about Perl so will be learning from the ground up) I thought I would ask about the capabilities.
We have some executables we outsourced the development of. With these executables we take input data, massage the data a little and insert the records into oracle tables. This process always was manual. The reason for this is to get it to work you need to enter some parameters into the executables such as .ini file name, input file name, etc. We wanted to automate this process so we created dos .bat programs to do date calculations, and feed the parameters into the executables. My question is could a Perl program feed parameters into a windows .exe file.
Cretin
We have some executables we outsourced the development of. With these executables we take input data, massage the data a little and insert the records into oracle tables. This process always was manual. The reason for this is to get it to work you need to enter some parameters into the executables such as .ini file name, input file name, etc. We wanted to automate this process so we created dos .bat programs to do date calculations, and feed the parameters into the executables. My question is could a Perl program feed parameters into a windows .exe file.
Cretin