I want to copy a file from sharing folder to another using cmd command ".bat file" the below code works normally with most files except MS Access files the "accde" extension so, please advise.
MKDIR "\\192.168.0.110\Attendance Sheet\JTA\events\events_media\SysFile"
XCopy /y/z "\\192.168.0.110\Attendance Sheet\JTA\events\events_media\db.accde"
"\\192.168.0.110\Attendance Sheet\JTA\events\events_media\SysFile"
xcopy /?and read help output by this command? For example if filedb.accdehas the hidden attribute set, you need the parameter/H. You should use a space between the options.