VMware Cloud Community
AnonymousDefaul
Enthusiast
Enthusiast

execute this my script ' pamcust.sh' in another terminal using Run Program

I have created a Run Program to execute a ' pamcust.sh'  file under linux.i would like to execute this file in another terminal than the one to launch my installer


Senario 1 : I launch my installer ' ACE+Suite-2020.0-linux-x64-installer.run'  in a terminal 1:


./ACE+Suite-2020.0-linux-x64-installer.run


Senario 2: and at the end of my installation I would like to launch my ' pamcust.sh'  in another terminal 2 via Run Program


My Run Program :


<runProgram>
    <explanation>Run pamcust.sh</explanation>
    <program>${installdir}/pamcust.sh</program>
    <programArguments>&amp;</programArguments>
    <useMSDOSPath>0</useMSDOSPath>
    <workingDirectory>${installdir}</workingDirectory>
</runProgram>


see installation images :





Labels (1)
0 Kudos
1 Reply
michiel_dhont
Enthusiast
Enthusiast

Hi,

With  or ' running with another terminal or '  do you mean running the script in the background while the installation continues? This is possible using `&amp;` as a progamArgument in the end, as you are doing. Or do you want to open a new terminal and run the script which interacts with the user? In that case I'm afraid it's not supported.

Regards,

Michiel

0 Kudos