Sorry I am sure that this is a super stupid question and that I just have the syntax wrong.
But this is what I am using on the command line:
"E:\Toucan\Toucan.exe" -j=BackupC -l="E:\Toucan\log.txt"
Toucan runs my BackupC job, but it does not create a log file. What am I doing wrong?
Hello there,
Did you get this to work? I think you have to use:
"E:\Toucan\Toucan.exe" /J=BackupC /L="E:\Toucan\log.txt"
or
"E:\Toucan\Toucan.exe" --job=BackupC --log="E:\Toucan\log.txt"