Quote:
Originally Posted by dabomb311
I apologize now, I am fairly new to this.
I have the job setup with 2 tasks.
1. Distribute Disk Image, "Automatically perform" is unchecked
2. Run Script
"REM Token Replacement / Driver Injection
echo Hardware Model number is %#!computer@model_num%
F:\RDeploy\Windows\FIRM -recurse Copy "F:\drivers\%#computer@model_num%\*" "prod:\drivers"
"
script operating system = windows
Script Run Location: Locally on the DS
Run when the agent is collected
The script is not running, i am assuming because no files are being copied, and i do not ever see the echo from above.
Any ideas?
|
Put a pause at the end of that script to see if it does run.
I don't think you can put a DS token like %#computer@model_num% as a command line variable.
You would have to run it as a batch file and do the Token replacement on the batch file first.
Appendix B of the DS 6.9 manual has a much better section explaining how tokens work.