mIRC Home    About    Download    Register    News    Help

Print Thread
D
DigitalDude
DigitalDude
D
In updates.txt there is:

18.$os now returns NET for .NET systems.

This behavior is not correct since Windows .NET does not exist. Windows .NET was renamed to Windows 2003 before it was released. So $os should return 2003 instead of .NET

P
pheonix
pheonix
P
i know its a bug, but its really easy to reproduce:
Code:
alias o.s {
return $replace($os,.NET,2003)
}

Last edited by pheonix; 31/08/03 03:59 AM.
D
DigitalDude
DigitalDude
D
Unfortunately, mIRC doesn't allow you to override internal identifiers. crazy

K
KoRn18
KoRn18
K
correct me if im wong (im not testing... 1 i dont have server 2K3, 2 theres no ctrl break anymore!!!! >:| [or so iv heard])

but isnt this an infinity loop?
alias os { return $replace($os,.NET,2003) }

Last edited by KoRn18; 31/08/03 03:36 AM.
Z
zac
zac
Z
No ctrl+break any more huh?

* Break: command halted (line 2, script.mrc)

So much for ctrl+break!

P
pheonix
pheonix
P
forgot about that blush,edited grin $o.s

Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
There sure is Ctrl+Break and it works but only until before (Not responding) is printed in the titlebar. After you see (Not responding), Ctrl+Break doesn't work. Note that I've only seen this on WinXP, I have no idea what happens on other Windows versions.

Joined: Dec 2002
Posts: 2,958
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Dec 2002
Posts: 2,958
//echo $replace($os,XP,NT5.1)

It replaces it for me.

Joined: Dec 2002
Posts: 188
T
Vogon poet
Offline
Vogon poet
T
Joined: Dec 2002
Posts: 188
There is no Windows 2003 either. It's Windows Server 2003 :tongue:

K
KoRn18
KoRn18
K
iv seen posts with somthing about break dont work anymore like it should idk...i didnt try it myself, i never got caught in a loop yet


Link Copied to Clipboard