This Comm Script will allow Async Communications with the EDI*NET
Network Using Procomm Plus by DATASTORM TECHNOLOGIES, INC.

*Note:  The Dialogue in the script (EDINET.ASP) was specifically
        written and tested for Modems with MNP Error correction
        Protocol v4 or higher.  If your modem does not support
        MNP 4, then another script with different dialogue will
        be required.  Procomm Plus must be installed to run this
        script.

Files used by the PCPLUS Comm Script 
------------------------------------

EDINET.ASP  - PCPLUS Comm Script
EDINET.ASX  - Compiled PCPLUS Comm Script
LOGON.EDI   - User Maintained file which contains logon information.
EDI_BEG.TXT - Text that will appear as the Beginning of Message File.
EDI_END.TXT - Text that will appear as the End of Message File.

EDINET.STS   - Status File received from Network; included in Msg File.
EDINET.MSG   - Message File created each time script is executed.

The User Maintained LOGON.EDI
-----------------------------

This file will contain the variable information necessary to successfully 
log into the network and send/receive the intended EDI files.

This file contains the following information ...

1.  EDI File to be received
2.  EDI File to be sent
3.  Network Mailbox id
4.  Network Password
5.  Primary Phone Number
6.  Secondary Phone Number

EDI*NET
---------

During each communications session, this comm script will attempt to first
receive an EDI file, then send an EDI file if one exists.  This script will
not delete or rename an EDI file after it has been sent,  that will be the
responsibility of the user.  This script will delete the last EDI file 
received, before attempting to receive a new EDI file.  THe files are
transfered as ASCII Text and will be displayed on the screen as the transfer
occurs.

Modifying PCPLUS Comm Script
----------------------------

The Script file itself can be customized if necessary.  To do so edit the
source script EDINET.ASP and then compile the script by typing the following
at the command line:

        ASPCOMP EDINET

If the script was successfully compiled a new version of EDINET.ASX will be
created.

Invoking the Script 
-------------------
        
The script can be invoked by typing the following at the command line:

        PCPLUS /FEDINET


