A Flash Developer Resource Site

Results 1 to 20 of 154

Thread: Northcode's Runtime.exe verses Proxy.exe

Threaded View

  1. #11
    Junior Member
    Join Date
    Apr 2008
    Posts
    5
    Quote Originally Posted by Northcode
    You don't need to use Start with presentation.exe, you can just run the executable directly. If you move presentation.exe into the FScommand folder then you don't even need to use proxy to launch it. The only reason to use proxy would be if presentation.exe needs to load some other files that you want to keep all in the same directory and not in fscommand.

    If word is getting launched then start can read the file name (to know it's a DOC file) but for some reason that's not getting passed to Word.

    Can you try moving the DOC file into the FScommand folder and changing your start command to something like this..

    start file.doc

    The only other thing I can think of is that somehow the registry entry that tells Windows what application to use to open DOC files has been modified so that it doesn't work any more. Can you still double click on DOC files and have them open without errors?
    Hi, I have the same problem with word files. Just have all the files in the fscommand folder with the .bat and the .exe files, but it still opens only the application and not the files. Is there anything wrong?

    the button code is this:
    on(release){
    fscommand("exec","conf1.exe");
    }

    and the .bat file named conf1.bat says:
    start conf1.doc

    I'm working in win XP and the last version of Microsoft Word
    Last edited by julperpub; 05-06-2008 at 12:47 PM.
    If you don't do it with passion, then just don't do it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center