|
Answer» hi there ' cd\ cd windows and there is no WAIT for type commands such as dir , copy , ... its end immediately-i want BATCH file wait for my commands- can i do this? by the way thankuopen a command window: start|run then type CMD and either press return or click OK If you are running a batch file from Windows Explorer by double CLICKING it, it will just vanish when it has completed all the commands. It sounds like what you want is a command prompt window, so do what gpl said. add cmd at end
|