


1. Start AcuConnect on the server by going to the server and clicking the Start AcuConnect Service icon.
2. Copy the programs, "prog1.acu" and "asynch.acu", from the sample directory on the server to any directory on the client. If you kept the installation defaults, these files can be found in the c:\acucorp\acucbl5xx\AcuGT\sample directory on the server. You may want to create a new directory on the client to hold the samples, or you may put them in the acucobol\sample directory.
3. Start the sample client program. To do this, exit to DOS and change to the directory where you installed the programs on the client. From the DOS prompt, type:
wrun32 -c client.cfg prog1.acu
to test synchronous CALLs, or
wrun32 -c client.cfg asynch.acu
to test asynchronous CALLs.