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

Search Results
Subject Author Forum Time
RE: Starting an application
I have read the replies, and they both contain spaces, which is why I'm confused. I did read most of the documentation. I am using ChatWndSendMessage(). I'm not currently on my computer, I'm on a laptop at school with a broken spacebar, so sorry i...
tobiasScripting01-08-2007 at 04:46 PM
RE: Starting an application
Okay, I was able to get iTunes to work with this: _start_app('C:\\Program Files\\iTunes\\iTunes.exe'); but Photoshop won't: _start_app('C:\\Program Files\\Adobe\\Photoshop CS\\Photoshop.exe'); Any ideas why?
tobiasScripting01-08-2007 at 01:32 AM
RE: Starting an application
Thanks, I'll add that now. :) Now does anyone have any ideas as to my first problem?
tobiasScripting01-07-2007 at 03:32 PM
RE: Starting an application
Thank you. Now to get to work! ;) EDIT: Not working, from what I can see. function _start_app(_path){ new ActiveXObject('WScript.Shell').run(_path); } function OnEvent_ChatWndSendMessage(ChatWind,Message) { (There are some if statements and thi...
tobiasScripting01-07-2007 at 01:52 PM
Starting an application
How would you start an application not in the default windows directory, like iTunes, XFire, FireFox, etc.?
tobiasScripting01-07-2007 at 05:21 AM
[Hide Excerpts]