FS Command (exec)

Out of context: Reply #3

  • Started
  • Last post
  • 6 Responses
  • Naygon0

    Yeah i know that thats not what I am asking. The problem is that when you have a folder INSIDE the FSCOMMAND folder the exec function does not work. It only works when it is in the root of the FSCOMMAND folder. Problem being I have a french and english installer that have multiple resource folders and ini files that will conflict if they are both put in to the same folder. i.e.

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

    works just fine but....

    on (release) {
    fscommand ("exec", "english/setup.exe");
    }

    does not.

View thread