How wo Run a Program through Javascript - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: How wo Run a Program through Javascript (/showthread.php?tid=62637) How wo Run a Program through Javascript by Joereynolds89 on 07-06-2006 at 12:18 AM
I need to run a program through javascript, mainly to answer someone elses thread but also to try to teach myself how to script quote: Any help will be greatly appreciated! Regards, Joe RE: How wo Run a Program through Javascript by ShawnZ on 07-06-2006 at 12:27 AM http://shoutbox.menthix.net/showthread.php?pid=679035 RE: How wo Run a Program through Javascript by Joereynolds89 on 07-06-2006 at 12:36 AM
Ok Shawnz ive used what you stated in that forum but i dont understand how you have it working?? could you please assist or someone?? quote: RE: How wo Run a Program through Javascript by ShawnZ on 07-06-2006 at 12:38 AM why is that else there.. RE: How wo Run a Program through Javascript by Joereynolds89 on 07-06-2006 at 12:40 AM
incase the function fails? it displays a toast notifying you? RE: RE: How wo Run a Program through Javascript by alexp2_ad on 07-06-2006 at 12:43 AM
quote:Lol, that sends a toast for every message that isn't /WMP RE: How wo Run a Program through Javascript by Joereynolds89 on 07-06-2006 at 12:44 AM yer i just noticed that can you give me any help on the script itself then, it is my first try and i dont even no php or anything yet only liek basic html lmao RE: How wo Run a Program through Javascript by Lou on 07-06-2006 at 12:53 AM
quote:It's not javascript. It's the similar language, Jscript. quote: quote:Where do any of these come in? I think you should read the scripting documentations if you have not already done so, to understand how scripts are written. RE: How wo Run a Program through Javascript by Joereynolds89 on 07-06-2006 at 01:00 AM
With php and Html i was just saying i have no knowledge of scripting or programming anywhere, therefore its very hard, if a type of programming/scripting etc is already known its much easier to understand and catch onto new ones! RE: How wo Run a Program through Javascript by Keikonium on 07-06-2006 at 01:08 AM
code: ^^ Found that here but I don't know if its what you are looking for, or if it would even work lol. I don't have the first clue about coding unless its php or html (which are useless here ). Just trying to help out . Good luck! RE: How wo Run a Program through Javascript by Pai on 07-06-2006 at 02:01 AM
You need double-slashes, ie C:\\Pro... code: RE: How wo Run a Program through Javascript by wlmcrap on 07-06-2006 at 09:48 PM
Heres another way: RE: How wo Run a Program through Javascript by Joereynolds89 on 07-06-2006 at 09:53 PM
yer i figured that out, sorry i havnt had time to get roudn to posting it for you wlmcrap but you foudn it yourself RE: How wo Run a Program through Javascript by foaly on 07-06-2006 at 10:31 PM
to display toast on error: code: |