I am doing like that:
all:
@SET /p filecontent= < somefile.txt
@echo %filecontent%
however filecontent variable does not seem to hold the contents of the file somefile.txt
I am doing like that:
all:
@SET /p filecontent= < somefile.txt
@echo %filecontent%
however filecontent variable does not seem to hold the contents of the file somefile.txt