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.

 On old computer memory check is stop in 640kb. but now
 memory check stop at memory install (128mb, 256mb
 ,etc). so for now (pentium) the 640kb no running
 again? am I correct?

Please try www.memtest.org/ :-)

Eric


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


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 %host  nslookup_log.txt
I'm sure it should work with 4dos.

--
ice 0x696365*gmail,com

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user