Sujet : Transparent task to task
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 03. Jun 2025, 00:01:51
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <101lah0$3iet6$2@dont-email.me>
User-Agent : Mozilla Thunderbird
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