Hai ganga,
C,C++ and Scheme program can be converted to binary executables.
ie files which could be invoked to run.[eg:notepad.exe which runs by
just clicking it ]
In DrScheme we can make executables with
<menu>Scheme->Create Executable<menu>
When you develop an application will have many files that has to be
put in the
installing system.So generally a flat installation(copy pasting) is
not done.Instead
the application is packaged using packagers like installshield and
microsoft msi.
Many windows games and application comes as packages and you might
have seen
lot of them(eg Adobe,firefox etc).
Usually java applications are packeged as jar files.
There is also something known as build automation tools
like apachae ant which make files in unix etc which automates the
process of compilation,running etc....
With Regards
Girish N Gopal.
On Nov 26, 11:39 am, gangadhar <
gangadharc-...@mail.iiitmk.ac.in>
wrote: