home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / MM / SHORTCF / TLKSTRN.SCR < prev    next >
Text File  |  1995-08-24  |  1KB  |  35 lines

  1.  
  2. /*  The TLKSTRN.SCR change file for MMPM2.INI  */
  3.  
  4. /*                                       FOOTNOTES                                      */
  5.  
  6. /*    The basic syntax is KEYWORD = one of (STRING, NUMBER, ARRAY)*/
  7. /*    All keywords are unique.   All keywords are shown           */
  8.  
  9. /*    WPTitle is the folder title to be specified under the icon. */
  10. /*    The (\n) paramater allows the title to wordwrap*/
  11.  
  12. /*    WPSetupString OBJECTID is required to destroy the object. */
  13.  
  14. /*    WPFlags can use 0, 1, 2 (L), generally for programs 1L works*/
  15. /*    well and for folders 2L works well*/
  16.  
  17. /*    $(DEST) is replaced with the full path of the file that was*/
  18. /*    used to copy the file to its destination on the hard drive*/
  19.  
  20. /*    $(DIR)# is a number of a destination directory as stated in*/
  21. /*    the file control.scr.  The macro is replaced by the default*/
  22. /*    drive and the path defined in the control.scr file for the*/
  23. /*    specified DESTINDIR definition.  */
  24.  
  25. WPObject =
  26.     (
  27.     WPClassName   = "WPProgram"
  28.     WPTitle       = "String Test\nSample"
  29.     WPSetupString = "EXENAME=$(DEST)MCISTRNG.EXE;PROGTYPE=PM;STARTUPDIR=$(DIR)11;OBJECTID=<MPM2TLK_SMCISTRNG>"
  30.     WPLocation    = "<SAMPLE_MMPMTLK>"
  31.     WPFlags       = 1L
  32.     )
  33.  
  34. /* end of TLKSTRN.SCR */
  35.