Hi !
I´m try create a TXT file (realy a .BAT file), the command is fixed, but the machines is variant (to update), i´m edit a Excel file, in the file i have 72 machine names, in the transformation the design is here:
Literal: xcopy \\server\share\folter\file.dll \\ -> JOINER 1
FIELD (From Excel): MACHINE001 -> JOINER 2
Literal: \C$\windows\system32 /y -> JOINER 3
The result of the joiner: xcopy \\server\share\folter\file.dll \\ MACHINE001 \C$\windows\system32 /y
See the space after and before machine name ? this space cause error in command, i´m try use (in JOINER 2) TRIM, DELETE SPACES, but the spaces insist in write on the output file ..
Help-me !!!
Tanks
Alexandre Cury