Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch script to DL webpage daily
Name: reno Date: December 18, 2008 at 23:23:19 Pacific OS: XP CPU/Ram: P4 & 1GB Product: Asus / NOTEBOOK
Comment:
how do i download an interactive webpage from a batchscript?
Name: Holla Date: December 19, 2008 at 03:45:10 Pacific
Reply:
If it is only that much, you can use wget.exe to get the job done. 1. Find out what data is being posted and form them internally in batch file. 2. Find out which url the form is being posted and and 3. use wget to get that page with the post data you generated.
It is not easy, but can be done. You may need to use additional tool to find out what data is being posted. If you have to maintain a session and pass that information, it is even tougher task. Any powershell experts?
-- Holla.
0
Response Number 2
Name: reno Date: December 20, 2008 at 05:29:50 Pacific
Reply:
thanks for the "wget" info. i found a direct link to download the file in zip format. now i have a script to download the zip file and extract it, and convert the .csv file into metastock data.
Summary: I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find out my ip address to ftp home while I'm away, just...
Summary: Hey everyone, I am very new at this... I hope I can explain what I am looking for. I need to write a batch script. I have a filename, with a date in the filename. I need to extract the date, and sa...
Summary: Hmm.. Did you run it from a batch, or did you try to type in the commands manually? Paste the code in notepad and save the file as a .bat I rewrote the script to match your folders, and it works for m...