Hello,
I have been tinkering with ways to handle file renaming and such after the job has finished running in a separate program. The one thing I'm not sure of after looking through the documentation is whether or not it's possible to pass arguments to a C# console application as a post job using the job information. So for example:
A job copies to a destination on some server \\serverName\CopiedHere and has finished. I think want this job to kick off a Console application, most likely from a batch file or powershell script including the \\serverName\CopiedHere path. This way my application knows where the job copied to and can manipulate the files.
I have been tinkering with ways to handle file renaming and such after the job has finished running in a separate program. The one thing I'm not sure of after looking through the documentation is whether or not it's possible to pass arguments to a C# console application as a post job using the job information. So for example:
A job copies to a destination on some server \\serverName\CopiedHere and has finished. I think want this job to kick off a Console application, most likely from a batch file or powershell script including the \\serverName\CopiedHere path. This way my application knows where the job copied to and can manipulate the files.