|
DS variable should work
We are using DS variables in DS-script, but with xcopy insted of firm, we did not get firm to work previus, probably because we did the "rem BOOTWORK UNLOAD" before the firm copy commands.
This works fine for us:
xcopy %undir%\Drivers\%#!computer@model_num%\*.* %filedir%\drivers\ /s /e /y > nul
|