Help required

android

Disciple
The exe files which needed to be opened in DOS shell just pop up and then automatically closes. Also a few of the exe files dont run.
 
android said:
The exe files which needed to be opened in DOS shell just pop up and then automatically closes. Also a few of the exe files dont run.
cud u plz describe the problem a bit...
what error messages (if any) do u get?
if possible, post screenshots too..
 
TC ?? is that Turbo C ? please describe the problem incl. name of exe , wich OS u are using and whether u have same problem while executing other .exe files
 
Yes it is turbo C. OS is windows xp. Many other exe files are all working. Only a few of them are not. I think the ones which i ma trying to install now and run are the ones which have problems.
 
try two things:
firstly, when you compile a c / c++ program, include getch(); at the end of your program, that will prevent the executable file of that program from closing automatically.

secondly, right click on an executable file and go to its properties,
click on the Program tab and uncheck the option: "Close on Exit".

attempt8pk.jpg

see if this helps :|
 
no no . See what is happening is the text editor of my turbo C++ is not opening. It opens aand then automatically shuts after a couple of minutes.
 
Back
Top