zeezam Posted September 2, 2010 Posted September 2, 2010 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.
Tripredacus Posted September 2, 2010 Posted September 2, 2010 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.
zeezam Posted September 3, 2010 Author Posted September 3, 2010 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.
zeezam Posted September 3, 2010 Author Posted September 3, 2010 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now