Looking for a batch file to run on a windows scheduled task to:
- Check a network location for images
- If there are pictures to copy, copy them to a local folder
- Delete the pictures from the network location
How would I go about doing this?
feedback
|
|
In powershell, run the following:
If you want other extensions, just add them to the list. To create a powershell script, just open a txt file and then save it with a .ps1 extension. | |||||||||||
feedback
|