WatchDirectory Forum | |
https://www.watchdirectory.net/cgi-bin/yabb25/YaBB.pl
watchDirectory forums >> News >> WatchDirectory v4.8.9 Beta 1 https://www.watchdirectory.net/cgi-bin/yabb25/YaBB.pl?num=1416810194 Message started by Gert on Nov 24th, 2014 at 7:23am |
Title: WatchDirectory v4.8.9 Beta 1 Post by Gert on Nov 24th, 2014 at 7:23am
We just uploaded a beta version for WatchDirectory v4.8.9.
The changes in this version: - Improved: If you use {dynamic naming}, the {drive} variable will now be set to the \\server\share name when monitoring a network share. - Improved: The System.Mail (wdPostman) program has been optimized to perform better when combining large numbers of emails. - Improved: The Upload to Amazon S3 task handles large files a lot better. It will also automatically retry several times when the http-connection is lost during a transfer. - Improved: The Upload to S3 plugin now allows you to select the end-point of your AWS server. - Improved: You can now import backups even while tasks are running (you can not import running tasks). - Fixed: The WatchDirectory Control Center crashed when you didn't install the help files and tried to create a new task. - Fixed: Inlining more than 9 images (using cid:image-root.10) in an html email did not work. download the beta here: this beta is now released, see http://blog-en.gdpsoftware.com/2015/02/watchdirectory-version-489-released.html Then stop all your tasks and install it "on top" of your current version to keep all your tasks and settings. |
Title: Re: WatchDirectory v4.8.9 Beta 1 Post by Gert on Jan 29th, 2015 at 7:36am
A new beta is available. Download link inside the top post.
When you have an email task, this new beta allows you to call a batch script to set (part of) the subject and/or body text. Syntax $CALL:C:\Full\path\to\batfile.bat$ Example: dynamically set the subject based on file content The task is monitoring a directory where log files are created. Those logs are emailed to the support desk and they should check the logs to see if everything is ok. To make the emails with errors stand out more, this script checks the detected file for the word "Error" and changes the subject accordingly. Code (] rem use the FINDSTR command to look for the string Error inside the detected file FINDSTR /I "Error" "%WD_FILE%" IF %errorlevel% EQU 0 GOTO :ErrorFound GOTO :ErrorNotFound :ErrorFound ECHO [ERROR):
|
WatchDirectory Forum » Powered by YaBB 2.5.2! YaBB Forum Software © 2000-2024. All Rights Reserved. |