Setting system variables for IBM Global Security Kit on Windows

To run IBM® Global Security Kit (GSKit) executable files from the command line you need to set the PATH environment variable to point to the IBM Global Security Kit (GSKit) bin, and lib directories. For Windows x64 for the library path should be lib64.

For example, for x86 Windows systems, run the following commands:
set PATH="C:\Program Files\ibm\gsk8\bin";%PATH%

set PATH="C:\Program Files\ibm\gsk8\lib";%PATH%