set /p var= <Text.txt
echo %var%
But how can you do it in the makefile (To read a Line of text File or the whole text)?
I want to read a file and print the contents.
This post has been edited by m4unot: 18 December 2011 - 02:27 PM




Posted 18 December 2011 - 01:25 PM
This post has been edited by m4unot: 18 December 2011 - 02:27 PM
