naides
August 25th, 2005, 15:59
Theis post has nothing to do with RCE,
but I have a problem that is difficult for me, but for sure other people in here know the way around it as second nature.
The problem:
I have ~ 2000 text files of data that I need to analyze and extract information from them.
There are some web sites that offer online machines that do the analysis, then send you the results via web.
The problem is they only take one file at a time, so it becomes cumbersome and repetitive to do it 2000 times.
I am wandering if there is a way to automate the process, like a web browser with a script intepreter on the client side? I wiould need to read a file paste it into the form, send it read the answer save and loop
Is there such an animal?
Should I write a small perl program??
I have sniffed the format the data is transmitted and received but I am rusty in programming, I wiould have to reconstruct all the sockets dialog and I do not know if there are simpler solutions (I do not want to invent the wheel to drive two blocks)
Thank you
but I have a problem that is difficult for me, but for sure other people in here know the way around it as second nature.
The problem:
I have ~ 2000 text files of data that I need to analyze and extract information from them.
There are some web sites that offer online machines that do the analysis, then send you the results via web.
The problem is they only take one file at a time, so it becomes cumbersome and repetitive to do it 2000 times.
I am wandering if there is a way to automate the process, like a web browser with a script intepreter on the client side? I wiould need to read a file paste it into the form, send it read the answer save and loop
Is there such an animal?
Should I write a small perl program??
I have sniffed the format the data is transmitted and received but I am rusty in programming, I wiould have to reconstruct all the sockets dialog and I do not know if there are simpler solutions (I do not want to invent the wheel to drive two blocks)
Thank you