Problem:
I want to use my Jobs.dat on more than one computers (but determine which jobs will run on which computers)Solution:

Discussion:
Using the "echo" command line we can get any information we need that will help us specify which user is logged in on which computer and on which network.
This is very useful when we need to check whether the user logged in is the one we want to run the Job through.
It also makes it possible, for a Job's database to be shared between more than one machines, without creating problems regarding jobs that are running on schedule.
We simply use the "Run Dos Command" and in the command line arguments type in the details we want to test against. It is also possible to test against more than one commands. Having done that, we then use the "Trim Text" action to trim the output text of the "Run Dos Command" action, and compare it against the user/computer/domain/etc that the Job is aimed to run for. If the comparison result is true the Job will end successfully. If the comparison result is not true, then the job will continue it's normal flow and execute any actions that follow the comparison.
Leave your comment