You can use any of the following 1) Global variables 2) Registry (RegistrySet, RegistryGet) 3) Files (INIFileSetKey, INIFileGetKey) 4) do all of this in one job and then you don't need to pass anything If the second job is not a script type job it needs to be converted to a script - or - Alternatively in the first job you simply copy your file (with name retrieving from the database) to another file with a fixed name which you can use in the batch job and don't worry what was the original file name. : Greetings all, I'm back again. : I was wondering if it's possible to pass a variable from one job to another. : I need to get a filename from the database, and then pass that file name : to another job where it's passed into a batch file. Is this possible? : Thanks, : Ryan
|