tags:

views:

19

answers:

1

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