Data conversions
Data conversions - it is the way, how to connect other programs with Merick Calc 3.15 program.  It is mostly data import from some calculation or CAD program.

Here you can see data formats offered and directions for their use.

Direction for data conversion use

Syntax: CONVERS.EXE <ImportFileName> [/D]
<ImportFileName> ... Name of the file, from witch are data imported
/D ... The import file will be delated after the conversion

Excercise: C:\MERICK30\CONVERS.EXE C:\ACAD\EXPORT.DBF /D
It is expected, that data (into which converse) are in the current directory. The file C:\ACAD\EXPORT.DBF will be delated after the conversion.

***** Modification of batch file CONVERS.BAT *******
@echo off
echo.
echo Starting Merick Calc program
C:
cd C:\MERICK31\DATA
C:\MERICK31\CONVERS.EXE C:\ACAD\EXPORT.DBF /D
C:\MERICK31\MERICK31.EXE
cd\


© Ing. Vaclav Riha-Soft Consult