Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > MSDOS Programmer > Re: Cross: MSDO...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 21 of 25 Topic 484 of 500
Post > Topic >>

Re: Cross: MSDOS config.sys & autoexec.bat problem...

by ak621@[EMAIL PROTECTED] (Richard Bonner) Mar 17, 2008 at 01:33 PM

Ted Davis (tdavis@[EMAIL PROTECTED]
) wrote:
> Here's what I used to use to image machines with plenty of memory.  It
> addresses two problems: space for the program and not enough space on
the
> floppy for everything needed.  This version is specific to NE2000 NICs.

> CONFIG.SYS
> dos=high,umb
> files=20
> buffers=20
> lastdrive=z
> device=\bin\himem.sys /testmem:off /v
> device=\bin\emm386.exe /v h=128 noems
> shell=\command.com /e:1024 /f /p
> devicehigh=\bin\ifshlp.sys
(Snip)

***   Lower Memory can be saved by limiting LASTDRIVE to only the actual
final drive letter. Each letter takes up 96 bytes. If a disc cache is
used, reduce BUFFERS to `10' unless a program asks for more. Each buffer
uses 512 - 528 bytes.

   Another method is to use a memory manager that can load most of the
common items into Upper memory. QEMM has "DOS-Up" for this, as an example.


> AUTOEXEC.BAT
> @[EMAIL PROTECTED]
 off
> set srcdrv=a:
> set ramdrv=h:
> path=%srcdrv%\bin;%srcdrv%\
> xmsdsk 8192 %ramdrv% /y /t > nul
> md %ramdrv%\bin
> md %ramdrv%\tmp
> set temp=%ramdrv%\tmp
> set tmp=%ramdrv%\tmp
(Snip)

> -- 
> T.E.D. (tdavis@[EMAIL PROTECTED]
)

***   I cannot understand the reasoning behind setting environmental 
variables that don't vary. Why not skip the third and fourth lines and use
the actual letters instead of making DOS do all those substitutions? To
me, they are unnecessary. What have I missed here, Ted?

         Richard Bonner
http://www.chebucto.ca/~ak621/DOS/
 




 25 Posts in Topic:
Cross: MSDOS config.sys & autoexec.bat problem...
"ds" <d@[EMA  2008-03-15 15:55:12 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
"Todd Vargo" &l  2008-03-15 13:05:41 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
"ds" <d@[EMA  2008-03-16 15:58:35 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
foxidrive <gotcha@[EMA  2008-03-17 02:37:06 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
"ds" <d@[EMA  2008-03-16 18:50:26 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
foxidrive <gotcha@[EMA  2008-03-17 04:59:45 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Robert Riebisch <Rober  2008-03-16 19:10:28 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
"Todd Vargo" &l  2008-03-17 00:03:38 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Adam <no@[EMAIL PROTEC  2008-03-16 20:59:08 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Ted Davis <tdavis@[EMA  2008-03-16 20:06:03 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Rugxulo <rugxulo@[EMAI  2008-03-23 08:25:30 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Jim Leonard <MobyGamer  2008-03-15 13:40:53 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Terence <tbwright@[EMA  2008-03-15 19:29:54 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Robert Riebisch <Rober  2008-03-16 17:12:05 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Alex Buell <alex.buell  2008-03-16 23:10:31 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
ak621@[EMAIL PROTECTED]   2008-03-17 13:16:10 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Alex Buell <alex.buell  2008-03-16 23:11:58 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Calvin <nospam@[EMAIL   2008-03-17 12:31:12 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
ak621@[EMAIL PROTECTED]   2008-03-17 13:17:38 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Ted Davis <tdavis@[EMA  2008-03-17 08:17:06 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
ak621@[EMAIL PROTECTED]   2008-03-17 13:33:57 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
Ted Davis <tdavis@[EMA  2008-03-17 15:06:36 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
ak621@[EMAIL PROTECTED]   2008-03-22 13:20:16 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
"Todd Vargo" &l  2008-03-18 00:13:46 
Re: Cross: MSDOS config.sys & autoexec.bat problem...
ak621@[EMAIL PROTECTED]   2008-03-22 13:24:26 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 14:14:22 CDT 2008.