NLSPATH: Difference between revisions
Appearance
Created page with "This variable is used somewhere with the National language support for the network and internet applications coming with OS/2. SET NLSPATH=<path1>;<path2>; ;Example: SET NL..." |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
NLSPATH specifies the search path for locating the message catalog files. The environment variable is used by the Message Facility component of the National language support subsystem. | |||
SET NLSPATH=<path1>;<path2>; | SET NLSPATH=<path1>;<path2>; | ||
;Example: | ;Example: | ||
SET NLSPATH=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N; | SET NLSPATH=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N; | ||
==Parameters== | ==Parameters== | ||
;Path | ;Path: Full path of the NLS support directory. | ||
[[Category:Environment variable]] | [[Category:Environment variable]] |
Latest revision as of 08:24, 21 August 2021
NLSPATH specifies the search path for locating the message catalog files. The environment variable is used by the Message Facility component of the National language support subsystem.
SET NLSPATH=<path1>;<path2>;
- Example
SET NLSPATH=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N;
Parameters
- Path
- Full path of the NLS support directory.