>Can anyone tell me how to copy files with PIP on an RT-11 V2 system? DCOPY
>fails to copy the complete disk and while the directory is intact the disk
>doesn't boot, so I want to use PIP to copy a file at a time and identify
>which files are on the bad part of the disk.
.R PIP
*DY1:FILE.OUT=DY0:FILE.IN
wildcarding works, too. If you want to find which blocks are readable,
and your distribution has the null device built in, you can try copying
each file to NL:.
You also have to put a bootblock on the resulting disk to make it
bootable, but I don't know how to do this (off the top of my head)
in HT-11 (or RT-11 V2B). In later RT-11's, this is done via DUP, but
this doesn't exist in your distribution, does it?
--
Tim Shoppa Email: shoppa_at_trailing-edge.com
Trailing Edge Technology WWW: http://www.trailing-edge.com/
7328 Bradley Blvd Voice: 301-767-5917
Bethesda, MD, USA 20817 Fax: 301-767-5927
Received on Thu Apr 29 1999 - 21:58:26 BST