Quote:
Originally Posted by Jamesc_NC
Hi
Thank you for the reply.
I am running the replace token script in the same job as the deploy image how do i know if the files are being created on the DS. I am running the script in DS after my depoly image .
JIm
|
The command to do the token replacement should have, as its second argument, a destination for the file after the tokens have been replaced. Look there:
Code:
REM ReplaceTokens .\temp\sysprep.inf .\temp\%COMPNAME%.txt
In this case its in the temp directory in the express share.
Don't forget that the token replace script should start with REM, be set to run on the target machine, even though it actually runs on the server and that the tokens in it are case sensitive (usually all uppercase). Page 232 of the DS 6.9 manual gaive some good guidance. The command itself may be case sensitive, I'm not sure.