Thank you Endoro and aGerman very much.
I test with TEE.bat and work very very nice...
You make my very hot day very pleasant.
Search found 10 matches
- 19 Jun 2013 00:17
- Forum: DOS Batch Forum
- Topic: output on display and log file
- Replies: 4
- Views: 5098
- 18 Jun 2013 07:14
- Forum: DOS Batch Forum
- Topic: output on display and log file
- Replies: 4
- Views: 5098
output on display and log file
Hello, is there a why to see output on screen and put logfile in txt file at the same time? I have something like this: for /f "tokens=1,2 delims= " %%a in (1.txt) do SOMETHING >> logfile.txt ... ... ... for /f "tokens=1,2 delims= " %%a in (2.txt) do SOMETHING >> logfile2.txt I d...
- 10 Jun 2013 09:09
- Forum: DOS Batch Forum
- Topic: text merge
- Replies: 2
- Views: 2970
Re: text merge
perfect.
Thank youuu!!!!
Thank youuu!!!!
- 10 Jun 2013 08:46
- Forum: DOS Batch Forum
- Topic: text merge
- Replies: 2
- Views: 2970
text merge
Hello,
cant someone help me.
I have to txt file with text. something like this:
1.txt
1
2
3
4
2.txt
a
b
c
d
and I need to get this:
output.txt
1 a
2 b
3 c
4 d
Is there a way to get this with .bat script?
Thanks everyone,
Kruno
cant someone help me.
I have to txt file with text. something like this:
1.txt
1
2
3
4
2.txt
a
b
c
d
and I need to get this:
output.txt
1 a
2 b
3 c
4 d
Is there a way to get this with .bat script?
Thanks everyone,
Kruno
- 04 Dec 2012 03:28
- Forum: DOS Batch Forum
- Topic: Batch File Search
- Replies: 9
- Views: 7237
Re: Batch File Search
thank you
- 23 Nov 2012 09:16
- Forum: DOS Batch Forum
- Topic: Batch File Search
- Replies: 9
- Views: 7237
Re: Batch File Search
yes, domain name appear more than once.
"list" is not a part of the file. its word which start every mailling list.
"list" is not a part of the file. its word which start every mailling list.
- 23 Nov 2012 06:57
- Forum: DOS Batch Forum
- Topic: Batch File Search
- Replies: 9
- Views: 7237
Re: Batch File Search
hello, its me again. now i have this issue. i have file with mailling lists and it looks somethink like this. list name@domain.tld data1 data2 data3 data4 data5 . . . data24 list name2@domain2.tld Now I want to enter domain and find every list with this domain and print list name and all data to nex...
- 22 Nov 2012 02:40
- Forum: DOS Batch Forum
- Topic: Batch File Search
- Replies: 9
- Views: 7237
Re: Batch File Search
thank you. this is great.
- 21 Nov 2012 10:22
- Forum: DOS Batch Forum
- Topic: Batch File Search
- Replies: 9
- Views: 7237
Re: Batch File Search
this is great. thank you. a step forward.
can you customize this in the way, that I insert the domain and script find only that?
thank you once more
can you customize this in the way, that I insert the domain and script find only that?
thank you once more
- 21 Nov 2012 08:22
- Forum: DOS Batch Forum
- Topic: Batch File Search
- Replies: 9
- Views: 7237
Batch File Search
Hello, I need help! I have txt file with a lot text inside. Every row is for itself. Format look somethink like this. first.last@domena.tld:*password*:blablablallb dsaldasl da lkasdlas ldk first2.last2@domena2.tld:*password*:blablablallb dsaldasl da lkasdlas ldk first3.last3@domena3.tld:*password*:b...