PDA

View Full Version : Fscommand exec urgent!


raphaelc4
10-29-2004, 02:10 PM
Hello guys!

I have been reading all posts about this subject but I couldn't make mine works!

I have a flash projector with a button that must open an .exe. I already made the fscommand folder and the .exe is inside it. I saw that .bat thing around there, but, is it works for interactive cds? Is there another way to make it works?

Please somebody help me!

thanks in advance!

farafiro
10-29-2004, 02:39 PM
I don't get what u mean by this and the .bat??

here is a cool resource for the CD's projects
http://www.actionscripts.org/forums/showthread.php3?threadid=14844&highlight=didi+pixelwit

Rusters
11-26-2004, 01:41 PM
The .Bat thing is using a batch file to open an .exe file.

I've used it to run start (cmd.exe to open .PDF files) which works whilst testing the movie, however, stops working when I create either a .SWF file or a SWF Projector file.

Rusters

Xeef
11-26-2004, 02:28 PM
hi

file.SWF //CAN'T execute EXE !!!

mademoiselle
12-13-2004, 03:52 AM
hi ruster... may i ask u a question..maybe it sounds stupid. How do u create the batch file to open the .exe file?

FlashJester
12-16-2004, 06:14 PM
You can also use FlashJester JStart.

http://jstart.flashjester.com

MtLebo
01-07-2005, 08:15 PM
using notepad

@echo off

start yourfilename.pdf here <----"NO QUOTES

save as with .bat file extension

hi ruster... may i ask u a question..maybe it sounds stupid. How do u create the batch file to open the .exe file?