home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpenbs.zip / WBPENBS1.DSK / BASE.SCR next >
Text File  |  1994-08-19  |  3KB  |  96 lines

  1. /*  The BASE.SCR change file for PEN PM. Adds objects to the PenPM folder   */
  2. /* NOTE when changing this file you may have to make a corresponding entry  */
  3. /* to the first two numeric fields in this file the first field represents  */
  4. /* the number of entries in this file.  The second entry is the percentage  */
  5. /* of the updating system files progress indicator the processing of this   */
  6. /* script file should represent. The percentage value from this file plus   */
  7. /* the percentage values from BASECONF.CH and WRKPLACE.CH must equal 100%.  */
  8. 8
  9. 8
  10.  
  11.  
  12. /* The basic syntax is KEYWORD = one of (STRING, NUMBER, ARRAY)      */
  13. /* All keywords are unique.                                          */
  14.  
  15. /***
  16.     #define CO_FAILIFEXISTS       0
  17.     #define CO_REPLACEIFEXISTS    1
  18.     #define CO_UPDATEIFEXISTS     2
  19. ***/
  20.  
  21. /* Create the PenPM folder */
  22. WPObject =
  23.    (
  24.    WPClassName   = "WPFolder"
  25.    WPTitle       = "Pen for OS/2"
  26.    WPSetupString = "OBJECTID=<PPM_FOLDER>;HELPPANEL=40154;HELPLIBRARY=PENPM.HLP;ICONFILE=$(DEST)PENPM.ICO"
  27.    WPLocation    = "<WP_DESKTOP>"
  28.    WPFlags       = 0L
  29.    )
  30.  
  31. /* 2nd row, Customization, Pen Tool Bar, Install, Tutorial */
  32. WPObject =
  33.    (
  34.    WPClassName   = "WPProgram"
  35.    WPTitle       = "Tutorial"
  36.    WPSetupString = "EXENAME=$(BOOT):\\OS2\\VIEW.EXE;PARAMETERS=$(DEST)PENTUT.INF INTRODUCTION;STARTUPDIR=$(DIR)7;HELPPANEL=63951;HELPLIBRARY=PENPM.HLP;PROGTYPE=PM;OBJECTID=<PPM_TUTOR>;ICONFILE=$(DEST)TUTORIAL.ICO"
  37.    WPLocation    = "<PPM_FOLDER>"
  38.    WPFlags       = 2L
  39.    )
  40.  
  41. WPObject =
  42.    (
  43.    WPClassName   = "WPProgram"
  44.    WPTitle       = "Pen for OS/2 Install"
  45.    WPSetupString = "EXENAME=$(DEST)PINSTALL.EXE;HELPPANEL=63953;HELPLIBRARY=PENPM.HLP;PROGTYPE=PM;OBJECTID=<PPM_INSTALL>"
  46.    WPLocation    = "<PPM_FOLDER>"
  47.    WPFlags       = 2L
  48.    )
  49.  
  50. WPObject =
  51.    (
  52.    WPClassName   = "WPProgram"
  53.    WPTitle       = "Pen Tool Bar"
  54.    WPSetupString = "EXENAME=$(DEST)PENB.EXE;HELPPANEL=20650;HELPLIBRARY=PENPM.HLP;PROGTYPE=PM;OBJECTID=<PPM_PENB>"
  55.    WPLocation    = "<PPM_FOLDER>"
  56.    WPFlags       = 2L
  57.    )
  58. WPObject =
  59.    (
  60.    WPClassName   = "PenPenSubSystem"
  61.    WPTitle       = "Customization"
  62.    WPSetupString = "OBJECTID=<PPM_PEN_SUBSYSTEMS>"
  63.    WPLocation    = "<PPM_FOLDER>"
  64.    WPFlags       = 2L
  65.    )
  66.  
  67. /* Ist row, Gesture Practice, Sketech Pad, Telepen */
  68. WPObject =
  69.    (
  70.    WPClassName   = "WPProgram"
  71.    WPTitle       = "Telepen"
  72.    WPSetupString = "EXENAME=$(DEST)TELEPEN.EXE;HELPPANEL=20500;HELPLIBRARY=PENPM.HLP;PROGTYPE=PM;OBJECTID=<PPM_TELESKCH>"
  73.    WPLocation    = "<PPM_FOLDER>"
  74.    WPFlags       = 2L
  75.    )
  76.  
  77. WPObject =
  78.    (
  79.    WPClassName   = "WPProgram"
  80.    WPTitle       = "Sketch Pad"
  81.    WPSetupString = "EXENAME=$(DEST)SKETCH.EXE;HELPPANEL=40093;HELPLIBRARY=PENPM.HLP;PROGTYPE=PM;OBJECTID=<PPM_SKETCHPAD>"
  82.    WPLocation    = "<PPM_FOLDER>"
  83.    WPFlags       = 2L
  84.    )
  85.  
  86. WPObject =
  87.    (
  88.    WPClassName   = "WPProgram"
  89.    WPTitle       = "Gesture Practice"
  90.    WPSetupString = "EXENAME=$(DEST)GESPAD.EXE;HELPPANEL=20099;HELPLIBRARY=PENPM.HLP;PROGTYPE=PM;OBJECTID=<PPM_GESPAD>"
  91.    WPLocation    = "<PPM_FOLDER>"
  92.    WPFlags       = 2L
  93.    )
  94.  
  95. /* end of base.scr */
  96.