hi,
i need to run my program without debug in order to get some more output to my console application.
for example-
the user enters "abc" so i want that the output will be "name:abc"
and i need to do that while im runnign my program without debug.
how can i do that?
thanks