I've been using VisualCron for a little while, but have never quite found a satisfactory solution to the problem of sending debugging information to myself along the way. I guess pop-ups are one way, but they seem a bit over kill. Emails, demand I go somewhere else to see the output.
What I really want is just to be able to send a VisualCron expression to Standard Output or Error Output. for example I might want to see the name of the file that caused a job to trigger:
At the moment I do it by using:
Task: "Execute"
Command: cmd
Arguments: /c echo {TRIGGER(Active|LastTrigger|RemoteFile.Result.Path)}
But this seems like a bit of a kludge? Is there a more direct way? Am I overlooking something obvious?