0 Replies - 378 Views - Last Post: 18 December 2011 - 01:25 PM Rate Topic: -----

Topic Sponsor:

#1 m4unot  Icon User is offline

  • D.I.C Head

Reputation: -1
  • View blog
  • Posts: 136
  • Joined: 05-June 10

makefile - read a Line of text File

Posted 18 December 2011 - 01:25 PM

In the batch File you can read line of text file like this:

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

Is This A Good Question/Topic? 0
  • +

Page 1 of 1