in reply to How to come back to the cmd prompt once the command executed

Your script is waiting for the artifactory.sh to finish.

If you want to run the shell script in the background, and continue with your Perl script immediately, read the Perl FAQ, question: How do I start a process in the background.

- Luke

Replies are listed 'Best First'.
Re^2: How to come back to the cmd prompt once the command executed
by karthik.raju (Acolyte) on Feb 10, 2015 at 03:28 UTC
    Excellent,

    Thanks a lot Luke, its working.

    Thanks, Karthik