Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need to download a file from the internet

Status
Not open for further replies.

TheGreenOne

Programmer
Jan 11, 2003
56
US
I'd like to put code in my PB app to download a file from the internet. I want to keep it simple, if possible. I tried this:
run('C:\Program Files\Internet Explorer\iexplore.exe
It works ok, It finds the file, and opens a File Download window which asks if you want to open or download the file.
I would like to tell iexplorer where to put the file.

I tried this:
run('C:\Program Files\Internet Explorer\iexplore.exe c:\q-logo.zip')

but didn't work. :(

Any ideas?
 
Your right it wouldn't work if Internet Explorer was installed in a different directory, but I haven't even started to address that issue.

Does anyone have any info about how to download a file from the internet?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top