I need to develop a simple Windows script that does not need installation and can run on almost any Windows version (e.g.: CE 6.0, XP, Windows7) – i.e 32 & 64 bit OS. The script can be .exe, DOS, batch, or whatever works as long as it can run on Windows without any installation process.
The job of the script will be: periodically check a specific web address (configurable) for a file (e.g.: www.something.com/file.txt), if the files exists, download it to a folder on the local computer. That’s all!