[Migrated content. Thread originally posted on 26 November 2008]
Is there a way to set and read variables in a BAT fileEx:
a batfile runs 2 programs.
Program 1 sets a variable (maybe thru an intrinsic call) to set VAR1=ABC
Program 1 ends and program 2 starts
Program 2 reads VAR1 to retrieve the value (ABC) set by program 1.
These would be temporary values known only to the bat file.



