Shoutbox

My first script. - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: My first script. (/showthread.php?tid=76667)

My first script. by Kriogenic on 08-10-2007 at 01:23 AM

Ok I am new here... Thought to release my first script.

NOTE: Thanks to everyone who helped with the functions for this script in IRC.

Basically this has 3 command

commands:

code:
/os
/hdd (total,summary)
/uptime (PM)(on,off)


Descriptions:
code:
/os - Displays your current operating system to user
EG: Microsoft Windows XP Professional - Service Pack 2 - 5.1.2600

/hdd total - Sends total hard drive space to contact.
EG: My Total Free Harddrive Space: 39GB/540GB

/hdd summary - Sends a summary of your harddrives to contacts
EG: Summary of my Harddrives: [C:]: 9.27GB/9.77GB [D:]: 16.35GB/27.49GB [M:]: 391.31GB/498.97GB

/uptime - Displays total uptime to contacts
EG: Uptime:  9 days 22 hours and 47 minutes

/uptime PM on - Turns on uptime in your private message updating every minute like a counter

/uptime PM off - Turns off the uptime in your private message and restores your PM back to normal


Like I said this is my first script so it may not be any good....

When I learn about windows and everything I will make this alot better but for now here is version 1.00

Kriogenic.
RE: My first script. by albert on 08-10-2007 at 01:31 AM

Nice first script, although I believe a script already does all of this. None the less, good scripting exercise.


RE: My first script. by Supersonicdarky on 08-10-2007 at 01:37 AM

(!VER) already displays current os (+ messenger and plus! versions).


RE: My first script. by Kriogenic on 08-10-2007 at 01:44 AM

quote:
Originally posted by albert
Nice first script, although I believe a script already does all of this. None the less, good scripting exercise.

I have seen a script that you have to go through a menu and click HDD summary or total this just makes it quicker...

There HAS to be one for the uptime but I couldn't find it I probably didn't look hard enough.


quote:
Originally posted by Supersonicdarky
(!VER) already displays current os (+ messenger and plus! versions).

Hmm you have a good point... Never knew that untill now actually but fair enough.