What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Help! Running a file in script folder
yeah it works! thanks ;) another thing: can I export this variable (MsgPlus.ScriptFilesPath) (or MSNexe too) to a txt or any sort of file? i need this path to be loaded by the batch file ran before (MSN.exe) and if I simply change the script it code ...
confaScripting02-22-2010 at 07:53 PM
RE: Help! Running a file in script folder
no, the second one give an unknown error in "shell.run(MSNexe);" maybe it's because the variable MSNexe is made by another variable (MsgPlus.ScriptFilesPath) and this line want a string of text? that's just an idea, I'm quite new in scripting xD...
confaScripting02-22-2010 at 07:30 PM
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"); ... [/code] that path works only in Windows 7 32 ...
confaScripting02-22-2010 at 06:56 PM
[Hide Excerpts]