Is it possible to code a batch script to check that there has been no versions added since this one was queued up and if so run the updated script instead.
I could do this by sub-scripting it but that would mean 2 scripts for each script i have in place.
Thanks for any help.
f$environment and f$search are the lexical functions you may want to use. My example strips off the version with f$extract, but you may want to use f$parse.