automatically downloading and installing an exe file
Posted
by dbphydb
on Stack Overflow
See other posts from Stack Overflow
or by dbphydb
Published on 2010-04-15T12:39:16Z
Indexed on
2010/04/15
12:43 UTC
Read the original article
Hit count: 201
php
I need to automate the process of downloading and installing an exe file abc.exe from say 'http://10.34.45.21:8080/cruisecontrol/artifacts/xxx_trunk_nightly_build/xxx/test/'
I mean now i have to manually goto ''http://10.34.45.21:8080/cruisecontrol' then click on each folder before i finally click on the abc.exe file. Then it downloads the exe on my machine. Then i have to double click on the exe to install it. I want to automate this whole process such that when i run the script it will automatically download the exe file and install it. Is it possible to do this using php?
I am very much a beginner. Any help will be of use.
© Stack Overflow or respective owner