home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / yadtv2.zip / folder.scr < prev    next >
Text File  |  1999-04-07  |  2KB  |  59 lines

  1. /* folder.scr - creates WPS folder for the TV and Radio Apps */
  2.  
  3. WPObject =
  4.     (
  5.     WPClassName   = "WPFolder"
  6.     WPTitle       = "Digital Television"
  7.     WPSetupString = "ICONFILE=$(DEST)YADTV2.ICO;OBJECTID=<DIGITAL_TV_FOLDER>"
  8.     WPLocation    = "<WP_DESKTOP>"
  9.     WPFlags       = 2L
  10.     )
  11.  
  12.  
  13. WPObject =
  14.     (
  15.     WPClassName   = "WPProgram"
  16.     WPTitle       = "YADTV/2"
  17.     WPSetupString = "EXENAME=$(DEST)YADTV2.EXE;ICONFILE=$(DEST)YADTV2.ICO;PROGTYPE=PM;STARTUPDIR=$(DIR)0;OBJECTID=<DIGITAL_TV_YADTV2>"
  18.     WPLocation    = "<DIGITAL_TV_FOLDER>"
  19.     WPFlags       = 1L
  20.     )
  21.  
  22. WPObject =
  23.     (
  24.     WPClassName   = "WPProgram"
  25.     WPTitle       = "Read Me"
  26.     WPSetupString = "EXENAME=E.EXE;PARAMETERS=$(DEST)mcddtv.txt;PROGTYPE=PM;STARTUPDIR=$(DIR)0;OBJECTID=<YADTV2_README>"
  27.     WPLocation    = "<DIGITAL_TV_FOLDER>"
  28.     WPFlags       = 1L
  29.     )
  30.  
  31. WPObject =
  32.     (
  33.     WPClassName   = "WPProgram"
  34.     WPTitle       = "YADTV/2 Information"
  35.     WPSetupString = "EXENAME=E.EXE;PARAMETERS=$(DEST)yadtv2.txt;PROGTYPE=PM;STARTUPDIR=$(DIR)0;OBJECTID=<YADTV2_INFORMATION>"
  36.     WPLocation    = "<DIGITAL_TV_FOLDER>"
  37.     WPFlags       = 1L
  38.     )
  39.  
  40. WPObject =
  41.     (
  42.     WPClassName   = "WPUrl"
  43.     WPTitle       = "Digital TV Home"
  44.     WPSetupString = "URL=http://www3.mb.sympatico.ca/~lsunley/index.html;OBJECTID=<DIGITAL_TV_URL>"
  45.     WPLocation    = "<DIGITAL_TV_FOLDER>"
  46.     WPFlags       = 1L
  47.     )
  48.  
  49. WPObject =
  50.     (
  51.     WPClassName   = "WPUrl"
  52.     WPTitle       = "Wincast/TV Drivers"
  53.     WPSetupString = "URL=http://www.wdi.co.uk/os2tv/download.htm;OBJECTID=<WINCAST_DRIVER_URL>"
  54.     WPLocation    = "<DIGITAL_TV_FOLDER>"
  55.     WPFlags       = 1L
  56.     )
  57.  
  58. /* end of FOLDER.SCR */
  59.