Jump to content

Ipfcprep.exe: Difference between revisions

From EDM2
Created page with "This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh. ==Versions== {| class="wikitable" ! Date !!Version !! Size !! Comme..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh.
This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh.


==Versions==
==Versions==
{| class="wikitable"
{|class="wikitable"
! Date !!Version !! Size  !! Comments
!Date||Version||Size||Comments
|-
| 1999-06-30 || n/a || 34,236 bytes || Version 2.1 by Doug Haigh
|-
|-
|1999-06-30||2.1||34,236 bytes||
|}
|}


Line 13: Line 12:


===Parameters===
===Parameters===
; /D : <define> can be just a symbol name or symbol='value' (No Spaces!) (/D could be -D, /d, or -d also)
;/D: <define> can be just a symbol name or symbol='value' (No spaces!)
 
;/W: Turn on warning messages
; /W, -W, /w, or -w : Turn on warning messages
;/V: Print out lines as read in
 
;/N: No resolving of artwork files
; /V, -V, /v, or -v  : Print out lines as read in
;/S: Ignore system '<>' include files
 
; /N, -N, /n, or -n : No resolving of artwork files
 
; /S, -S, /s, or -s : Ignore system '<>' include files
 
 


[[Category:Files]]
[[Category:Files]]

Revision as of 02:56, 14 December 2019

This is the IPFC Preprocessor. It came included in the IBM Device Driver Kit. Developed by Doug Haigh.

Versions

Date Version Size Comments
1999-06-30 2.1 34,236 bytes

Usage

ipfcprep filein fileout [-V] [-W] [-N] [-D <define>]

Parameters

/D
<define> can be just a symbol name or symbol='value' (No spaces!)
/W
Turn on warning messages
/V
Print out lines as read in
/N
No resolving of artwork files
/S
Ignore system '<>' include files