home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / shop / lcd.dir / 00042.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  1.9 KB  |  59 lines

  1. global guserlist, gusernumber
  2.  
  3. on exehomepageolimpic
  4.   global gwin
  5.   if gwin = 0 then
  6.     if gusernumber = 9 then
  7.       alert("テ・ツェテァ窶コCD-ROMテツゥテテ」Nテャテテナステテ催ニ津ツ「テ窶ケテテ敕テεツシテAテツアテテε」@テョ\テテ陛ゥgテツカテ窶ケテテセテテ" & RETURN & "SETUPテツシテ韻テ嘉ャテ厩テ曳テ[テ嘉」テツオテテスCurio10テテ甘テ凝」Nテャテテツオテニ津「ナテナステツ「")
  8.       exit
  9.     end if
  10.     exehomepagemacolimpic()
  11.   else
  12.     if gusernumber = 9 then
  13.       alert("CD-ROMテツゥテテ」Nテャテテナステテ催テステ映テ嘉テョツシテツシテテ敕テεツシテAテツアテテε」@テョ\テテ陛ゥgテツカテ窶ケテテセテテ" & RETURN & "ツツ脆停ぎツッ竄ャツョテステ榲窶ヲナテツ静ツオテテスCurio10テテ甘テ凝」Nテャテテツオテニ津「ナテナステツ「")
  14.       exit
  15.     end if
  16.     exehomepagewinolimpic()
  17.   end if
  18. end
  19.  
  20. on exehomepagewinolimpic
  21.   if (offset("EXP", the netapp of guserlist) <> 0) or (offset("NETSC", the netapp of guserlist) <> 0) or (offset("WT", the netapp of guserlist) <> 0) then
  22.     set ld to chars(gdrive, 1, 1)
  23.     set html to ld & ":\MOVIE\SHOP\STATIC\NAGANO\INDEX.HTM"
  24.     open(the netapp of guserlist & " " & html)
  25.   else
  26.     winexebrzolimpic()
  27.   end if
  28. end
  29.  
  30. on exehomepagemacolimpic
  31.   if (offset("ツ・テ榲ステδ、ツ静", the netapp of guserlist) <> 0) or (offset("NETSC", the netapp of guserlist) <> 0) then
  32.     set html to "Curio10:MOVIE:SHOP:STATIC:NAGANO:INDEX.HTM"
  33.     open(html, the netapp of guserlist)
  34.   else
  35.     macexebrzolimpic()
  36.   end if
  37. end
  38.  
  39. on winexebrzolimpic
  40.   set ld to chars(gdrive, 1, 1)
  41.   set html to ld & ":\MOVIE\SHOP\STATIC\NAGANO\INDEX.HTM"
  42.   set lexefile to winsearchbrz()
  43.   if lexefile <> "0" then
  44.     open(lexefile & " " & html)
  45.   else
  46.     alert("テ韻テ嘉ャテ運テ[テ瑛テ叡テ曳テ疫テ嘉「テ右テ蔚テ邃「テ・ツゥテツャテツゥテテ凝窶ケテテセテテ津ツシテツオテテス")
  47.   end if
  48. end
  49.  
  50. on macexebrzolimpic
  51.   set lexefile to macsearchbrz()
  52.   set html to "Curio10:MOVIE:SHOP:STATIC:NAGANO:INDEX.HTM"
  53.   if lexefile <> "0" then
  54.     open(html, lexefile)
  55.   else
  56.     alert("テ韻テ嘉ャテ運テ[テ瑛テ叡テ曳テ疫テ嘉「テ右テ蔚テ邃「テ・ツゥテツャテツゥテテ凝窶ケテテセテテ津ツシテツオテテス")
  57.   end if
  58. end
  59.