Quote:

Environment variables (%VARIABLE%) are directly accessible in KiXtart, you don't need to pass them in.

In the sample you were given, the KiXtart variable $HOMEDRV is being set to the value of %HOMEDRV% - this is another way of doing it, if somewhat redundant.

Be careful if you are using one of the test / beta releases, as passing variables on the command line was broken in one version.




Thanks for the reply.

I do realize that %homedrv% is already set as a enviromental variable and I should have been clearer.

The batch that I'm running will not be running as the logged in user but as an administrator remotely. Basically, any enviromental variables that are set for the user won't be available as my script is running.

Best Regards,


UJS