PC Review


Reply
 
 
namsilat
Guest
Posts: n/a
 
      27th Feb 2008
I have an old DOS program that I am trying to run on my XP Home. The
program requires the "FILES" option to be set to at least 90, so I
created CONFIG.SYS and set "FILES=90" in the file. I then restarted
the machine.

Unfortunately that did not work. So my question is, how do I set the
parameters such that it would run the DOS program.

 
Reply With Quote
 
 
 
 
John
Guest
Posts: n/a
 
      27th Feb 2008
namsilat wrote:
> I have an old DOS program that I am trying to run on my XP Home. The
> program requires the "FILES" option to be set to at least 90, so I
> created CONFIG.SYS and set "FILES=90" in the file. I then restarted
> the machine.
>
> Unfortunately that did not work. So my question is, how do I set the
> parameters such that it would run the DOS program.
>


XP does not have DOS, so you will have to boot your PC from a DOS disk
first then run your program.

John.
 
Reply With Quote
 
John
Guest
Posts: n/a
 
      27th Feb 2008
Did you try setting system variables at the following location:
Control Panel - System - Advanced (tab) - Environment Variables (button) -
System Variables

insert FILES=90 there. Restart and test it.

"namsilat" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have an old DOS program that I am trying to run on my XP Home. The
> program requires the "FILES" option to be set to at least 90, so I
> created CONFIG.SYS and set "FILES=90" in the file. I then restarted
> the machine.
>
> Unfortunately that did not work. So my question is, how do I set the
> parameters such that it would run the DOS program.
>



 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      27th Feb 2008
On Windows NT/2000/XP adjust this setting in the Config.nt file. The
file is in the System32 folder. The config.sys file is not used at all.

John

namsilat wrote:

> I have an old DOS program that I am trying to run on my XP Home. The
> program requires the "FILES" option to be set to at least 90, so I
> created CONFIG.SYS and set "FILES=90" in the file. I then restarted
> the machine.
>
> Unfortunately that did not work. So my question is, how do I set the
> parameters such that it would run the DOS program.
>


 
Reply With Quote
 
throwitout
Guest
Posts: n/a
 
      27th Feb 2008
On Feb 27, 3:50 pm, namsilat <talism...@hotmail.com> wrote:
> I have an old DOS program that I am trying to run on my XP Home. The
> program requires the "FILES" option to be set to at least 90, so I
> created CONFIG.SYS and set "FILES=90" in the file. I then restarted
> the machine.
>
> Unfortunately that did not work. So my question is, how do I set the
> parameters such that it would run the DOS program.


Check the PIF settings for the program. If you have a PIF file already
right click that, if not right click the EXE file, go to properties-
>program->advanced.


It will show a line "Config filename" Mine by default has "%SystemRoot%
\SYSTEM32\CONFIG.NT"
either create a custom config file for that application or change the
system global one.

If you cannot get the program to run at all with the DOS emulator
built into Windows XP, look into the program DOSBox.
 
Reply With Quote
 
Bruce Chambers
Guest
Posts: n/a
 
      28th Feb 2008
namsilat wrote:
> I have an old DOS program that I am trying to run on my XP Home. The
> program requires the "FILES" option to be set to at least 90, so I
> created CONFIG.SYS and set "FILES=90" in the file. I then restarted
> the machine.
>
> Unfortunately that did not work. So my question is, how do I set the
> parameters such that it would run the DOS program.
>



WinXP doesn't use either AUTOEXEC.BAT or CONFIG.SYS; it doesn't even
read them. Usually, the empty files are present simply to provide some
backwards compatibility with legacy applications that "expect" or
require their presence. To set environmental variables, Right-Click My
Computer > Properties > Advanced > Environment Variables > System
Variables/New (or Edit, as applicable). You can also add the
appropriate line(s) to C:\Windows\System32 Config.nt.


--

Bruce Chambers

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html

http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
Reply With Quote
 
HeyBub
Guest
Posts: n/a
 
      28th Feb 2008
namsilat wrote:
> I have an old DOS program that I am trying to run on my XP Home. The
> program requires the "FILES" option to be set to at least 90, so I
> created CONFIG.SYS and set "FILES=90" in the file. I then restarted
> the machine.
>
> Unfortunately that did not work. So my question is, how do I set the
> parameters such that it would run the DOS program.


"... did not work..." So, what did it do?

If the program is like one we wrote many years ago, it actually reads the
CONFIG.SYS file found in the C:\ (root) directory and looks for the line
FILES=nnnn (no quotes) setting.

All I can suggest is that you check the location of the CONFIG.SYS file - it
must be in the root directory.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dll config and web.config and Label Expressions (binding label text to dll config settings) CSharpner Microsoft ASP .NET 0 9th Apr 2007 10:00 PM
DTDs for machine.config, web.config, security.config available ? =?Utf-8?B?UGF1bCBLZW5uZWR5?= Microsoft Dot NET Framework 1 5th Feb 2007 05:42 AM
sharedListeners config in app.config file doesn't recognize customlocation attribute RJ Microsoft Dot NET 0 1st Nov 2006 08:48 PM
using ReadXml to read exe.config file into Grid and update the exe.config using WriteXml hazz Microsoft C# .NET 0 7th Jul 2006 10:32 PM
Configuration Error - c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Ivan Microsoft ASP .NET 1 21st May 2004 05:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:34 AM.