INFOPATH: Difference between revisions
Appearance
Created page with "Defines the directory where info files are stored. You need a info-browser to view info files. Info files contains documentation and they are used by some programs that are po..." |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Defines the directory where info files are stored. You need | Defines the directory where info files are stored. You need an info-browser to view info files. Info files contain documentation and they are used by some GNU programs. | ||
SET INFO=<path1>; | SET INFO=<path1>; ...;<pathn> | ||
==Parameters== | ==Parameters== | ||
;Path :Can be any full path. | ;Path:Can be any full path. | ||
:'''Note:''' Paths must be defined with Unix like forward slashes. If you define more than one path, they must be delimited with a semicolon. | :'''Note:''' Paths must be defined with Unix like forward slashes. If you define more than one path, they must be delimited with a semicolon. | ||
[[Category:EMX environment variable]] | |||
[[Category: |
Latest revision as of 15:03, 8 March 2019
Defines the directory where info files are stored. You need an info-browser to view info files. Info files contain documentation and they are used by some GNU programs.
SET INFO=<path1>; ...;<pathn>
Parameters
- Path
- Can be any full path.
- Note: Paths must be defined with Unix like forward slashes. If you define more than one path, they must be delimited with a semicolon.