I have a scenario here that is a bit complicated.
How can I retrieve the contents of a file and assign it as a variable value?
Say I have file AAA containing value "01", I would like to assign it to a SET command as...
// SET VAR=01
Pls take note that the file AAA's content changes all the time, it could be any number. Any ideas?