home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
viscobv6.zip
/
vac22os2
/
ibmcobol
/
samples
/
toolkit
/
mm
/
shortcf
/
toolkit.ch
< prev
Wrap
Text File
|
1996-11-19
|
943b
|
23 lines
/*TOOLKIT.CH*/
/*In a more complicated sample it would be necessary to change paths*/
/*in the config.sys in order for the apps to run. This is an example of*/
/*the file necessary to do this.*/
/*MERGE merges data into an existing statement in the Config.sys file.*/
/*You can also use the SET keyword following the first quote */
/*character. The word set is ignored unless you are adding a new line */
/*to the config.sys. The = # refers to the Control.scr file indicating the*/
/*destination directory.*/
/* The ".;" states to look in the current directory*/
/*This is why in this small example this file is not necessary*/
/*but if this did not exist in the config.sys already, this file would be*/
/*necessary. There are other keywords, refer to the programming*/
/*guide for further documentation*/
/*merge "SET LIB"=0*/
/*merge "SET INCLUDE"=4*/
/*merge "SET INCLUDE"=11*/
/*merge "SET INCLUDE"=".;"*/