Setting up 'paths' with XP (MS-DOS emulation)?

G

Gerry Wolff

I have recently upgraded from W98SE to WXP and I want to run some MS-DOS
programs as I did before.

Previously, I set up paths in the autoexec.bat file so that programs and
files could be found. Please could someone explain how I can achieve the
equivalent effect with the XP command prompt?

With thanks,

Gerry
 
P

Pegasus \(MVP\)

Gerry Wolff said:
I have recently upgraded from W98SE to WXP and I want to run some MS-DOS
programs as I did before.

Previously, I set up paths in the autoexec.bat file so that programs and
files could be found. Please could someone explain how I can achieve the
equivalent effect with the XP command prompt?

With thanks,

Gerry

The normal way to configure the path variable is to follow this path:
Control Panel / System / Advanced / Environmental variables.
If you insist doing it via the Command Prompt then you could use
setx.exe from the Windows Resource Kit.
 
P

Pegasus \(MVP\)

Gerry Wolff said:
I have recently upgraded from W98SE to WXP and I want to run some MS-DOS
programs as I did before.

Previously, I set up paths in the autoexec.bat file so that programs and
files could be found. Please could someone explain how I can achieve the
equivalent effect with the XP command prompt?

With thanks,

Gerry

I forgot to mention that the following command will modify the
path for the current session only:

set path=%path%;c:\YourFolder

This, of course, is the same as in Win9x.
 
G

Gerry Wolff

Thanks.

Gerry

Pegasus (MVP) said:
The normal way to configure the path variable is to follow this path:
Control Panel / System / Advanced / Environmental variables.
If you insist doing it via the Command Prompt then you could use
setx.exe from the Windows Resource Kit.
 

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