I am using a string concatenator to
write batch files for me.
I am entering a windows path in the string concatenator (see
below).
%SendKeys% "E:\FME\Development Work\Timesheet
Analysis\Output\@Value(HomeTeamFP)\@Value(Name) @Value(DateFrom) to @Value(DateTo){ENTER}"
But the string it writes out isÂ
%SendKeys% "E:\FME\Development Work\Timesheet
Analysis/Output\RUR370\Amy Hutsby 2018-01-01 to 2018-01-31{ENTER}"
I.e. it changes to ...Analysis\Output... to
...Analysis/Output...Â
This then leads the batchfile to fail to work.Â
It has happened several times and I dont know what is
causing it or how to fix it.Â
Any ideas from anyone?Â
Thanks