HI, i use Toucan last version with a task scheduler running command line toucan.exe with -h and -j switches but a dos style command window shows during job. Same result if i run toucan from command line: shows another command window.
Can be run the job silent?
you running the copy in the root of the install or in App\toucan? Try the latter and it should work fine.
Hi Steve,
tested with both executables and shows same command window with text:
Toucan 3.0.4
Date:
Computer name:
Operating system: Windows 7 professional 64 bits
Creating file list , this may take some time
Then writes every file parsed adn exit when finish.
edit 1: I have run \app\toucan\toucan.exe in vbs wshshell.run with window hide argument and execution is silent. But executing \app\toucan\toucan.exe directly shows execution command window.
edit 2: Executes silently too with commandLine toucan.exe arg list > null, or > "logfile.log"
edit 3: using cmdLine arg -l, with or without quotes, creates empty log file and shows command execution windows. Hence -l switch don´t work.