[simpits-tech] EPICenter conversion of old EPIC epl code

Rick Centeno simpits-tech@simpits.org
Mon, 9 Dec 2002 00:03:20 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0013_01C29F16.62460C90
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

I read somewhere that there is a routine in the EPICenter package =
included to automatically convert the old style EPL code to the new =
style used for EPICenter 53.

However, opening up the batchfile named UPDTEPL.BAT shows the following =
listing:

mkdir backup
copy %1 backup\.

gawk -f c:\epic\bin\awk\epl1.awk %1 > epl1.upd

gawk -f c:\epic\bin\awk\epl2.awk epl1.upd > epl2.upd

gawk -f c:\epic\bin\awk\epl3.awk epl2.upd> epl3.upd

gawk -f c:\epic\bin\awk\epl4.awk epl3.upd> epl4.upd

gawk -f c:\epic\bin\awk\epl5.awk epl4.upd> epl5.upd

gawk -f c:\epic\bin\awk\epl6.awk epl5.upd> epl6.upd

gawk -f c:\epic\bin\awk\epl7.awk epl6.upd> epl7.upd

move epl7.upd %1

del epl*.upd

Now, I notice that there is no directory AWK created by the installer, =
nor do the differect epl*.awk files exist somewhere on my drive. Th =
eonly awk file I can find in the bin directory is epl1.awk. Anyone =
experienced the same problems?

Kind regards,
Rick "Drummer" Centeno

------=_NextPart_000_0013_01C29F16.62460C90
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3211.1700" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I read somewhere that there is a =
routine in the=20
EPICenter package included to automatically convert the old style EPL =
code to=20
the new style used for EPICenter 53.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>However, opening up the batchfile named =
UPDTEPL.BAT=20
shows the following listing:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>mkdir backup<BR>copy %1 =
backup\.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl1.awk %1 =
&gt;=20
epl1.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl2.awk =
epl1.upd &gt;=20
epl2.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl3.awk =
epl2.upd&gt;=20
epl3.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl4.awk =
epl3.upd&gt;=20
epl4.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl5.awk =
epl4.upd&gt;=20
epl5.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl6.awk =
epl5.upd&gt;=20
epl6.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gawk -f c:\epic\bin\awk\epl7.awk =
epl6.upd&gt;=20
epl7.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>move epl7.upd %1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>del epl*.upd</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Now, I notice that there is no =
directory AWK=20
created by the installer, nor do the differect epl*.awk files exist =
somewhere on=20
my drive. Th eonly awk file I can find in the bin directory is epl1.awk. =
Anyone=20
experienced the same problems?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Kind regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Rick "Drummer" =
Centeno</FONT></DIV></BODY></HTML>

------=_NextPart_000_0013_01C29F16.62460C90--