Ask YC: Automating jobs
For work, I have to upload a report to the server everyday. I am wondering if there is a way to automate this. The only internet browser that we can use is IE6. Is there some kind of script that I can write to make my life easier?
Here is the procedure: 1. I go to a page in the intranet in IE. 2. I click on "Browse" and browse for a file to upload. The file is in this format: report_mmdd.xls. So, I choose a file for that particular day (mmdd). 3. I click "Send"
3 comments
[ 2.0 ms ] story [ 20.8 ms ] threadJust use the --user-agent option to pretend to be IE so the server accepts the request.