Computer Info
Platform: mIRC
Published Nov 16, 2005
Updated Nov 16, 2005
well this is a code i made so people can see my cpu info. there's 9 options. plus another that lists everytihng together, so thats 10. you need "moo.dll" to use this.
menu menubar,channel,query {
-
Computer Info.
.Operating System:say Operating System: $dll(moo.dll,osinfo,_)
.CPU Info: say Computer Information: $dll(moo.dll,cpuinfo,_)
.Memory: say Memory Information: $dll(moo.dll,meminfo,_)
.Free Disk Space:say Free Disk Space: $round($calc(($disk(c).free + $disk(d).free + $disk(e).free + $disk(f).free)/1048576000),1)
.Screen Resolution:say Screen Resolution: $dll(moo.dll,screeninfo,_)
.Uptime:say Uptime: $dll(moo.dll,uptime,_)
.Video Card: say Video Card: $dll(moo.dll,gfxinfo,_)
.Dialup?: say Dialup: $dll(moo.dll,connection,_)
.Network Interface: say Network Interface: $dll(moo.dll,interfaceinfo,_)
.-
.List All At Once:say Operating System: $dll(moo.dll,osinfo,_) , Computer Information: $dll(moo.dll,cpuinfo,_) , Memory Information: $dll(moo.dll,meminfo,_) , Free Disk Space: $round($calc(($disk(c).free + $disk(d).free + $disk(e).free + $disk(f).free)/1048576000),1) , Screen Resolution: $dll(moo.dll,screeninfo,_) , Uptime: $dll(moo.dll,uptime,_) , Video Card: $dll(moo.dll,gfxinfo,_)