Start | Run | Type: config.nt | Click OK |
config.nt should open with Notepad, with the Title bar reading: CONFIG.NT -
Notepad.
Scroll down to what is probably the last line...
REM is zero, EMM will be disabled and the EMM line will be ignored.
REM
dos=high, umb
device=%SystemRoot%\system32\himem.sys
files=40
Change files=40 so that it reads files=65
On CONFIG.NT - Notepad, click File, then click Save and close Notepad.
Note, with CONFIG.NT being in the system32 folder, typing CONFIG.NT in the
Run command should open the file. Typing CONFIGi n the Run command opens
C:\WINDOWS\system32\config
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:B9293259-9CF3-43B5-AC7F-(E-Mail Removed),
richie_ishere <(E-Mail Removed)> hunted and pecked:
> I've also got an important DOS based program that in this case requires
> the config.sys parameter "files = 65". I've found config.nt on my XP
> system as one poster suggested , but have not figured how to change the
> file parameter to "files = 65" .
>
> I've also pasted : hh ntcmds.chm::/files.htm into the RUN command and that
> led me to "Command Line Reference" , but I'm not sure where to go from
> here. It looks like I'm awfully close though, since it addresses the
> issue.
>
> The message I'm getting from my program is: " The 'files = ' setting in
> your config.sys is too small. The 1040ez program requires a minimum of
> files - 65."
>
> Thank you if you can help!!!!
>
> --
> Rich G
>
>
> "Wesley Vogel" wrote:
>
>> Use config.nt
>>
>> Files
>> http://www.microsoft.com/resources/d...-us/files.mspx
>>
>> Or paste the following line into Start | Run and click OK...
>>
>> hh ntcmds.chm::/files.htm
>>
>> --
>> Hope this helps. Let us know.
>>
>> Wes
>> MS-MVP Windows Shell/User
>>
>> In news:WxICh.3282$(E-Mail Removed),
>> JoeSpareBedroom <(E-Mail Removed)> hunted and pecked:
>>> OS: XP Pro w/SP2 and a box of Kleenex on top of the computer. White
>>> Kleenex.
>>>
>>> I just installed a Windows app from 1996. At the end of the
>>> installation, it said it needed to add FILES=30 to config.sys. I know
>>> it would've harmed nothing to let it do its thing, but I was curious as
>>> to whether it should modify the CONFIG.SYS file in the root directory,
>>> or can there be individual ones for each user profile? If so, where
>>> should those user-specific files be placed? If the one in the root
>>> directory is modified, does that take care of all users who might run
>>> the app?
>>>
>>> Meanwhile, I've started the 6 apps I live in all day, and this newly
>>> installed one, and I've seen no issues, so I wonder if the FILES= line
>>> is really needed with XP.