| Previous | Contents | Index |
ConvertWPSandDXfiles to other formats.
PMDF DCF input-file-spec output-file-spec
Positional Qualifiers Defaults /FORMAT=type See text
- This utility is available only for OpenVMS VAX. and is only intended for internal use by the
PMDF-MRchannels.- The file extensions of the input and output files are not user selectable.
Input file: input-file-spec Output file: output-file-spec
input-file-spec
The name of an input file to convert. The format of the file must be specified with a positional/FORMATqualifier. The file extension of the input file must match the specified format (see the/FORMATqualifier description for details).output-file-spec
The name of an output file to create. The format of the output file is selected with the/FORMATpositional qualifier. The file extension of the output file must match the specified format (see the/FORMATqualifier description for details).
The
DCFutility is used byPMDF-MRto convertWPSandDXmessage bodyparts to ASCII. This facility is built from document conversion software supplied as part of theMRGATEkit (version 3.1 or 3.2), the Message Router VMS MAIL gateway.PMDF-MRwill function without this utility but it will be unable to convertWPSandDXbodyparts toASCII.
/FORMAT=type
This positional qualifier must be given for both the input and output file specifications. The allowable types areASCII,DX, andWPSFILE. The file extension of the input and output file must be given and they must agree with the selected format: for ASCII files the file extension must be.txt, for DX files the file extension must be.dx, and for WPSFILE files the extension must be.wpl. Failure to use the proper extension will result in unpredictable results.
The following command may be used to convert a WPS-PLUS file to an ordinary text format:
All special text attributes (e.g., bold, underlined, etc.), are lost in the conversion from WPS-PLUS to ASCII.
$ PMDF DCF koala.wpl/FORMAT=WPSFILE mrsdd.txt/FORMAT=ASCII
| Previous | Next | Contents | Index |