The following are examples of the File Conversion Center command line functionality.

File Conversion Center Standard Edition

PNFCC6.EXE /R /J=ReportsJob.fcc6

Runs the job file ReportsJob.fcc6 with the conversion progress dialog box, using the profile information contained in the job file.

 

PNFCC6.EXE /R /J=SalesReports.fcc6 /P=Screen(BMP) /O="c:\saved images"

Runs the job file SalesReports.fcc6 with the conversion progress dialog box, using the profile information contained in the Screen(BMP) profile, and saving converted files to the c:\saved images output directory.

 

PNFCC6.EXE /R /J=SalesReports.fcc6 /P=Screen(BMP) /F=doc,wri,txt /S=0

Runs the job file SalesReports.fcc6 with the conversion progress dialog box, using the profile information contained in the Screen(BMP) profile. The filter options specified in the profile are superceded by the filter options doc,wri,txt, and no subfolders are included in the job.

 

PNFCC6.EXE /R /P=Screen(BMP) /I="c:\sales docs.txt" /I=d:\webpages.txt

Imports the files c:\sales docs.txt and d:\webpages.txt, and with the conversion progress dialog box runs a job consisting of all listed, supported files from the two import files and using the profile information in the Screen(BMP) profile.

 

File Conversion Center Professional Edition

PNFCC6.EXE /R /X /J=ReportsJob.fcc6

Runs the job file ReportsJob.fcc6 with the conversion progress dialog box, using the profile information contained in the job file. The progress dialog is automatically closed when the job is complete. If the job is canceled by a user, the progress dialog remains on screen.

 

PNFCC6.EXE /Q /J=ReportsJob.fcc6 /P=Archive(TIFF)

Runs the job file ReportsJob.fcc6 silently, using the profile information contained in the Archive(TIFF) profile.

 

PNFCC6.EXE /Q c:\mydocs\yearend.doc c:\salesdoc

Runs a silent job consisting of the document c:\mydocs\yearend.doc and all supported files in the c:\salesdoc directory, using the default profile.

 

PNFCC6.EXE /Q /P=Screen(BMP) /I="c:\sales docs.txt" /I=d:\webpages.txt

Imports the files c:\sales docs.txt and d:\webpages.txt, and runs a silent job consisting of all listed, supported files using the profile information in the Screen(BMP) profile.