Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!shlump.nac.dec.com!yacht.enet.dec.com!gettys From: gettys@yacht.enet.dec.com (Bob Gettys) Newsgroups: comp.sys.ibm.pc.misc Subject: Re: Problems with SHARE Keywords: SHARE Message-ID: <22079@shlump.nac.dec.com> Date: 16 Apr 91 21:04:04 GMT References: <5068@czech.sw.mcc.com> Sender: newsdaemon@shlump.nac.dec.com Reply-To: gettys@yacht.enet.dec.com (Bob Gettys) Organization: Digital Equipment Corporation Lines: 17 In article <5068@czech.sw.mcc.com>, daneman@czech.sw.mcc.com (Michael Daneman) writes: |>I have just upgraded to a larger (125Meg) hard drive and now I have to |>use SHARE. I load the program in my Autoexec.bat (near the beginning of it) |>but after autoexec.bat finished execution I still get the message: |> Warning: Share should be loaded for large media |> |>I checked my list of loaded programs (using mem) and SHARE does indeed |>seem to be loaded. So, why do I get the warning? Am I doing something |>wrong? Well, your mistake is loading it in Autoexec.bat, it needs to be loaded earlier than that, i.e. either by the boot process or in Config.sys. To load it at boot time just place it in your root directory (DOS will find it). If it doesn't, then to explicitly load it - put the line INSTALL=C:\DOS\SHARE.EXE in your Config.sys file (this assumes that SHARE is in C:\DOS, if not substitute your drive and path). /s/ Bob Gettys BTW - the error message is happening prior to running Autoexec.bat, not after.