Re: [foxboro] AW: DM VARIABLE
- From: Hitesh_O_Shah@xxxxxxx
- To: foxboro@xxxxxxxxxxxxx
- Date: Mon, 7 Apr 2003 13:17:10 +0530
Thanks Andreas
I have tried the same thing but it is not working.
I have also tried follwoing two thing
1.
dmcmd script
export P1 ( DM variable $P1=/opt/fox set from graphics)
dmcmd run /opt/myscript( myscript contains ls $P1 > file )
It is not working. But at the same time.
2.
xyz=/opt/fox
export xyz ( shell variable )
dmcmd run /opt/myscript ( myscript contains ls $P1 > file )
it is working fine.
So my question is how to solve the first problem.
Hitesh Shah
"Weiss, Andreas" <Andreas.Weiss@xxxxxxxxx>@freelists.org on 04/04/2003
06:04:25 PM
Please respond to foxboro@xxxxxxxxxxxxx
Sent by: foxboro-bounce@xxxxxxxxxxxxx
To: <foxboro@xxxxxxxxxxxxx>
cc:
Subject: [foxboro] AW: DM VARIABLE
Try
dmcmd script
dmcmd run /opt/myscript $P1
and let myscript do what you want to do with $P1
Andreas
-----Ursprungliche Nachricht-----
Von: Hitesh_O_Shah@xxxxxxx [mailto:Hitesh_O_Shah@xxxxxxx]
Gesendet: Freitag, 4. April 2003 14:24
An: foxboro@xxxxxxxxxxxxx
Betreff: [foxboro] DM VARIABLE
Hi list,
Is possible to export DM variable P1-P8 to another shell from dmcmd
script/shell ?
How?
Thanks in advance.
Hitesh Shah
RIL, India.
Contact : Phone : (0) 288 294204
Fax : (0) 288 294298
=20
=20
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
=20
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: =
mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
to unsubscribe: =
mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
=20
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
foxboro mailing list: http://www.freelists.org/list/foxboro
to subscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe: mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
Other related posts:
- » Re: [foxboro] AW: DM VARIABLE