Jump to content

Run function in background


Recommended Posts

For example use Yashied's >Copy UDF.

Br,

UEZ

I looked over it, but I don't want the dll file and stuff. If I send the compiled program to a friend, I don't want it to need to install any files.  

Also, I don't want all that complicated stuff. The examples don't include what I am actually asking for. I repeat:

How should I execute the function to let it run individually in the background?

I just added a progress bar and hid the main gui to at least make it not seem as not working

Link to comment
Share on other sites

if you run a normal windows copy command from Run /cmd blah blah it'll just proceed without waiting for the copy to finish.  Some are a little snobby about using this method but it works with no includes.

Run(@ComSpec & " /c" & 'copy "\\network_location\giant file.ext" "C:\Test Folder"')


for $x = 0 to 100
    msgbox(1,"Message #" & $x,"This is message number " & $x)
Next
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...