Buffers and Files line in Dos programs

G

Guest

Dear friends
I have dos program which using Buffers=50 Files=50 from config.sys file in
MS dos.The same program how i can run in windows XP.Now when i am adding this
line in config.nt not effect.
expecting a reply
 
W

Wesley Vogel

Remove the Buffers=50 line from config.nt. Windows XP does not use this
command.

See this...

Troubleshooting MS-DOS-based programs in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;314106

Also...
[[The MS-DOS subsystem ignores many of these commands, such as buffers and
break, because the MS-DOS subsystem works without them. They are accepted
for compatibility only.]]
From...
XP Help and Support
and
MS-DOS subsystem commands
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/dos_cmds.mspx

[[Buffers
Windows XP does not use this command. It is accepted only for compatibility
with MS-DOS files.]]
From...
XP Help and Support
and
Buffers
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/dos_cmds.mspx

[[Files
Sets the number of files that the MS-DOS subsystem can access at one time.
Use the systemroot\System32\Config.nt file, or the equivalent startup file
specified in a program's program information file (PIF), to specify the
files parameter.

Syntax
files=x

Parameters
x: Required. Specifies the number of files that the MS-DOS subsystem can
access at one time. Valid values for x are in the range 8 through 255. The
default value is 8.

Remarks
Although the default setting for the x parameter is 8, some programs require
a larger value. A typical setting is 20.

Examples
To specify that the MS-DOS subsystem can access up to 20 files at one time,
type the following line in your Config.nt file:

files=20 ]]

From...
XP Help and Support
and
Files
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/files.mspx

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top