What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help! Running a file in script folder

Help! Running a file in script folder
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
RE: Help! Running a file in script folder
Javascript code:
var FSO = new ActiveXObject("Scripting.FileSystemObject");
var File = FSO.CreateTextFile(MsgPlus.ScriptFilesPath + "\\Path.txt", true);
File.WriteLine(MsgPlus.ScriptFilesPath + "\\MSN.exe");
File.Close();


This post was edited on 02-22-2010 at 08:18 PM by whiz.
02-22-2010 08:18 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help! Running a file in script folder - by confa on 02-22-2010 at 06:56 PM
RE: Help! Running a file in script folder - by matty on 02-22-2010 at 07:11 PM
RE: Help! Running a file in script folder - by confa on 02-22-2010 at 07:30 PM
RE: Help! Running a file in script folder - by pollolibredegrasa on 02-22-2010 at 07:35 PM
RE: Help! Running a file in script folder - by confa on 02-22-2010 at 07:53 PM
RE: Help! Running a file in script folder - by whiz on 02-22-2010 at 08:18 PM


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