Jump to content

DirCopy is not a process....


Recommended Posts

Normally I assign a variable to an install and do something like this to let the installers know that something is happening.

$OCP = Run(@ComSpec & " /c " & $Patches & "FileFormatConverters.exe /quiet /passive /norestart", "", @SW_HIDE)
        While ProcessExists($OCP)
            TrayTip("Installing Office 2007 Compatibility Pack", "Please be patient.", 5)
            Sleep(250)
        WEnd
        TrayTip("x", "", 0)

How can I determine if a DirCopy is running so I can do something similar?

Support bacteria; it's the only culture most people have.LxP's Learning to Script with AutoIt 3 - Excellent starting placeVolly's Links Page - Links to cool and useful scriptsAutoIt Wrappers - Valuater's AutoIt Wrappers post. Lots of good stuff.Support AutoIt - Make a donation here; I did.[size="2"]#include <Guinness.pint>[/size]

Link to comment
Share on other sites

DOH! Never thought about using that. Works like a champ. Thanks.

Support bacteria; it's the only culture most people have.LxP's Learning to Script with AutoIt 3 - Excellent starting placeVolly's Links Page - Links to cool and useful scriptsAutoIt Wrappers - Valuater's AutoIt Wrappers post. Lots of good stuff.Support AutoIt - Make a donation here; I did.[size="2"]#include <Guinness.pint>[/size]

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...