larry said:
Mr. Slattery
there is no program tab , or close on exit box, only
properties>advaned>advanced attributes with, file is ready for arching and
allow indexing service to index this file checked.
i have already tried all the compatibility modes
larry
In that case your *.exe is not a 16-bit DOS app. (I don't know why MS
doesn't show that tab for 32-bir console apps.)
But you still want to get the console window to stay open. So, use
start|run, type "cmd" in the box. Now you have a console window. Next
you need to navigate to your desktop. Type:
c:
cd "windows\profiles\<your user name>\desktop"
put your own username where I have <your user name>. That should get
you to the folder where your exe file resides. Type
dir
and see whether your file is in the directory. If it is, just type its
name. It should run and the window will remain open, allowing you to
see what it wrote out.
If it's not there, then we're in the wrong place. Use Start|Search to
search for your *.exe. That will tell you exactly which directory it's
in. So now you can use the CD command to get there and run it.