Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Run.Wait ?

  1. #1
    Join Date
    May 2005
    Posts
    8

    Run.Wait ?

    So I have a command to run a executable and ideally I want to have the copy folder function copy all the newly created start menu folder and its contents into a custom folder I have created once the executable installs the program. the problem that I am running into is that the copy function doesnt wait until the executable is done even though i tell the file.run command to "wait". Is there any way around this. I want to have this program install and "then" copy the folders over after......all in one command, is this feasible?

  2. #2
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    Maybe this SUF70 thread can give you some ideas?

  3. #3
    Join Date
    Oct 2002
    Location
    Netherlands
    Posts
    199
    it also can happen that the executed program is running (calling) a secondary program for the installation...
    So the run.wait will only wait for the first program to stop. And so it does...

    gr mario

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts