"Frank C" <> wrote in message
news:34C047A8-B6BC-4F03-80A3-...
> Hi,
> I have a simple .bat file to Robocopy folders and files to an external
> shared drive for backup. The program works fine when I launch it. It
> failes
> with:
>
> 2009/08/12 13:19:00 ERROR 3 (0x00000003) Getting File System Type of
> Destination s:\Shared-Music\BackUp-Test\
> The system cannot find the path specified.
>
> when I run it with Task Scheduler
>
> I have tried both Task Scheduler settings of " Run wheather the user is
> logged on or not" and "Run only when the user is logged on"
> Wake the computer to run this task is checked.
>
> Here is the robocopy command line:
> Robocopy c:\Users\Owner\Music\Recordings\BackUp-Test
> s:\Shared-Music\BackUp-Test /log:TaskSchBkupLog.txt
>
> Any help will be appreciated!
> Frank C
>
>
>
It sounds like the batch file is launching, but having problems accessing
the S drive.
You could try adding some simple troubleshooting lines to the batch file to
test out that theory
eg
dir s:
--
Jon
|