Ad Widget

Collapse

Macro with multiple values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HrFranz96
    Junior Member
    • Sep 2020
    • 1

    #1

    Macro with multiple values

    Hello,

    thats my macro

    {$LOGFILE_PATH} --> C:\test\log1.log | C:\test\log2.log

    my items are for example

    test.file.log[{$ROBOCOPY_LOGFILE_PATH},dirsfailed]

    the error i get is, they cant find the files, if i only use 1 path it works

    i tried
    {$LOGFILE_PATH} --> C:\test\log1.log | C:\test\log2.log
    {$LOGFILE_PATH} --> "C:\test\log1.log" | "C:\test\log2.log"

    Pls Help
Working...