if
(
not exists file "C:\Program Files\Tivoli\TSM\baclient\dsm.opt"
)
then "No dsm opt" else if
(
not exists line whose
(
it as uppercase contains "TCPSERVERADDRESS "
)
of file "C:\Program Files\Tivoli\TSM\baclient\dsm.opt"
)
then "No tcpserveraddress" else
(
following text of first "TCPSERVERADDRESS " of
(
it as uppercase
)
of line whose
(
it as uppercase contains "TCPSERVERADDRESS "
)
of file "C:\Program Files\Tivoli\TSM\baclient\dsm.opt" as string
)
if(not exists file "C:\Program Files\Tivoli\TSM\baclient\dsm.opt") then "No dsm opt" else if(not exists line whose(it as uppercase contains "TCPSERVERADDRESS ") of file "C:\Program Files\Tivoli\TSM\baclient\dsm.opt") then "No tcpserveraddress" else (following text of first "TCPSERVERADDRESS " of (it as uppercase) of line whose(it as uppercase contains "TCPSERVERADDRESS ") of file "C:\Program Files\Tivoli\TSM\baclient\dsm.opt" as string)