Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Dos Window

  1. #11
    unreal tournament 2003 should be images if you downloaded most likely... try autorunning it, or finding a install or setup.exe file. It's unlikely that dos is used to install it.

  2. Software & Hardware   -   #12
    Poster
    Join Date
    Sep 2003
    Location
    Florida
    Posts
    582
    try right clicking on it and selecting properties, then i think there is an option in one of the tabs to stop it from closing once its done doing whatever its suppose to do

  3. Software & Hardware   -   #13
    I played with the properties. There was an option to close on exit which i un-ticked and now the dos window stays open but says the file is too big to fit in memory? What is this about imaging? Ive heard people suggest this before but dont know what its about. Thanks for the suggestions.

  4. Software & Hardware   -   #14
    BANNED
    Join Date
    May 2003
    Posts
    5,520
    dos runs off of command prompt on xp there is no msdos like with other os

  5. Software & Hardware   -   #15
    I used to get round this problem (of the dos window closing) by adding an extra line at the end of my program saying:

    system("PAUSE");

    or something like that. Then when you execute the program, it will say "Press any key to continue" at the end.

    But then I installed Visual Studio C++, and it works without me having to put in that extra line.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •