Search found 2 matches

by Abreu
30 May 2014 12:55
Forum: DOS Batch Forum
Topic: Read two txt files and set to variable bat
Replies: 3
Views: 2070

Re: Read two txt files and set to variable bat

Just want to display on the screen with echo
Exactly that Squashman. Thank you very much. Sorry expose a simple logic problem, is that I am not very familiar with programming in bat.
by Abreu
30 May 2014 11:31
Forum: DOS Batch Forum
Topic: Read two txt files and set to variable bat
Replies: 3
Views: 2070

Read two txt files and set to variable bat

Hi Good evening. I would like to read two text files and set variables in the .bat file One of the files is Name.txt and other is the lastName.txt In Name.txt i have John Mike Jonson And in the lastName.txt i have Smith Michell Brown I try this @echo on set /a number=0 :begin for /f "skip=%numb...