T.R | Title | User | Personal Name | Date | Lines |
---|
515.1 | | HYDRA::SCHAFER | Mark Schafer, SPE MRO | Wed Apr 23 1997 14:08 | 4 |
| V6.2 New Features Manual calls this "Automatic Foreign Commands" and
says, "for more information, see the OpenVMS User's Manual."
Mark
|
515.2 | Expected | EVMS::DAVIDB::DMILLER | This bug fix broke what??????? | Wed Apr 23 1997 19:01 | 23 |
| Yes, it's expected behavior. The way DCL uses DCL$PATH is it
does a $PARSE/$SEARCH on what would be called an invalid verb
without the feature turned on.
It's most useful when the filename you want to execute contains
a character that isn't valid as a verb (Such as "-").
$ type do-it.com
$ show sym p1
$ type do.com
$ show sym p1
$ show sym p2
$ do-it arg
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
\DO\
$ define dcl$path []
$ do-it arg
P1 = "-IT"
P2 = "ARG"
$ do%it arg
P1 = "ARG"
|
515.3 | | AUSS::GARSON | DECcharity Program Office | Wed Apr 23 1997 23:19 | 6 |
| re .*
Wildcards should not be accepted in this situation - very poor usability.
Yes, wildcarding works, as has been noted in prior discussions on this
topic. I wouldn't recommend relying on it.
|