Author Topic: Q: How do I run PFCEx?  (Read 18553 times)

Mark0

  • Administrator
  • Hero Member
  • *****
  • Posts: 2667
    • Mark0's Home Page
Q: How do I run PFCEx?
« on: October 11, 2006, 09:29:02 AM »
PFCEx is a command line tool, so you need to run it from a Command Prompt.

Usually a Prompt is launched form Start -> Accessories -> Command Prompt.
As an alternative, you could do: Start -> Run..., type CMD and press enter.

When the command prompt is opened, you need to change the current
directory to where you installed PFCEx. For example:

Code: (DOS) [Select]
c:\Documents and Settings\John> cd \pfcex
then you can run PFCEx against a PFC file of your choice, specifying
his full pathname, as in:

Code: (DOS) [Select]
c:\pfcex> pfcex \myfolder\myaolfile.pfc
The output will be shown on video, and a pfcex.html file will be
created in the current folder. You can then open it with your browser.

« Last Edit: October 22, 2007, 01:43:00 AM by Mark0 »