Command prompt exiting

Is there any way to make command prompt in win2k/XP NOT exiting after executing manually a. bat or. exe file? Alternativelly is there any command that you can add to the batch or executable to prevent from exiting when run?.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar36.webp

193 Posts
Location -
Joined 2000-12-26
Is there any way to make command prompt in win2k/XP NOT exiting after executing manually a .bat or .exe file?
Alternativelly is there any command that you can add to the batch or executable to prevent from exiting when run?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar36.webp

193 Posts
Location -
Joined 2000-12-26
OP
That will do.Thanks. Still though i am curious if you can prevent it anyway without having to edit it.

data/avatar/default/avatar17.webp

757 Posts
Location -
Joined 2000-10-14
with a batch file you could put in the 'pause' command
Its a quick solution that I use