Hi
I would like to replace specific line eg ExitAction = NONE to ExitAction = FALSE under only TASK sipsiproc and other ExitAction = NONE will remain as usual in the file(shell script)
The file contains:
Code:
TASK rgcdproc {
CommandLine = $SSHOME/bin/rgcd.exe
NewConsole = yes
ExitAction = NONE
DependantProcs = megacopiproc
}
TASK sipsubsystemproc {
CommandLine = $SSHOME/bin/sipsubsystem.exe
NewConsole = yes
ExitAction = NONE
DependantProcs = sipsiproc
}
TASK sipsiproc {
CommandLine = $SSHOME/bin/sip_si.exe
NewConsole = yes
ExitAction = NONE
DependantProcs = sipsubsystemproc
}
TASK megacopiproc {
CommandLine = $SSHOME/bin/megacopi.exe
NewConsole = yes
ExitAction = NONE
DependantProcs = rgcdproc
With regards,
Madhu