Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Exec Exe



Hello friends...
I have a problem...
I need execute an file exe in folder test (testfile.exe)
How I make this?
I tryed but no sucess..

Thankīs
Milton

(sorry, but iīm brazilian and my english is very bad)



FlashKit > Flash Help > Flash ActionScript
Posted on: 05-11-2002, 07:50 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Exec
hi,

i have 6 *.fla files which have all been publish as *.exe files. the problem is i want one to run after the other and so on and have them loop. do i put a fs command "exec" and then the file name (of the next *.exe file) on the last frame??? i have already tried that and it doesn't work. any suggestions?

Exec
hi

i'm a bit stuck with the exec, if someone could kindly have a look at this for me.. posted on another forum

the game is execing but the string is not, anyhelp would be much appreciated.

Ta, zHector

Exec Exe
Hello friends...
I have a problem...
I need execute an file exe in folder test (testfile.exe)
How I make this?
I tryed but no sucess..

Thankīs
Milton

(sorry, but iīm brazilian and my english is very bad)

Whatīs Up With Exec On MX?
Sorry, but I had to let my rage get off my chest.

I hate the way the exec command works now on the MX. Why on earth has an external application to be on a subfolder fscommand? It just SUCKS! Especially for people, like me, who use the projector to make CD-ROMs and have several applications to launch from this projector file.

For example: I have about 5 softwares from my company and I have to launch each with itīs video, demo version and other stuff (in this case several examples of engeneering). Itīs more organized if I divided each program into their own subfolder than put all into one gigantic mess of a fscommand folder!

Plus itīs a lame excuse Macromedia uses to do this: "This security restriction helps prevent malicious use of the exec option.". So the rest of us are penalized for others using flash options wrongly?

So, even tough I think MX is really cool and Iīd like to use it, I have to stick with Flash 5 for now.

Again, I had to get off this of my chest.

How To Use Exec
1)What kind of applications can i run with
Fscommand ("exec",path); ?

2) Maybe someone can give me an advice about any tool that can edit sound files like wav or midi ?

Thank you.

Eldar52.

Exec?
I'm using the exec command to load an external .exe from another .exe, I've put the external .exe in a folder called fs command and nothing happens when I try to load it, any ideas? cheers.

Exec's And Php's ?
Okay, maar hoe kan ik het volgende probleem dan oplossen?
Ik wil een programma maken (*.exe of *.swf), die via fscommand een executable "xxx.exe" opstart, maar het moet ook kunnen werken met php.

xxx.exe is niet op te roepen als ik het via swf doe.. toch?
php is niet zonder server op te starten, dus niet via flashfile.exe?

Hoe zou ik dit op kunnen lossen?

+ +

Exec
are you 24 hours a day on line? can I contact you inthe mornings?

FScommand Exec
FScommand("exec","some.exe") works.
FScommand("exec","http://127.0.0.1/some.exe") doesn't.

does "some.exe" have to be on the same HD as the Flash Projector for "exec" to work?

Or can we use a http or Network address for it?

Thanks
Dev

Exec A File Help?
Hi
what i am doing is creating a intro for software on a cd

what i want to do is be able to run a setup.exe file on a cd-rom
i can run a exe file when the exe file is in the same dir as the flash exe file

on (press) {
fscommand ("exec", "Install.exe");
}

but if the file is in a sub dir how on earth do you do it?

ie. filesinstall.exe

what happens in flah when you try and acces sthe dir is something like this.

on (press) {
fscommand ("exec", "\files\Install.exe");
}


any ideas on how to get around this issue.

TA!

Exec. Program
Anyone can help??
Can Actionscript execute program??

FS Command For Exec
Hello:
I am trying to call the following file with the fs command using exec.
The autorun file for CD ROM uses open=visualtour1.exe index.lyx
If I just try calling the exe file by itself, a window comes up asking to tell it where the index.lyx file is.
I've tried using different operators, but the closest I can come is to call up the exe file, looking for the index.lyx file.
Does anyone have a suggestion?

Thanks.

Exec With Fscommand
I am trying to do two things

open the appropriate acrobate reader for adobe based on platform type. ( I have the validation for that working)

and then I do fscommand("exec", "installer")

the file is located directly in the same folder as the .swf and .fla

I would also like to open .pdf's like a link any suggestions. I tried the geturl with no luck.


I am burning this to a cd and will not be place within html

James
[Edited by jmswrd on 03-25-2002 at 09:30 PM]

EXEC Fscommand And *.EXE
How in the world do I launch a program such as microsoft word in flash? I know it needs to be a *.EXE file in a folder titled fscommand but I have no idea how to make an EXE file. I have Windows XP.

Actionscript For Exec In Mx?
I want to execute a file locate in the same place that the proyector file , but wen i try with the actionscript code that i use in flash 5 doesnt work
any idea?
thanks

Fscommand Exec
I am trying to create an autorun menu for a CD containing several other flash projects all exe files. I have tried using the exec command but nothing happens when I do. Here is the code on one of my buttons.


Code:
on (release) {
fscommand("exec", "project1.exe");
}

Help Me About Exec Script
I cant' use that command.
do you think this is a correct:
fscommand("exec","command.exe")

Fscommand (exec)
This was working on Flash 5 now with MX it doesn't.

on (release) {
fscommand("exec", "gl/setup");
}

Can anyone tell me what happened and what I should do?

Thanks

Fscommand (exec)
The code below launches a setup.exe file in the gl folder.
This was working on Flash 5 now with MX it doesn't.

on (release) {
fscommand("exec", "gl/setup");
}

Can anyone tell me what happened and what I should do?

Thanks

Fscommand - Exec
Hay!

I used to use fscommand ("exec", "name.exe") in flash 5, but now im trying to do the same in MX and just doesnt work. I dont know why!. Does anybody knows how can I run an EXE from an mx flash?

Thanks a lot.

Using The Exec Fscommand
guys, how come the friggin exec command wont work?
im trying to open an external .exe projector file from my main movie and they are in the same folder?!
my syntax is sumthing like fscommand("exec","flash.exe");
is this wrong?

EXEC Fscommand
The "exec" fscommand doesn't seem to work. Any suggestion? thanks for advanced

Using Exec To Run Launcher.bat, Is There Another Way?
Is there a way to launch files ( like .doc .pdf .ppt files from within flash) with out using batchfiles.

running a batchfile from your flash is not very pretty, as you get a dos window breifly as it is used to launch the file that flash wont.

anyone know anything else that could work like a batch file, or a way to just hide it...

Opening An Exec.
Hi Guys,

Im have a bat file named (music.bat) this works fine.

@echo off
start music.mp3
exit


BUT i am trying to open it in my flash projector exe, on my local computer.

I have tried

on (release) {
fscommand ("exec", "subfolder\music.bat");
}

This does not work either.

Can anybody help me out here.

Cheers,
Shaun

Fscommand - Exec
I am trying to open a powerpoint slide using flash. It appears that the flash 5 player allows this but the flash 6 player doesn't.
Does anyone know of anyway around this?
Thanks,
CG

Trying To Exec An Mpg File
I've created an exe file in which I'm trying to launch an mpg movie from. I'm launching it via a bat file and it loads correctly the first time above the exe window but after closing the mpg and launching it a second time, it appears behind the exe window where I can't see it?

any ideas?

Exec Command
i have created one exe from flash mx.
and i have placed one button in that flash exe.
Now i want to open any other exe ( which is not created in flash )
from my flash exe on click event of the button.

Fs Comman Exec
I'm curious,

in flash, is it possible to "download" (automatically transfer file) from cd to desktop through clicking on button? I have been reading through lots of threads re cd-rom downloads, but not getting an answer...

yr guidance would be much appreciated
thnks

FsCommand: Exec
Does anybody know how to use FsCommand: Exec. I would like to use it for an autorun on a CD. I will need to have a button that when clicked starts a .exe setup file.

HELP Fscommand Exec
Help please! This is to be shown to the client tomorrow morning!

I'm running a flash projector file from a cd - at the end of the flash file it's supposed to open a browser with a specific html file open in it... Also - they want the html to open full screen! I know there's an fscommand exec but it's not working - or I just don't know what I'm doing... please help if you can!

Thank you!
Crystal

EXEC Code
Hi all,

i need to make a button call an EXECUTABLE file from a CD or wherever during my flash presentation when i click on it.
so what's the code plz?
can u plz send it to me on midomadi@hotmail.com

Thanx

FScommand Exec
I have never used the "exec" command. I know it can load exe files. I have a flash exe named "presentation.exe" and I want to load the file and I am using the following code in a button to load the file "presentation.exe" but it is not working.

Here is the code:

on (release) {
fscommand("exec", "presentation.exe");
}

Can anyone tell me the reason?

Fscommand(exec)
Why would this not be working?

on a button:

on(release){
fscommand("exec", "management_book.XLS");
}

_t

Fscommand,exec,.bat
Projector code;btn_1.onPress=function(){
fscommand("exec","web.bat");
}
web.bat:tried
start
@ ECHO OFF
explorerE:fscommandindex.html
no result
START fscommandindex.html
nothing.
Read loads of posts,tutorials etc from wher i got this code.
Any help,please/thanks.Steve

How Do You Use Fscommand Exec On Mac?
on my cd-rom i want for it where your click a button and it opens up a pdf file. how do you do that on a mac?

Exec Help On CD Navigation
Hey everybody!
So I'm trying to get the exec command to work on the interface for a CD that someone else created. All the code is the same as when he set it up and I named the new file the same as the old and put it back in, so technically everything should work the same, but none of the files work at all. The .bat files always open the PDFs to which they are assigned if you open them up outside the navigation and the navigation on the EXE file published by Flash works within itself, but if you try clicking on the link within the navigation it opens the dos window for a split second then nothing happens. I'm not sure if it's something that the people in charge of burning the CD will take care of or if it's something on my end (which I'm guessing it is). Any advice?
Here's the code that I've been using:
on (release) {
fscommand("EXEC", "DDR_CIB.BAT");
Any help would be greatly appreciated. Thanks!
MATT

Exec Does Not Work
Does anybody know why the fscommand "exec" does not work in Flash MX?

Fscommand Exec
i did make fscommand folder and put my exe file in it, but my problem is" IF I WANT TO EXECUTE APPLICATION FROM THE APPLICATION INSIDE THE FSCOMMAND FOLDER" how to do it

let me explain" there are two .exe file(A & B) both are flash generated. file A.exe calls B.exe which is in fscommand folder, when B.exe execute i want to close B.exe and call A.exe(which is outside the folder fscommand)"

so how to do it

my mail id is sachinjain_155@yahoo.com

reply as early as possible.

Fscommand Exec
Hi,
Why fscommand exec don't run on Flash CS3 ???
What's the way now to launch an application with the projection ?
thanks
JP

Fscommand Exec
This one's a bit weird. I know a lot of other people have had problems getting fscommand exec to work. I had it working nicely using a trial of Flash 9, but with AS2.0. Nonetheless, my trials were successful; by putting my files in the fscommand subdir, it worked a charm.

Earlier this week, my work *finally* purchased the copy of Web Premium I've been requesting for three months now. This made me one happy little worker! So, I installed it all (including uninstalling and reinstalling the trial version of Flash 9 I had, as it wasn't being recognised as part of the suite), and kept on going with a Flash projector that I was doing in the old Flash 9.

It wasn't until I thought it was finished and published it to do a final test when I realised that the fscommands no longer worked, and yet a few days ago they had. My code hasn't changed, and I tried out a test in a new document to no avail.

Anybody else found a similar thing? And is there any talk from the officials yet about what's going on?
Cheers.

Exec With Parameters
Hey there..
I know you must be thinking "I can't believe its another question about fscommand..." but it is
Here goes:
I need to open a file in its default app, on windows XP SP2, in flashplayer 7.
I've searched and found some exe files that claim to be able to do just that, but i cant get it to work.
links:
http://www.beyondflash.com/content/ch03.htm
http://www.flashtools.net/downloads/fclt_downloads.htm

I've managed to open a given exe file from the fscommand folder, but cant get the above examples to work - i think the problem is, that i cant send parameters to the exe file.

I can't be the only one with this problem - hope guys n gals can help me out
-thanks

Fscommand Exec
Hi,
I need open the Notepad in the Flash button release time
my source code is

on (release) {
fscommand("exec", "C:WINNTNOTEPAD.EXE");
}

but its not working. What problem i don't know pls help me

Regards
sathish

Fscommand Exec
can somebody explain me a little bit fscommand exec function
I created a folder fscommand and put some exe and succedded to run it
but in other folders above it with ../
and subfolders I couldn't get it to run exe files

Fscommand(exec)
Does anyone know how to get fscommand('exec' 'Test.app'); to work? I'm on a Mac and I can't seem to launch a little test script from flash. (as3 fl9). I've looked everywhere and can't seem to find to much but dead ends. Seems like there's gotta be a way to allow mac flash projector's execute outside files in as3.

Thanks,
Ryan

Cs3 & Fscommand Exec Bug
Hi everyone,

I'm using flash cs3 and am trying to make a projector which is capable of launching an external file, everything is fine, the functions syntax is fine and the content is in the right place (a sub folder called fscommand), but after some googling apparently there's a bug with cs3 where exec flat out doesn't work, fails to launch the file.

Does anyone know if adobe has released an update version of flash which fixes this?

thanks!

Exec With Parameters
Hey there..
I know you must be thinking "I can't believe its another question about fscommand..." but it is
Here goes:
I need to open a file in its default app, on windows XP SP2, in flashplayer 7.
I've searched and found some exe files that claim to be able to do just that, but i cant get it to work.
links:
http://www.beyondflash.com/content/ch03.htm
http://www.flashtools.net/downloads/fclt_downloads.htm

I've managed to open a given exe file from the fscommand folder, but cant get the above examples to work - i think the problem is, that i cant send parameters to the exe file.

I can't be the only one with this problem - hope guys n gals can help me out
-thanks

Fscommand Exec
Hi,
I need open the Notepad in the Flash button release time
my source code is

on (release) {
fscommand("exec", "C:WINNTNOTEPAD.EXE");
}

but its not working. What problem i don't know pls help me

Regards
sathish

How To EXEC Automatically
I am having a difficult time getting a executable to launch from a Flash button. I am using the fscommand but when I hit the button, it asks what I want to do with it, Open, Save....you know the drill. How do I get it to just execute the file immediately without intervention from the user?

FSCommand Exec Not Working
Anyone know why, when I select an FSCommand and tell it to launch an exe it doesn't launch it, but when I double click on the exe it launches?

Basically I have done this

on (release) {
fscommand ("exec", "blaunch.exe");
fscommand ("quit");
}

I have something like this on 5 other buttons, whenever I call another flash exe it will run that, but the exe's blaunch.exe and bookviewer.exe will not run. Anyone know why?

Dennis

Copyright Đ 2005-08 www.BigResource.com, All rights reserved