I am not aware of writing batch scripting and facing this issue very much in my day to day activity
I have a task to copy the files it may be *.jpeg or *.JPEG and *.jpg or *.JPG
and daily i have to manually copy the files which is not copied to target folder by cheking date & time.
Code: Select all
ex: source c:\source\
Name Type Date Modified
a00001 JPEG 4/13/2012 9:21AM
a00002 JPEG 4/14/2012 00:18AM
a00002 JPEG 4/14/2012 07:41AM
ex: Target c:\target\
Name Type Date Modified
a00001 JPEG 4/13/2012 9:21AM
as can see in target folder last file was copied on 13th apr 2013 @ 9:21AM
now need to copy files from source location after 13th apr 2013 @ 9:21 AM
any help will be appreciated.
also can any one give me a good link to learn batch scripting in basic and advanced level
are there any good books for learning batch scripting.
Regards
Kaleem.