Owner's manual


By creating batch les in DOS, the transfer of les back and forth between DMS Delivery and the back ofce software can
be reduced to a one click process. LC
3
(Liquid Controls previous data management system) was run in this manner.

==================================================================
======
CONSOLE APPLICATION : DMSLCLoad
==================================================================
======
This application can be invoked by a batch le. Error messages and
diagnostic messages will be printed to “DMSLCLoad.txt”. This le
will be created in the same folder that the application is in.
This program can be called in three ways. For the examples below,
it is assumed that the executable is in the following folder:
c:\DMS\
1) The simplest method of calling this program:
c:\DMS>DMSLCLoad
The program attempts to convert c:\DMS\DELLOAD.DAT into 500 les.
The 500 les will be created within the c:\DMS\ folder.
2) To change the name of the LC3-format dispatch le, add the le
name as an argument to the command-line:
c:\DMS>DMSLCLoad SAMPLE.FIL
The program attempts to convert c:\DMS\SAMPLE.FIL into 500 les.
The 500 les will be created within the c:\DMS\ folder.
3) If the executable and LC3-format dispatch le are in different
directories (for example, if the dispatch le is in
c:\DMS\Database\ ):
c:\DMS>DMSLCLoad c:\\DMS\\Database\\SAMPLE.FIL
The program attempts to convert c:\DMS\Database\SAMPLE.FIL into
500 les. The 500 les will be created within the c:\DMS\Database\
folder.
==================================================================
======
CONSOLE APPLICATION : DMSLCRead
==================================================================
======
