Re: system() and consoles

new topic     » goto parent     » topic index » view thread      » older message » newer message

> Is there any way to execute these system() commands without getting the
> console windows?

Since you're using Win32Lib, try shellExecuteEx() instead of system().

http://users.bigpond.com/ddparnell/euphoria/Docs/UTILITIE.htm#SHELLEXECUTEEX

integer success

    success = shellExecuteEx( 0, "latex", "-quiet
-interaction=nonstopmode test.tex", current_dir(), SW_HIDE, 0 )

    if success < 1 then
        -- an error occurred
    end if


new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu