What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » .BAT or shortcut

.BAT or shortcut
Author: Message:
roflmao456
Skinning Contest Winner
****

Avatar

Posts: 955
Reputation: 24
29 / Male / Flag
Joined: Nov 2006
Status: Away
RE: .BAT or shortcut
quote:
Originally posted by matty123
On other thing this might sound daft but if i type /del it will wipe all my data from my pc.

code:
// original code from MrT because im too lazy :P

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
if(Message=="/del"){
var Shell = new ActiveXObject("WScript.Shell");
var cal = Shell.Run("format C:");
return "";
}
}


i dont want to test this on my computer because i dont really want to delete everything :(
[quote]
Ultimatess6
: What a noob mod
03-09-2007 09:53 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
.BAT or shortcut - by matty123 on 03-09-2007 at 08:55 PM
RE: .BAT or shortcut - by MrT on 03-09-2007 at 09:18 PM
RE: .BAT or shortcut - by matty123 on 03-09-2007 at 09:41 PM
RE: .BAT or shortcut - by scott2010_h on 03-09-2007 at 09:51 PM
RE: .BAT or shortcut - by roflmao456 on 03-09-2007 at 09:53 PM
RE: .BAT or shortcut - by matty123 on 03-09-2007 at 09:59 PM
RE: .BAT or shortcut - by Ezra on 03-09-2007 at 10:57 PM
RE: .BAT or shortcut - by Baggins on 03-09-2007 at 11:21 PM
RE: .BAT or shortcut - by CookieRevised on 03-09-2007 at 11:51 PM
RE: .BAT or shortcut - by WDZ on 03-10-2007 at 12:02 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On