OK Thank you.
I have the following batch file in c:\windows\system32\grouppolicy\machine\scripts\shutdown on the client machine:
xcopy e:\logs\*.xls Y:\*.xls
Simple, for now.
Whe I run the batch file manually, the relevant files are copied correctly (Y: is automatically established at logon) but the batch does not run at shutdown, even though it is there under admin$\system32\grouppolicy\machine\scripts\shutdown in computer configuration | windows settings | scripts | shutdown on the server.
Why would it not run? Is there something I need to activate on the server or the client first?
Thanks.
Tony.