	
               DoneEx AppBinder DLL v1.1.2
        Copyright (c) 2003-2004, DoneEx Software

DESCRIPTION:			
AppBinder  is  programmers tool  which  allows to  start  WIN32 console  or  DOS
applications from  your program  in the  way allowing  to intercept the standard
streams of started application and to control data in the streams.


SYSTEM REQUERIMENTS:
Pentium 160 or more
MS Windows 98,ME,NT,2000,XP


FILE LIST:
    appbind.dll       - library
    abspawn.exe       - co-spawn module. 
                        This module is required for launch DOS application on 
	                    Windows NT, 2000 and XP.
    AppBinderHelp.chm - help file
    license.txt       - license
    readme.txt        - this file
	
	
	
USAGE:
Jast  place  appbind.dll  and  abspawn.exe  in  folder  where  is  located  your
application. You can also place appbind.dll and abspawn.exe in windows  system32
folder. If your  application is wrote  in VB6 you  can import connection  module
"clsDXProcessCall.cls" to your project it let you to use prepared class.  Module
"clsDXProcessCall.cls"  locates  in  "connection_sources\vb6"  folder  into your
AppBinder place instalation.


EXAMPLES:
The  example "cmd_gui_shell"  demonstrates usage  AppBinder Library  with Win32
-console  command  processor "cmd.exe".  Because  "cmd.exe" is  part  of Windows
NT/2000/XP only, then this  example does not work  on Windows 98/ME. 
The    example   "debug_exe_gui_shell.exe"    demonstrates     usage   AppBinder
Library  with   DOS  application "debug.exe". This  application is presented  in
each Windows version.


REGISTRATION:
If you  found AppBinder  usefull for  your business  and continue  use it  after
reasonable trial period you should be registered.  
Detailes about registration process are on http://www.DoneEx.com


