home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 November / PCDIREKT_1198.bin / SHOWDATA / Z95.EXE / Z95.dxr / 00001.ls next >
Encoding:
Text File  |  1997-07-06  |  209 b   |  11 lines

  1. on exitFrame
  2.   global NachISDN, myplatform
  3.   set NachISDN to 1
  4.   if the platform contains "32" then
  5.     set myplatform to "95"
  6.   else
  7.     set myplatform to "31"
  8.   end if
  9.   go(1, the pathName & "startneu")
  10. end
  11.