Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > cannot load setver.exe

Reply
Thread Tools Display Modes

cannot load setver.exe

 
 
horst
Guest
Posts: n/a

 
      09-12-2009
I switched to Vista from XP but I have now a problem.
I am using an old DOS program which needs some settings in SETVER.EXE
I am asked to load this program in CONFIG.SYS (or CONFIG.NT) and so I
added there the line
device="c:\xxx\setver.exe"
But when I call setver.exe it says that it is not loaded.
I have been able to load this program in Windows 2000 and XP without problem
Somebody can please help me?
horst
 
Reply With Quote
 
 
 
 
Dusko Savatovic
Guest
Posts: n/a

 
      09-12-2009
Use Virtual PC and install DOS inside virtual machine.

"horst" <> wrote in message
news:e8Tk$k$...
>I switched to Vista from XP but I have now a problem.
> I am using an old DOS program which needs some settings in SETVER.EXE
> I am asked to load this program in CONFIG.SYS (or CONFIG.NT) and so I
> added there the line
> device="c:\xxx\setver.exe"
> But when I call setver.exe it says that it is not loaded.
> I have been able to load this program in Windows 2000 and XP without
> problem
> Somebody can please help me?
> horst



 
Reply With Quote
 
horst
Guest
Posts: n/a

 
      09-13-2009
Thank you.
Which virtual machine would you suggest?
horst

On 13.09.2009 00:47, Dusko Savatovic wrote:
> Use Virtual PC and install DOS inside virtual machine.
>
> "horst" <> wrote in message
> news:e8Tk$k$...
>> I switched to Vista from XP but I have now a problem.
>> I am using an old DOS program which needs some settings in SETVER.EXE
>> I am asked to load this program in CONFIG.SYS (or CONFIG.NT) and so I
>> added there the line
>> device="c:\xxx\setver.exe"
>> But when I call setver.exe it says that it is not loaded.
>> I have been able to load this program in Windows 2000 and XP without
>> problem
>> Somebody can please help me?
>> horst

>
>

 
Reply With Quote
 
Saucy
Guest
Posts: n/a

 
      09-13-2009
lol

He said Virtual PC - that's a Microsoft product. It's available as "Virtual
PC" for Windows 7 and as "Virtual PC 2007" for other versions of Windows.
The one for Windows 7 makes use of virtualization enhancements in the more
modern hardware - your CPU etc. must be capable - otherwise use Virtual PC
2007:


[Virtual PC for Windows 7]
http://www.microsoft.com/windows/vir...c/default.aspx

[Virtual PC for other versions of Windows or if no hardware assisted
virtualization]
http://www.microsoft.com/downloads/d...displaylang=en


Saucy



"horst" <> wrote in message
news:...
> Thank you.
> Which virtual machine would you suggest?
> horst
>
> On 13.09.2009 00:47, Dusko Savatovic wrote:
>> Use Virtual PC and install DOS inside virtual machine.
>>
>> "horst" <> wrote in message
>> news:e8Tk$k$...
>>> I switched to Vista from XP but I have now a problem.
>>> I am using an old DOS program which needs some settings in SETVER.EXE
>>> I am asked to load this program in CONFIG.SYS (or CONFIG.NT) and so I
>>> added there the line
>>> device="c:\xxx\setver.exe"
>>> But when I call setver.exe it says that it is not loaded.
>>> I have been able to load this program in Windows 2000 and XP without
>>> problem
>>> Somebody can please help me?
>>> horst

>>
>>

 
Reply With Quote
 
Bill Leary
Guest
Posts: n/a

 
      09-14-2009
"horst" <> wrote in message
news:e8Tk$k$...
>I switched to Vista from XP but I have now a problem.
> I am using an old DOS program which needs some settings in SETVER.EXE
> I am asked to load this program in CONFIG.SYS (or CONFIG.NT) and so I
> added there the line
> device="c:\xxx\setver.exe"


Assuming you've got a normal Vista installation, do one of these:

Solution 1:
Gets SETVER.EXE to be loaded for EVERY DOS program.

Go to C:\Windows\System32 and edit the CONFIG.NT you'll find there.

You have to edit this as administrator or it won't let you save it. (see
note at end)

Add
device=%SystemRoot%\system32\setver.exe

and save it.

Run your program.

The drawback to this is that you're now loading SETVER.EXE in every DOS
program or command session.

Solution 2:
Loads SETVER.EXE for ONLY the specific program you want.

Copy the above CONFIG.NT somewhere else. Probably to the same directory
where the program you want SETVER for is.

Edit that version, adding the above noted line.

Right click the program you want SETVER for.

Go to Properties -> Program -> Advanced

Modify the Config file name path you see there to match the CONFIG.NT you
just edited.

Save it all, run your program.

Solution 3:
Loads SETVER.EXE for a special command prompt.

Create a shortcut to C:\Windows\System32\COMMAND.COM

Note: Not CMD.EXE. CMD.EXE will not allow you to modify the path to
CONFIG.NT.

Then repeat the steps above to create a local CONFIG.NT and point the
shortcut to it.

> But when I call setver.exe it says that it is not loaded.


Probably edited C:\CONFIG.NT, which won't work.

> I have been able to load this program in Windows 2000 and XP without
> problem
> Somebody can please help me?


See if any of the above works.

Note that I didn't test the above. These comment are my memory of how I've
done it for cases where I had to have SETVER work as it did for ME or XP.
So, if you get stuck, tell me which one of the above you were trying and
I'll debug it.

- Bill

"Note at end:" In order to save this file, in this directory, you have to
edit it as administrator. There are probably other ways to accomplish this,
but what I usually do is start a command prompt by right clicking and
selecting the "Run as administrator" option. Then CD to the correct
directory and just type EDIT CONFIG.NT. When I save it that way, there are
no complaints.

 
Reply With Quote
 
horst
Guest
Posts: n/a

 
      09-16-2009
Thank you for your detailed explanations.
But unfortunately it doesn't work.
I program SETVER, it says that table has been changed and it will be
activated on the next reboot. But after rebooting nothing changed!
Vista makes me really crappy!
horst

On 14.09.2009 03:42, Bill Leary wrote:
> "horst" <> wrote in message
> news:e8Tk$k$...
>> I switched to Vista from XP but I have now a problem.
>> I am using an old DOS program which needs some settings in SETVER.EXE
>> I am asked to load this program in CONFIG.SYS (or CONFIG.NT) and so I
>> added there the line
>> device="c:\xxx\setver.exe"

>
> Assuming you've got a normal Vista installation, do one of these:
>
> Solution 1:
> Gets SETVER.EXE to be loaded for EVERY DOS program.
>
> Go to C:\Windows\System32 and edit the CONFIG.NT you'll find there.
>
> You have to edit this as administrator or it won't let you save it. (see
> note at end)
>
> Add
> device=%SystemRoot%\system32\setver.exe
>
> and save it.
>
> Run your program.
>
> The drawback to this is that you're now loading SETVER.EXE in every DOS
> program or command session.
>
> Solution 2:
> Loads SETVER.EXE for ONLY the specific program you want.
>
> Copy the above CONFIG.NT somewhere else. Probably to the same directory
> where the program you want SETVER for is.
>
> Edit that version, adding the above noted line.
>
> Right click the program you want SETVER for.
>
> Go to Properties -> Program -> Advanced
>
> Modify the Config file name path you see there to match the CONFIG.NT
> you just edited.
>
> Save it all, run your program.
>
> Solution 3:
> Loads SETVER.EXE for a special command prompt.
>
> Create a shortcut to C:\Windows\System32\COMMAND.COM
>
> Note: Not CMD.EXE. CMD.EXE will not allow you to modify the path to
> CONFIG.NT.
>
> Then repeat the steps above to create a local CONFIG.NT and point the
> shortcut to it.
>
>> But when I call setver.exe it says that it is not loaded.

>
> Probably edited C:\CONFIG.NT, which won't work.
>
>> I have been able to load this program in Windows 2000 and XP without
>> problem
>> Somebody can please help me?

>
> See if any of the above works.
>
> Note that I didn't test the above. These comment are my memory of how
> I've done it for cases where I had to have SETVER work as it did for ME
> or XP. So, if you get stuck, tell me which one of the above you were
> trying and I'll debug it.
>
> - Bill
>
> "Note at end:" In order to save this file, in this directory, you have
> to edit it as administrator. There are probably other ways to
> accomplish this, but what I usually do is start a command prompt by
> right clicking and selecting the "Run as administrator" option. Then CD
> to the correct directory and just type EDIT CONFIG.NT. When I save it
> that way, there are no complaints.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Load Balancing Max2006 Windows Server 1 04-26-2009 01:45 PM
Minidumps available ! Skybuck Flying Windows 64 Bit 18 10-09-2007 08:23 PM
Windows cannot load the locally stored profile charlestek Windows Server 1 05-01-2007 10:04 AM
HELP : Windows 2003 SP1 hangs during install Nicolas Windows Server 1 05-10-2005 09:52 AM
network load balancing james johnson Windows Server 4 03-22-2005 04:45 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59