Assuming you wish to compare the environment variable settings in two
'environments'

Unix :

 From the Unix command prompt in environment '1' :


   env > /tmp/env1.out

 From the Unix command prompt in environment '2' :

  env > /tmp/env2.out

  diff /tmp/env1.out /tmp/env2.out

Windows :

 From the Windows DOS command prompt in environment '1' :

   set > \tmp\env1.out

 From the Windows DOS command prompt in environment '2' :

    set > \tmp\env2.out

    windiff \tmp\env1.out \tmp\env2.out



On Sep 21, 6:49 am, Lalit Patil <[email protected]> wrote:
> Hi All,
>
> Is there any utility/tool for T24 wherein we can check the *differences 
> between 2 different environments & compare them?
> or Please suggest me any other alternative by which we can achieve this 
> functionality/requierment

> Help would be greatly appreciated.
> Thanks in advance.
>
> Regards,
> Lalit Patil

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to