HP3000-L Archives

March 2000, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Kevin Newman <[log in to unmask]>
Reply To:
Kevin Newman <[log in to unmask]>
Date:
Wed, 22 Mar 2000 11:16:48 -0700
Content-Type:
multipart/mixed
Parts/Attachments:
text/plain (684 bytes) , knewman.vcf (517 bytes)
I'm trying to create a command file that does some re-trying when FTPing
a file to a host that sometimes has problems.  I have pulled out a
subset of the command that I am having a problem with.  It seems that I
should be able to get the redireciton in LINE2, but I cannot get it to
show.  Is there a way of doing this?

#2\SYS\PUB:setvar retry 3
#2\SYS\PUB:echo exit > tmp1
#2\SYS\PUB:setvar line1 "while count < !retry"
#2\SYS\PUB:setvar line2 "run ftp.arpa.sys < tmp1"
#2\SYS\PUB:echo !line1
while count < 3
#2\SYS\PUB:echo !line2
run ftp.arpa.sys
#2\SYS\PUB:


Kevin

ps notice how the '<' shows in line1, but not in line2.  I have even
done the following and had it work:

setvar line1 "while count < 3"




ATOM RSS1 RSS2