CVV.command
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Convert and View Viewpoint documents
Bier, October 14, 1991 3:45 pm PDT
Alias CVV (Arg1 Arg2) Fork -open -right Echo -n "Converting Arg1 ... "; System33Convert /tmp/Arg2.ip ← Arg1 -fromFormat VP:doc.serializedxns -toFormat ip; Echo -n "done. Previewing /tmp/Arg2.ip ... "; IPPreView /tmp/Arg2.ip; Echo "done."