next up previous contents
Next: 3.4.3 Output from the Up: 3.4.2 Executing the CDFconvert Previous: Qualifier(s):

Example(s):

VMS:

    $ CDFCONVERT CDF$SMPL:TEMPLATE0 TEMPLATE0X
    $ CDFCONVERT/LOG/REPORT=(ERRORS) CDF$SMPL: USER_DISK:[USER.CDF]
    $ CDFCONVERT CAC_SST_BLENDED CAC_SST_BLENDEDX/SINGLE/NETWORK
    $ CDFCONVERT/SKELETON=CDF$SMPL:TEMPLATE3 CAC_SST_BLENDED* [USER.CDF]

UNIX:

    % cdfconvert ../samples/template0 template0x
    % cdfconvert -log -report "errors" ../samples /disk4/user/cdf
    % cdfconvert cac_sst_blended cac_sst_1 -single -network
    % cdfconvert -skeleton template3 '../cdf/cac_sst*' ~user/cdf

MS-DOS :

    > cdfconvert ..\samples\tplate0 tplate0x
    > cdfconvert -log -report "errors" ..\samples c:\dir4\user\cdf
    > cdfconvert cac_sst cac_sst1 -single -network
    > cdfconvert -skeleton tplate3 a:\cdf\cac_sst dir5\cdf

VMS, UNIX, & MS-DOS : Command line help is displayed when CDFconvert is executed without any arguments.



cdfsupport@nssdca.gsfc.nasa.gov