Jump to content

[Solved]Problem after update? 3.2.10.0 -> 3.2.xx.xx


Recommended Posts

Link to comment
Share on other sites

If thats an example your reading the error stream not the stdout stream, why do you need to run it as @comspec? Why not just call unrar.exe directly with the command line options?

Ah, my bad, wrote wrong.

But, the problem still remains.

Local $iPID = Run("C:\Documents and Settings\DIR\My Documents\Burnbuddy\unrar.exe" & " vb " & "E:\DVDR\DIR\sub-rtcrp.rar", "", @SW_HIDE, 4 + 2)
Local $sStdOutRead = ""
    
    While ProcessExists($iPID)
        $sStdOutRead &= StdoutRead($iPID)
        sleep(500)
    WEnd
    
msgbox(0,"",$sStdOutRead)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...