Applies To | |||
Product(s): | ProjectWise InterPlot Organizer | ||
Version(s): | N/A | ||
Environment: | N/A | ||
Area: | N/A | ||
Subarea: | N/A | ||
Original Author: | Frank Reimann, Bentley Technical Support Group | ||
Problem Description
How to check a iplot design script for syntax errors?
Steps to Resolve
The penck utility allows you to check a design script for syntax errors before generating a metafile. The syntax for this utility is:
penck design_script
penck.exe is stored in C:\win32app\ingr\ipshare\bin
If there are any syntax errors, penck will output an error message identifying each error and the line number where
the error occurred.
Example:
1. Open the windows command line
2. Run the penck utility
3. Solve the design script problem
4. Run the penck utility again to verify that the design script problem is solved