koenlibbrecht
Technical User
Hi all,
I am using legato networker version 6 on a windows 2000 server. I want to introduce a script after backup some savesets via the savepnpc option. This script only has to copy a directory and subdirectories to another server. Therefor i try to use the Xcopy command with the /E option. When i make a batchfile using the command :
cmd /c "\\ontwerp\c$\winnt\system32\xcopy \\ontwerp\c$\new \\ontwerp\c$ e/"
cause Xcopy is not an internal command i also tryed :
cmd /c "call \\ontwerp\c$\winnt\system32\xcopy \\ontwerp\c$\new \\ontwerp\c$ e/"
This does not work at all, no error in the logfiles neighter. When i use the Copy command this works fine but i must also copy the subdirectories and hidden files and things like this so the Xcopy is my only option i think.
Anyone who uses this and has a clue for this problem?
Thanks in advance,
Koen
I am using legato networker version 6 on a windows 2000 server. I want to introduce a script after backup some savesets via the savepnpc option. This script only has to copy a directory and subdirectories to another server. Therefor i try to use the Xcopy command with the /E option. When i make a batchfile using the command :
cmd /c "\\ontwerp\c$\winnt\system32\xcopy \\ontwerp\c$\new \\ontwerp\c$ e/"
cause Xcopy is not an internal command i also tryed :
cmd /c "call \\ontwerp\c$\winnt\system32\xcopy \\ontwerp\c$\new \\ontwerp\c$ e/"
This does not work at all, no error in the logfiles neighter. When i use the Copy command this works fine but i must also copy the subdirectories and hidden files and things like this so the Xcopy is my only option i think.
Anyone who uses this and has a clue for this problem?
Thanks in advance,
Koen