Search found 7 matches

by alexsander.albani
01 Apr 2015 14:26
Forum: DOS Batch Forum
Topic: Asynchronous native batch tee script
Replies: 27
Views: 41426

Re: Asynchronous native batch tee script

Thank you Antonio and foxidrive.
I'm going to try it. :D
by alexsander.albani
31 Mar 2015 07:04
Forum: DOS Batch Forum
Topic: Asynchronous native batch tee script
Replies: 27
Views: 41426

Re: redirection >&1 >&2 >&3 >&4

Hello.
I need to do a simple stuff, but I'm having difficulties...

How can I display a command result both at screen and in a text file at the same time?

For example, a dir command displayed at screen and logged in a text file in only one execution.
Is that possible?

Thanks.
by alexsander.albani
11 Apr 2012 11:54
Forum: DOS Batch Forum
Topic: echoes text in a specific color - help
Replies: 7
Views: 6894

Re: echoes text in a specific color - help

After more tests I've realized that it keeps only the 50 last lines.
I don't know why just 50...
by alexsander.albani
11 Apr 2012 10:35
Forum: DOS Batch Forum
Topic: echoes text in a specific color - help
Replies: 7
Views: 6894

Re: echoes text in a specific color - help

I'm using Win7, but I'm experiencing the "buffer problem" even in win7 and XP.
The same problem occours using ColorMsg.com that u mentioned before.

It really seens something related with .com files.

Let's see if somebody else can help.
Thanks.
by alexsander.albani
10 Apr 2012 19:35
Forum: DOS Batch Forum
Topic: echoes text in a specific color - help
Replies: 7
Views: 6894

echoes text in a specific color - help

Hi! I'm new at the forum. First I'd like to thanks, 'cause I already used many tips and examples of codes posted here! Now, my question: - I'm trying to use the echo function posted here, in order to echoes with colors. It works fine, but I need to have a screen with many rows (scroll) and when I us...