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

blindluke++

Hi karthik.raju,

As blindluke suggested you need to run the /xx/xx/artifact-3.3.0/bin/artifactory.sh shell script as background process, using '&' so that your main script will continue and print your message "done".


All is well

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:35 UTC
    Hi,

    Thanks Vinoth,

    I've done the same and its working fine for me.

    Thanks, Karthik