Let's see if someone here understands the problem and can provide some help.
In our network we have many Windows batch files which are supposed to start one or several R or Python files. In most cases this works well with VisualCron, like for example here:
So we provide a quoted path to a batch file
And it works:
Unfortunately VisualCron struggles with some quoted paths:
Batch file:
Result:
Translation:
The command “\\FS01\Kunden\Bobshop” is either written incorrectly or could not be found.
The command “Co.” is either written incorrectly or could not be found.
So for unknown reasons VisualCron seems to split up the quoted path either in the Visualcron task or in the batch file. What can we do to avoid this? Do we have to use „other quotes“? Do we have to mask certain characters such as , and & ?
This worked without any problem in the Windows taskplaner.
Thx!
Thomas