Hi,
What i'am trying to do is grab a remote xml file every few minutes and copy it to
a local drive (Example: Go to http://IPAddress/filename.xml and copy it a local file called filename.xml)
I've done it using simple PHP
<?php
echo copy("http://IPAddress/filename.xml","filename.xml")
?>
The issue is when it is iniated with the PHP command line the svchost runs (i get the the ms-dos prompt and it looks messy. The same goes for bat files.
Does anyone know how to do this with vb or another lanuage (or product) that can be ran in the background
thanks
matt
What i'am trying to do is grab a remote xml file every few minutes and copy it to
a local drive (Example: Go to http://IPAddress/filename.xml and copy it a local file called filename.xml)
I've done it using simple PHP
<?php
echo copy("http://IPAddress/filename.xml","filename.xml")
?>
The issue is when it is iniated with the PHP command line the svchost runs (i get the the ms-dos prompt and it looks messy. The same goes for bat files.
Does anyone know how to do this with vb or another lanuage (or product) that can be ran in the background
thanks
matt