hw to desply the result(output) in Console(COMMAND PROMPT) of a WINDOWS ApPLCIATION
-
Hi all in my application i need to desply output in CommandPrompt.. and also i need to take the commands which r desplayed in command prompt.. please can u let me know. How to desply Output in CommandPrompt....In WINDOWS APPLICATION Thnk in advance prashanth, s/w Engineer, Syfnosys.
prashanth, s/w Engineer, Syfnosys.
-
Hi all in my application i need to desply output in CommandPrompt.. and also i need to take the commands which r desplayed in command prompt.. please can u let me know. How to desply Output in CommandPrompt....In WINDOWS APPLICATION Thnk in advance prashanth, s/w Engineer, Syfnosys.
prashanth, s/w Engineer, Syfnosys.
Is Console.WriteLine(***) ? wang
-
Hi all in my application i need to desply output in CommandPrompt.. and also i need to take the commands which r desplayed in command prompt.. please can u let me know. How to desply Output in CommandPrompt....In WINDOWS APPLICATION Thnk in advance prashanth, s/w Engineer, Syfnosys.
prashanth, s/w Engineer, Syfnosys.
Console.WriteLine(someString) will send someString to the Console. The console is: - the output pane when running inside Visual Studio - the console windows when executing from a DOS command window - absent when simply double-clicking the exe in Windows Explorer. :)
Luc Pattyn