Need help for batch file as im not gud in it.
The scenario is i need to copy emails .msg file over network folder which i have already shared.
the problem is all the .msg file looks like this wit numbers: 10005.msg,100052,100053,100054..etc incremental numbers.
I need to copy based on the day and time, let say on monday from 12am-12pm, Tuesday copies the prev day 12pm-12am. Wed,thurs,friday,sat and sun. so that i dont miss and emails..based on the day and time. The .msg files are incremental and i dont want to copy the same emails .msg files.
C:\backup\(inside all the emails .msg files stored) need to copy to X:\archive\(in here)
Gues the best way of doing this is based on the date and time.
Right now im copying it manually based on the date and time. Any one pls help me ..