view contrib/openvms/vms/hgeditor.com @ 51001:44001e6f04de

opemvms: add specific files and utilities
author Jean-Francois Pieronne <jf.pieronne@laposte.net>
date Wed, 11 Oct 2023 15:15:28 +0200
parents
children
line wrap: on
line source

$!
$! Call OpenVMS editor with a conversion from Unix filename syntax to OpenVMS syntax 
$!
$ set proc/par=extend
$ ufile = p1
$ tovms :== $ MERCURIAL_ROOT:[vms]tovms
$ tovms 'ufile'
$ vfile = tmpfn
$ deassign sys$input
$ edit 'vfile'
$ purge/nolog 'vfile'
$ exit