help me !!!!
梅干超人,把冷血的这样修改看看:
x:=UpperCase(getOSDirectory())
sysname:=SubStr(x,RFind("\\\\",x)+1,CharCount(x))
if sysname="WINDOWS" then
JumpOutReturn(FileLocation^"main\\win98.exe")
else
if sysname="WINNT" then
JumpOutReturn(FileLocation^"main\\win2000.exe")
end if
end if