Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-14-2008, 06:54 AM
Member
 
Join Date: Sep 2005
Posts: 31
Default Open an exe file

I have made a interactive CD and i want to open an EXE file on click of button.

i have a code to open PDF file which is

// get the pdf viewer
var pdfviewer = getAppDir() + "\\FoxitReader.exe";
// get the pdf file
var pdf = getAppDir() + "\\fscommand\\one.pdf";

// view the pdf

Shell.run('"' + pdfviewer + '" "' + pdf + '"')




its work fine


so now can anybody tell me how can i open EXE file ...... give me the code or sample file.

thanx in advance

Rizwan
Reply With Quote
  #2 (permalink)  
Old 07-14-2008, 08:53 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Open an exe file

It is the same, for example

Code:
Shell.run(getAppDir() + "\\FoxitReader.exe");
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:15 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.