Re: Startup Scripts
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Tue, 4 Sep 2007 17:28:45 +0200
"Trinity Catholic High School"
<TrinityCatholicHighSchool@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EC6207F1-D8F0-4123-8345-FEC0E582AC05@xxxxxxxxxxxxxxxx
Hi,
I'm using a startup script to copy a folder with a startmenu from a server
to a local machine. I've been using robocopy, and its creating the folder
structure but not the links. What am I doing wrong? The weird thing is,
when
I run the script from the command-line when logged in it works correctly,
therefore I'm thinking its a permission problem. I tried granting everyone
read-only permissions, but it didn't solve the issue.
The command I'm using:
robocopy /e /zb /copyall /XO \\thssvr01\startmenu$\1015vlaptop
c:\startmenu
Any ideas, Anyone?
Thanks.
Modify the command like so, then examine the log file c:\log.txt.
robocopy /e /zb /copyall /XO \\thssvr01\startmenu$\1015vlaptop c:\startmenu
1>c:\log.txt 2>&1
I also recommend that you add a switch to prevent existing
and unchanged files from getting copied each time.
.
- Follow-Ups:
- Re: Startup Scripts
- From: Richard Mueller [MVP]
- Re: Startup Scripts
- Prev by Date: disk space and partitions
- Next by Date: Re: Startup Scripts
- Previous by thread: disk space and partitions
- Next by thread: Re: Startup Scripts
- Index(es):
Relevant Pages
|