Hi all,
I am creating a packaging script and I have a problem.
When the script is first run, it prompts the user for the pathname
directories of certain apps that are necessary (eg. BEA, IPLANET, MYSQL,
etc).
When done prompting, I then confirm these values withthe user and ask him to
enter them into the OS list of Enviornment variables (start - settings -
control panel - system - advanced - enviornment variables). I use a 'pause'
command to halt script so the user can go enter these values. The problem
is, the current shell that the script is running in HAS NO IDEA OF THESE NEW
VAR SETTINGS and so fails when it tries to use them.
How do I re-source (like in UNIX) the current shell so that it will be aware
of these new system wide enviornment variables?
Please help,
Derek