how can I send a string to output window in keil c51 uVision when complete compile?
With a string being what? I'd have thought that the output by the compiler itself is already quite verbose enough as it is? Why add something to it? And do you really need it after the compile is done, or would output after the build of the project at large (i.e. the linking stage) is finished be sufficient?