Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: batch file wont back to prompt  (Read 2620 times)

0 Members and 1 Guest are viewing this topic.

juan503

  • Guest
batch file wont back to prompt
« on: May 31, 2011, 11:49:22 AM »
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 thanku

gpl



    Apprentice
  • Thanked: 27
    Re: batch file wont back to prompt
    « Reply #1 on: May 31, 2011, 12:12:50 PM »
    open a command window:
    start|run
    then type cmd and either press return or click OK

    Salmon Trout

    • Guest
    Re: batch file wont back to prompt
    « Reply #2 on: May 31, 2011, 12:32:22 PM »
    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.

    a117yogi



      Rookie
      • Experience: Guru
      • OS: Windows XP
      Re: batch file wont back to prompt
      « Reply #3 on: June 03, 2011, 02:02:38 PM »
      add cmd at end