[comp.os.vms] BACKUP under VMS 4.6 needs PHY_IO !?!? Here's the .COM

rrk@byuvax.bitnet (01/20/88)

$!------------------Cut Here-------------
$!This com procedure converts an image linked /NOTRACE/NODEBUG
$! to /TRACE/DEBUG (still no debugger info available, but you can
$!                   at least step through and see the code execute)
$!If you name this file DEBUG.COM, use it as follows to make MYIMAGE.EXE
$!  debugable:
$!            @DEBUG MYIMAGE
$!A new version of MYIMAGE.EXE will be in your directory.  If you activate
$!  this new version, you will get a debugger prompt.  If youuse DEBUG.COM on
$!  a /TRACEBACK image, it will screw it up, but it creates a new version,
$!  so you still have the old.  This was written by Ray Whitmer (AMMON::RAY).
$!  I couldn't care less what happens to it.
$
$ patch/abs 'p1'
e/word 2
e \+4
dep .+4 = \
e .-8
dep .+4 = \
dep .-4 = 7ffedf68
e 20
dep . = \ or 1
update
$