Hi,
Does anybody know a way in windows batch script to set a variable = content of a file, or set a variable = output of a command?
in unix, i can simply do this:
file_content=`cat filename.txt`
do you know the equivalent way to do this in windows using the batch script?
Thanks!
Does anybody know a way in windows batch script to set a variable = content of a file, or set a variable = output of a command?
in unix, i can simply do this:
file_content=`cat filename.txt`
do you know the equivalent way to do this in windows using the batch script?
Thanks!