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

Avatar
formerly fatfreechicken

Posts: 483
Reputation: 34
35 / Male / Flag
Joined: May 2005
RE: Help! Running a file in script folder
The path contains spaces, so you need to enclose it in quotation marks. Try the following:

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



This post was edited on 02-22-2010 at 07:37 PM by pollolibredegrasa.
;p

[Image: chickennana.gif] Vaccy is my thin twin! [Image: chickennana.gif]
02-22-2010 07:35 PM
Profile 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