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:
confa
New Member
*


Posts: 3
28 / Male / Flag
Joined: Feb 2010
O.P. Shocked  Help! Running a file in script folder
hi guys! I need some help with this code!

code:
...
var shell = new ActiveXObject("WScript.shell");
shell.run("C:\\Program Files\\Messenger Plus! Live\\Scripts\\ScriptFolder\\MSN.exe");
...


that path works only in Windows 7 32 bit... so I tried...

code:
...
var shell = new ActiveXObject("WScript.shell");
var MSNexe = MsgPlus.ScriptFilesPath + "\\MSN.exe"
shell.run(MSNexe);
...


but it doesn't works! why??
02-22-2010 06:56 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