environment variable question

  • Thread starter Thread starter Vic
  • Start date Start date
V

Vic

I have an old (1991) DOS 'EXE' program wich works in conjunction with batch files. The EXE puts certain information into an
environment variable, the BAT file executes the variable.

This setup does not work in XP (or W2K). I'm wondering why. It appears the OS will not allow the EXE to write a variable to the
environment (all in a 'dos' window), but I am not SURE this is the case. I am wondering if the problem is the WAY the EXE wants to
write a variable into the environment!

Can someone enlighten me as to what is is actually going on?

Thanks
Vic
 
Answered in detail a win2000.general. Please do not multipost -
it wastes everybody's time!


Vic said:
I have an old (1991) DOS 'EXE' program wich works in conjunction with
batch files. The EXE puts certain information into an
environment variable, the BAT file executes the variable.

This setup does not work in XP (or W2K). I'm wondering why. It appears the
OS will not allow the EXE to write a variable to the
environment (all in a 'dos' window), but I am not SURE this is the case. I
am wondering if the problem is the WAY the EXE wants to
 
Back
Top