Search found 2 matches

by B33LLZ
05 Jan 2014 06:57
Forum: DOS Batch Forum
Topic: Batch Menu Output issues
Replies: 5
Views: 3788

Re: Batch Menu Output issues

Thanks foxidrive - great advice that solved both issues. Minor adjustment on the second suggestion though: for /f "usebackq delims=" %%a in ("fileB.txt") @do echo. %%a Had to make both of the variables the same letter and add a @ before it did want I was after but thank you very ...
by B33LLZ
05 Jan 2014 03:21
Forum: DOS Batch Forum
Topic: Batch Menu Output issues
Replies: 5
Views: 3788

Batch Menu Output issues

Hello, I'm having some difficulty getting a batch menu to display correctly: echo.- Results 1 = %A% of %B%: echo. TYPE File1.out echo. echo.- Results 2 = %C% of %D%: echo. TYPE File2.out echo. echo.- Results 3 = %E% of %F% echo. TYPE File3.out echo. echo.- Results 4 = %G% of %H% echo. TYPE File4.out...