Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-13-2003, 12:15 PM
Junior Member
 
Join Date: May 2003
Posts: 9
Default can a exe file reside in other folder?

Hi all,

I am a newbie, have two questions to ask.

I have use the command Shell.run("Testing.exe");
to open a exec file in FlashMX. Is it a must we have to put the physical exe file in the same level as the projector after it is created by SwfKit? Can the exe file reside in other folder.

Next, i discovered whenever i build and create a projector, it will take the file name i save as for the first folder name, follow by another folder call projector and then my projector will be place inside it. Can i change or reduce the layer of folder for the projector to reside in?

Tks a lot.
Reply With Quote
  #2 (permalink)  
Old 05-15-2003, 10:31 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: can a exe file reside in other folder?

Hi,

Of course, the exe can be in other folders,
Code:
Shell.run("../../my.exe")
Additional, the exe can be packed into the projector by adding it as an addtional file, then you can launch it like this,
Code:
var myexe = getAddtionalFile("my.exe");
Shell.run(myexe);
Sorry, you cannot customize the output folder. But you can go to the folder by pressing F10.
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:52 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.