Jump to content

SOURCEPATH: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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..."
 
Ak120 (talk | contribs)
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 Sourcepath variable is used by the OS/2 install programm and by the programms in the "Install/Delete" folder.
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  
  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.