User Tag List

Results 1 to 9 of 9

Thread: Starting an External Application with Arguments

  1. #1
    No Products Registered

    Join Date
    Jul 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Starting an External Application with Arguments

    Hello,

    I have a C++ file that needs to be launcher by MMF2 using specific arguments. How can I launch the application with arguments/parameters via MMF2?

    Thanks,
    SeargentGen

  2. #2
    No Products Registered

    Join Date
    Jul 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have any ideas? Are there extensions that can do this?

  3. #3
    Clicker Fusion 2.5 DeveloperInstall Creator Pro

    Join Date
    Sep 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi SeargentGen,
    You have two options: using Special object actions (execute external applications) or using File object action (launch an application).
    ouly

  4. #4
    No Products Registered

    Join Date
    Jul 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah, yeah, but none of those let me use parameters I think.

  5. #5
    Clicker Fusion 2.5 DeveloperInstall Creator Pro

    Join Date
    Sep 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With these actions, you first choose the executable path then give the parameters you want. Which parameters are you not able to provide to the executable?

  6. #6
    No Products Registered

    Join Date
    Jul 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need to have parameters that come from a MMF2 global string or data from a .ini value

  7. #7
    Clicker Fusion 2.5 DeveloperInstall Creator Pro

    Join Date
    Sep 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure you can do that! In expression editor, you can just retrieve data from another object or global data. Have a look into the documentation to see how expression editor works.

  8. #8
    No Products Registered

    Join Date
    Jul 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You cant use the expression editor in the parameters box though

  9. #9
    No Products Registered

    Join Date
    Jul 2014
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah never mind! Just choose the variable path or whatever it says instead of fixed path. Sorry, thanks for the help though!

Similar Threads

  1. MMF2 D3D application slows at starting when use the RadeonPro.
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 13th September 2013, 07:29 PM
  2. External Application
    By Nyc in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 28th September 2011, 06:11 PM
  3. Passing arguments to External Application
    By madmac in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st April 2011, 09:08 PM
  4. How to run an external application?
    By BeaubborZ in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 14th May 2008, 12:42 PM

Posting Permissions

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