Once I introduce -filemask into the script, my script stops working
I am trying to download only the files from the out directory that were uploaded yesterday and today, this is going to be a repetitive task to be run on windows task schedular. The script runs fin without the filemask bit but I need only yesterday and today. I have read from forums here and have made some changes and tried different solutions but none of them seem to be working
I have also tried this:
and this:
and this:
Please what am I doing wrong...Any help would be greatly appreciated.
get -filemask="*>=yesterday" /Out C:\Users\bamis\Documents\Prime\macToolandScripts\Workspace
get -filemask=">=yesterday" /Out C:\Users\bamis\Documents\Prime\macToolandScripts\Workspace
get -filemask="*>=yesterday" /Out C:\Users\bamis\Documents\Prime\macToolandScripts\Workspace
get -filemask="*>=yesterday"; /Out C:\Users\bamis\Documents\Prime\macToolandScripts\Workspace