ashishmahanta
New member
- Local time
- 11:04 PM
- Messages
- 5
Dear All,
My batch file of robocopy is working fine. But when I tried to run it through task scheduler, none of the files transfer to the target location.
@echo off
echo +-----------------------------------------+
echo Database Export Utility for server
echo +-----------------------------------------+
echo .
ROBOCOPY E:\dp_dir \\192.168.30.28\inter_loc_dump /LOG:LOG_FILE.TXT
Above script is working fine...but task scheduler is keep on running without any results.
Please help me out.
Regards,
Ashish Kumar Mahanta
My batch file of robocopy is working fine. But when I tried to run it through task scheduler, none of the files transfer to the target location.
@echo off
echo +-----------------------------------------+
echo Database Export Utility for server
echo +-----------------------------------------+
echo .
ROBOCOPY E:\dp_dir \\192.168.30.28\inter_loc_dump /LOG:LOG_FILE.TXT
Above script is working fine...but task scheduler is keep on running without any results.
Please help me out.
Regards,
Ashish Kumar Mahanta
My Computer
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- acer
- OS
- 64 bit, windows 7



