home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / shortcf / toolkit.ch < prev   
Text File  |  1999-05-11  |  943b  |  23 lines

  1. /*TOOLKIT.CH*/
  2.  
  3. /*In a more complicated sample it would be necessary to change paths*/
  4. /*in the config.sys in order for the apps to run.  This is an example of*/
  5. /*the file necessary to do this.*/
  6.  
  7. /*MERGE merges data into an existing statement in the Config.sys file.*/
  8. /*You can also use the SET keyword following the first quote */
  9. /*character.  The word set is ignored unless you are adding a new line */
  10. /*to the config.sys.  The = # refers to the Control.scr file indicating the*/
  11. /*destination directory.*/
  12. /*  The  ".;" states to look in the current directory*/
  13. /*This is why in this small example this file is not necessary*/
  14. /*but if this did not exist in the config.sys already, this file would be*/
  15. /*necessary.  There are other  keywords, refer to the programming*/
  16. /*guide for further documentation*/
  17.  
  18.  
  19. /*merge "SET LIB"=0*/
  20. /*merge "SET INCLUDE"=4*/
  21. /*merge "SET INCLUDE"=11*/
  22. /*merge "SET INCLUDE"=".;"*/
  23.