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

  1.  
  2. /*  The TLKBASE.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)filename is replaced with the full path of the file   */
  18. /*   that was used to copy the file to its destination on the drive*/
  19.  
  20.  
  21. WPObject =
  22.     (
  23.     WPClassName   = "WPFolder"
  24.     WPTitle       = "Sample Multimedia Presentation\nManager Toolkit/2"
  25.     WPSetupString = "ICONFILE=$(DEST)MMTOOLKT.ICO;OBJECTID=<SAMPLE_MMPMTLK>"
  26.     WPLocation    = "<WP_DESKTOP>"
  27.     WPFlags       = 2L
  28.     )
  29.  
  30.  
  31. /* end of TLKBASE.SCR */
  32.