mIRC Home    About    Download    Register    News    Help

Print Thread
#36716 16/07/03 04:40 PM
Joined: Dec 2002
Posts: 174
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Dec 2002
Posts: 174
if ($dll(ProcInfo.dll,isMMX,.) == $true) { /set %mmxnow On }

if i wanted to put the dll procinfo.dll into c:\dll

how would i script that?

for the above if

#36717 16/07/03 04:56 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Well to be honest, if you don't know the answer to that, you probably shouldn't be playing around with dlls.

if ($dll(c:\dll\ProcInfo.dll,isMMX,.) == $true) { /set %mmxnow On }

#36718 16/07/03 04:57 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
if ($dll(c:\dll\ProcInfo.dll,isMMX,.)) { /set %mmxnow On }


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius

Link Copied to Clipboard