preg_match in .bat file to flusk image url.
Posted
by
marcell22
on Super User
See other posts from Super User
or by marcell22
Published on 2010-12-03T07:37:52Z
Indexed on
2011/01/12
17:55 UTC
Read the original article
Hit count: 194
welcome,
I have problem with .bat script on windows.
I use wget to download html stats page, now i have to find (in html source) url like this
http://www.example.com/stats/367895.jpeg The 367895 is a random generated number.
and download chart jpeg.
I think i can't do this in .bat, Do You know any external command line application what i could trigger from .bat and show in output finded url ?
Regards
© Super User or respective owner