  (⠢ : http://aravidze.narod.ru/p/zapusk.zip)
  (To expose as: http://www.geocities.com/sekirin1/p/zapusk.zip)
`
     The program ZAPUSK3.EXE demonstrates principal
possibility to run some Win95 application and to send it
by the program way the messages which usualy are sent 
interactively. This could be possible for processing a
series of files in similar way, etc. The program SOOBSCEN.EXE
is useful when studying the system of messages in Win95.
`
     Naturally both these programs are supplied with
their sources; in  each case, the source lies at the end of the file as
a hidden section (and can be cut with any text editor).
When necessary, it can be recompiled with SpAsm
(Specific Assembler - i.e., specific for Win95;
available at: http://betov.free.fr/SpAsm.html).
ANALREES.PAS should work with any Pascal compiler.
`
     Unfortunately I have not found the format of messages
which should be sent to the application to make it to 
perform some specific work, and I even do not know whether
it is documented. There are also problems with distingvishing
between several windows of some single program, etc. For
this reason, this material is just a demonstration of 
possibility, but not real program.
`
     The order of work:
`
 - we copy NOTEPAD.EXE into the current directory 
   with ZAPUSK3.EXE; 
`
 - we launch ZAPUSK3.EXE. It launches NOTEPAD.EXE, asks for "OK"
   after NOTEPAD has created its input windows, and makes NOTEPAD
   to repeat some letter in the input text;
`
 - we save the text (to obtain an evidence that all works)
   and close the NOTEPAD.EXE;
`
 - for studying the system of messages, we launch SOOBSCEN.EXE;
   then we move/click with mouse and/or press the keys; 
   the exit from the program proceeds as from any normal
   Win95 application (Alt+F4 etc.).
`

