Sujet : Re: Transparent task to task
De : news (at) *nospam* cct-net.co.uk (Chris Townley)
Groupes : comp.os.vmsDate : 03. Jun 2025, 00:40:06
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101lcon$38hp2$2@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
On 03/06/2025 00:01, Arne Vajhøj wrote:
Now the topic is up.
Am I the only one wondering why so much documentation use the
TYPE command to activate?
It bothers me a bit to have the TYPE command execute code.
$ type 0"myusername mypassword"::srv.com
$ define/nolog sys$output sys$net
$ show time
$ write sys$output "Deleting all files"
$ exit
$ type 0"myusername mypassword"::"task=srv.com"
2-JUN-2025 18:56:35
Deleting all files
$ type 0"myusername mypassword"::"srv.com"
$ define/nolog sys$output sys$net
$ show time
$ write sys$output "Deleting all files"
$ exit
$ type 0"myusername mypassword"::"0=srv.com"
2-JUN-2025 18:56:35
Deleting all files
Inserting two characters and type becomes execute.
Arne
Interestingly, although I have seen the reference before, that is shown in the last of HELP TYPE examples
-- Chris