SOURCEPATH: Difference between revisions
Appearance
Created page with "Defines the path to the OS/2 install diskettes image files. Normally this is the OS2IMAGES directory on the OS/2 install CD-ROM, if you have the files somewhere else you can d..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Defines the path to the OS/2 install diskettes image files. Normally this is the OS2IMAGES directory on the OS/2 install CD-ROM, if you have the files somewhere else you can define here the right path. The | Defines the path to the OS/2 install diskettes image files. Normally this is the OS2IMAGES directory on the OS/2 install CD-ROM, if you have the files somewhere else you can define here the right path. The SOURCEPATH variable is used by the OS/2 installation program and by the programs in the "Install/Delete" folder. | ||
SET | SET SOURCEPATH=path | ||
Value can be any full path. Relative paths are not allowed. | Value can be any full path. Relative paths are not allowed. | ||
[[Category:Environment variable]] | [[Category:Environment variable]] |
Latest revision as of 18:32, 4 October 2023
Defines the path to the OS/2 install diskettes image files. Normally this is the OS2IMAGES directory on the OS/2 install CD-ROM, if you have the files somewhere else you can define here the right path. The SOURCEPATH variable is used by the OS/2 installation program and by the programs in the "Install/Delete" folder.
SET SOURCEPATH=path
Value can be any full path. Relative paths are not allowed.