Skip to content
⌘ NSIS Forum Archive

HELP : How to defining environnement variable in the target computeur ?

3 posts

eipimun#

HELP : How to defining environnement variable in the target computeur ?

Hello,

I need to define a environement variable called "SAXON_CP" where for example SAXON_CP=D:\saxon\saxon.jar and modify the CLASSPATH environement variable like this :
CLASSPATH = ...;%SAXON_CP%

How can I do this two operation in the target computer ?
I don't found any explanation about this in the doc.

Regard

Eipimun
niteflyer#
Have a look here:


I have found this page under:
eipimun#
HELP : How to defining environnement variable in the target computeur ?

Thank you niteflyer : its help me to solve my problem !
Thans again.
Eipimun