##// END OF EJS Templates
admin-commands: move the chainsaw extension to the admin commands module...
admin-commands: move the chainsaw extension to the admin commands module Activating an extension is always a little bit of a chore and the long name, options and "chainsaw" bits are deterrent enough. This also allows us to help the discoverability for people looking for repo "administration" tools, with the widest semantic of "administration".

File last commit:

r51894:44001e6f default
r52396:d4095f7b stable
Show More
startup.com
12 lines | 252 B | application/x-msdownload | TextLexer
Jean-Francois Pieronne
opemvms: add specific files and utilities
r51894 $!
$! Mercurial startup file
$!
$ proc = f$environment("PROCEDURE")
$ cur_dev = f$parse(proc,,,"DEVICE","SYNTAX_ONLY")
$ cur_dir = f$parse(proc,,,"DIRECTORY","SYNTAX_ONLY")
$!
$! Define logicals
$!
$ @'cur_dev''cur_dir'logicals "/system/exec"
$
$ exit