Re: Launch an application and continue the script's execution

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Méta-MCI \(MVP\)

    Re: Launch an application and continue the script's execution

    Hi !

    Replace:
    os.startfile("l aunch_trace.bat ")
    by
    os.startfile('s tart "" cmd /c launch_trace.ba t')

    and "le tour est joué".

    @-salutations
    --
    Michel Claveau





  • Méta-MCI \(MVP\)

    #2
    Re: Launch an application and continue the script's execution

    Hi!

    More easy:

    os.system('cmd /c c:\\temp.bat')

    @-salutations
    --
    Michel Claveau



    Comment

    Working...