Re: [Freedos-user] Doubt on batch stuff

2007-04-24 Thread Florian Xaver
You know, that you can use BASH under DOS? And that with 4DOS a much better UI is available`? Bye Flo On 4/25/07, ice <[EMAIL PROTECTED]> wrote: > On Tue, 24 Apr 2007, Geraldo Netto wrote: > > > and i would like to know how to rewrite it for command, by now i > > have this: > > for %%p in ( entr

Re: [Freedos-user] Doubt on batch stuff

2007-04-24 Thread ice
On Tue, 24 Apr 2007, Geraldo Netto wrote: > and i would like to know how to rewrite it for command, by now i > have this: > for %%p in ( entries separated by spaces ) do nslookup %%p >> > nslookup_log.txt > any idea on how to pass a file as argument? for %host in (host1 host2 host3) do nslookup

[Freedos-user] Doubt on batch stuff

2007-04-24 Thread Geraldo Netto
Hi Guys, How are you? uh, i have the follow script written for bash: #!/bin/sh for i in $( cat $1 ); do nslookup $i >> nslookup_log.txt done it catches the content of a file passed($1) and does nslookup for each entry of the file and i would like to know how to rewrite it for command,

Re: [Freedos-user] Extended vs expanded memory

2007-04-24 Thread Eric Auer
Hi! > I want to know about different thing between extended > memory and expanded memory. What significant > different? One is provided by HIMEM, the other by EMM386. It is often enough to load HIMEM. The memory provided by BIOS (if no HIMEM loaded) is also sometimes called extended or expanded.