SV: Problem invoking Reflection Transfer in Quick
(HP9000-Unix-Reflection)
Selfors Bjørn
Bjorn.Selfors at bergen.kommune.no
Fri Jun 22 06:55:21 CDT 2007
Many, many years ago, I did something like this
define num_27 integer size 2 = 27
define escape character size 1 = characters( NUM_27 )[2:1]
define reflcomB character size 4 = escape + "&oB"
define refl_invoke character size 7 = "Invoke "
define drv character size 1 = "g" &
......
procedure ...
...
info = reflcomB + refl_invoke + drv + ':\sks\script\ubt2pc.rcl' now
...
Bjorn
_____
Fra: powerh-l-bounces+bjorn.selfors=bergen.kommune.no at lists.sowder.com [mailto:powerh-l-bounces+bjorn.selfors=bergen.kommune.no at lists.sowder.com] På vegne av Daniel Rodríguez
Sendt: 22. juni 2007 12:16
Til: powerh-l at lists.sowder.com
Emne: Problem invoking Reflection Transfer in Quick (HP9000-Unix-Reflection)
Hello all,
I've got a file named 'transfer' containing some unix and RCL commands:
export conexion='"/usr/bin/unxlink2"'
export ESC='\033'
echo "${ESC}&oF SET HOST-STARTUP ${conexion}"
echo "${ESC}&oF VERIFY" > pp.log
echo "${ESC}&oF RECEIVE {} FROM pp.log ASCII DELETE"
If I execute it from the Unix prompt, it works, but when I execute it with RUN COMMAND in quick:
screen test
procedure initialize
begin
run command "transfer"
end
go
the transfer dialog box opens, but when you choose the destination folder, the proccess is not able to establish the connection with the host.
It must be a problem with the execution of unxlink2 from QUICK. We had a similar problem years ago in a Hp3000 box, but I don't know how to solve it in the unix box.
Please help.
Thanks & regards.
Daniel Rodriguez.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20070622/0fcaa4bd/attachment.html
More information about the powerh-l
mailing list