hi
i created one process which will run one file called banner.exe that will create one banner on the desktop, in that banner some text will always be scrolling.what i want is this process should always be running in the background and whenever i execute banner.exe file from the command line with some command line arguments that arguments should be appended to the text which is previously scrolling in the banner.
what i want is their should be only one instance of banner.whatever i add or remove from the command line should update in the same banner.
is it possible to do this.please give me the solution how to do this.