running third party exe

About Monkey 2 Forums Monkey 2 Programming Help running third party exe

This topic contains 3 replies, has 3 voices, and was last updated by  scurty 1 year, 10 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8815

    abakobo
    Participant

    I’d like to convert some of my .BAT to monkey code but I could not find how to simply run an executable from my console app (with app args). I tried to find how ted2 is calling mx2cc but it a bit mazzy for me!

    #8816

    abakobo
    Participant

    It can be done with the std:std.process.Process class

    #8823

    nerobot
    Participant

    Look at this code (monkey2’s launcher):

    #8848

    scurty
    Participant

    I agree with @nerobot, it’s the best way right now.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.