Page 1 of 1

petition for viewer: open catalog files from the web

Posted: 2012-09-25 09:30:45
by decibelzzz
i've a web server were i 've stored all films. i made a new label wich is an internet link to the film stored in my server.
my petition is the possibility to open amc files stored in a web server in the viewer. maybe only downloading if the date of the files is not the same.

now i use wget to previosly donwload the amc file. i execute the next batch script:

@echo off

wget -N http://xxxxx.yyy/cataleg.amc
START antviewer.exe

exit



thanks