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
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