I am trying to solve backup by simply copying files through scheduled tasks but I get
"Monday.job" (Monday.bat)
Finished 2004-06-11 22:46:15
Result: The task completed with an exit code of (4).
and no files copied. The user is Administrator. The batfile looks like this:
xcopy /yodecihk w:\Kontaktdb\*.* d:backup\monday\kontaktdb
xcopy /yodecihk w:\wedata1\*.* d:backup\monday\wedata1
and works fine running it online.
"Monday.job" (Monday.bat)
Finished 2004-06-11 22:46:15
Result: The task completed with an exit code of (4).
and no files copied. The user is Administrator. The batfile looks like this:
xcopy /yodecihk w:\Kontaktdb\*.* d:backup\monday\kontaktdb
xcopy /yodecihk w:\wedata1\*.* d:backup\monday\wedata1
and works fine running it online.