Hello David,
You should be able to create
one task that also monitors sub-directories to do that.
Create the task (below I assume you call the task CONVPDF), enter something for the TARGETDIR (it will be ignored).
Before you run the task, do this:
- In the WD Control Center, select the menu option "Tools -> Explore task directory", this opens Windows Explorer, typically inside C:\ProgramData\WatchDirectory
- navigate to the subdirectory with the name of the task you just created (CONVPDF).
- open the wd.bat file you will find there with notepad
Now search for the lines
Code:$$$
:StartOfBat
and immediately after it, enter a new line of code so it becomes
Code:$$$
:StartOfBat
SET TARGETDIR=%WD_FILE_D%..\out
%WD_FILE_D% is a variable containing the name of the directory where your PS is found (the "in" directory), so appending ..\out to it will point to the correct directory. Also see
http://www.watchdirectory.net/wdhelp/plugins/wdopAutoRunBatEnv.html