I've need to get a file from a remote (embedded) system (which I can do either by wget or an ftp command) then print the contents of the file.
Once I've retrieved and printed the file I don't want to do it again.
It's a simple matter to make the embedded system publish a file that contains a number, or directory listing which the host system can use to determine if there is something 'new', but I'm completely clueless when it comes to scripting under Windows.
The host is Windows-7.
Suggestions?