September 2, 201015 yr Instead of capture the image again I want to copy some batch files to C:\temp from network location so I can run them with firstlogoncommand.I try to att the xcopy cmd into specialize phase but doesn't seems to work.Where else can I put the command? My autologon account is local so I don't think it has permission to xcopy from my network location during firstlogoncommands.
September 2, 201015 yr Did you look in the Panther logs or UnattendGC to see if there is an error? It could be that Windows was not in the proper state to run xcopy when you called it.
September 3, 201015 yr Author Did you look in the Panther logs or UnattendGC to see if there is an error? It could be that Windows was not in the proper state to run xcopy when you called it.But is it possible to run xcopy during specialize?Is it even possible to install program during specialize or is it better to do that during firstlogoncommands.I'll check out the error logs.
September 3, 201015 yr Author Did you look in the Panther logs or UnattendGC to see if there is an error? It could be that Windows was not in the proper state to run xcopy when you called it.What to search for. Now I don't get any error but xcopy doesn't copy any files.In WSIM I added this cmd in the path field; xcopy \\server1\scripts\* C:\temp\..but the files isn't there after installation is done.I have tried the command in cmd and it should work.
Create an account or sign in to comment