Batch script deployed through GPO hangs at logon
- From: pk <philip.kluss@xxxxxxxxx>
- Date: Wed, 25 Jun 2008 09:09:27 -0700 (PDT)
I've deployed a painfully simple batch logon script and it hangs every
time I test it. Here are the contents of the batch script:
--------------
xcopy "\\serverA\DesktopShortcuts\Scanning.lnk" "%homeshare%\desktop" /
Y
xcopy "\\serverA\DesktopShortcuts\CRM.url" "%homeshare%\desktop" /Y
--------------
The batch works fine when I run it in a command prompt or by double-
clicking it. I know the script works. It is not a permissions issue;
both the NTFS permissions and Share-level permissions are set to allow
everyone to access the files.
What could be causing the issue?
.
- Follow-Ups:
- Re: Batch script deployed through GPO hangs at logon
- From: Florian Frommherz [MVP]
- Re: Batch script deployed through GPO hangs at logon
- Prev by Date: Internet Explorer Cache
- Next by Date: Re: RSAT on vista
- Previous by thread: Internet Explorer Cache
- Next by thread: Re: Batch script deployed through GPO hangs at logon
- Index(es):
Relevant Pages
|