I am moving from a Unix platform to a Windows server platform. In Unix it is simple enough to write a tiny shell script to go out to some servers, pull down some files, and email out a confirmaton email, and have it all scheduled in the crontab.
How does one do things like this in Windows? I need to have something go out to a dozen different servers, pull down a bunch of files from each one, and have it scheduled to run each night.
How does one do things like this in Windows? I need to have something go out to a dozen different servers, pull down a bunch of files from each one, and have it scheduled to run each night.