home *** CD-ROM | disk | FTP | other *** search
/ GU 15 - Background Photo Collection - Hanabi / gu15.iso / pc / browser.exe / browser.DXR / 00078.ls < prev    next >
Encoding:
Text File  |  1996-09-12  |  258 b   |  12 lines

  1. on correvtname
  2.   if the machineType = 256 then
  3.     set ext to ".BMP"
  4.   else
  5.     set ext to ".pic"
  6.   end if
  7.   relacecname(105, 204, "k", "120k")
  8.   relacecname(205, 304, "k", "240k")
  9.   relacecname(305, 404, "k", "640k")
  10.   relacecname(105, 404, ext, EMPTY)
  11. end
  12.