Skip to main content

client environment variables through Thin Client

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

How to read client environment variables through Thin Client

Resolution:

You can use C$SYSTEM to run this command line:

echo %GENESIS_HOME% > NAME.TXT > 2>&1

After that, you have to copy NAME.TXT to the server, and then you can read it as a normal input file.

Old KB# 2802