Search found 3 matches

by pclarke
16 Jun 2013 14:32
Forum: DOS Batch Forum
Topic: batch echo output to txt issues
Replies: 6
Views: 5810

Re: batch echo output to txt issues

Thank you very much for your help!!!! your amazing I was fighting this for hours lol.
by pclarke
16 Jun 2013 14:23
Forum: DOS Batch Forum
Topic: batch echo output to txt issues
Replies: 6
Views: 5810

Re: batch echo output to txt issues

This works great!!! >>Settings.txt echo echo SSPA_ENABLE=1 >>Settings.txt echo SSPA_USESERIAL=0 >>Settings.txt echo SSPA_IP=1.1.1.1 >>Settings.txt echo SSPA_TYPE=abc >>Settings.txt echo SSPA_PORT=0 >>Settings.txt echo SSPA_COM_PORT=0 >>Settings.txt echo MC_IP=1.1.1.1 >>Settings.txt echo MC_PORT=0 >>...
by pclarke
16 Jun 2013 14:00
Forum: DOS Batch Forum
Topic: batch echo output to txt issues
Replies: 6
Views: 5810

batch echo output to txt issues

So my code out puts 3 files. 2 .ini and 1.txt The ini's are working just fine. I believe its because they require the text to be in quotes. My settings.txt file needs to be in normal text. I believe my issue is that what I am echoing is looking like code. :C1 netsh interface ip set address "Loc...