HP3000-L Archives

January 1995, Week 5

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:
Michael Hensley <[log in to unmask]>
Reply To:
Michael Hensley <[log in to unmask]>
Date:
Mon, 30 Jan 1995 23:34:53 GMT
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
On 30 Jan 1995 21:32:25 GMT, Thomas Hagen posted:
: Hello, could someone please explain how to start a job in a command file?
: The JOB description should be included in the command file like this :
 
: PARM parameter1
 
: STREAM ,*
: *JOB ...
: *TELL @;!parameter1
: *EOJ
 
: Well ... this is what I want to do - but can't :-(
 
How about:
 
PARM parameter1
ECHO *JOB... >FOO
ECHO *tell @;!parameter1 >>FOO
ECHO *EOJ >>FOO
STREAM FOO,*
 
(May need some tinkering/error-checking/etc.)
 
--
Michael D. Hensley       | "the Internet...in the right hands it is a
[log in to unmask]      | wondrous tool, and in the wrong hands it is
[log in to unmask] | an even better one." -- Cecil Adams

ATOM RSS1 RSS2