RE: stupid question

2001-10-19 Thread sandeep singh
Title: stupid question this line is not working in my machine...! It is saying "The name specified is not recognise as an external or internal command"   sandeep     -Original Message-From: Dineshram [mailto:[EMAIL PROTECTED]]Sent: Saturday, October 20, 2001

RE: stupid question

2001-10-19 Thread Dineshram
Title: stupid question I could see the following line to pause for 10 seconds in one of our batch file   Choice /c:~ /t:~,10 /n >nul   Will you give a try.   Dinesh -Original Message-From: Barry Jia [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 10:40 AMTo: 

RE: stupid question

2001-10-19 Thread sandeep singh
Title: stupid question F:\pctools\cygnus\cygwin-b20\H-i586-cygwin32\bin   this is included in my path and I am able to use every unix commands in Dos   You need the download the cygnus and then put this in your path...you will be able to use sleep command...and all other unix commands

RE: stupid question

2001-10-19 Thread SimonRichardson2
Have you tried cygwin? there's a sleep command with that you can use on NT. http://www.cygwin.com/ <http://www.cygwin.com/> -Original Message- From: Barry Jia [mailto:[EMAIL PROTECTED]] Sent: 19 October 2001 16:55 To: '[EMAIL PROTECTED]' Subject: RE: stupid que

RE: stupid question

2001-10-19 Thread Li, Jerry
Title: stupid question In windows world, there is no working sleep batch function, However, you could use a loop.   Jerry -Original Message-From: Barry Jia [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 8:40 AMTo: '[EMAIL PROTECTED]'Subject: stupid qu

RE: stupid question

2001-10-19 Thread Barry Jia
Title: stupid question Not necessary so complicated,  I just want to loop run a command every 10 seconds in NT with a batch file.I do not know how to let it sleep 10s. Thanks B. -Original Message-From: Stephane Bailliez [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001

RE: stupid question

2001-10-19 Thread Stephane Bailliez
Title: stupid question Why don't you use the sleep task in Ant ? See the manual for details.     Otherwise: http://www.fpschultze.de/b19.htm   --  Stéphane Bailliez  Software Engineer, Paris - France  iMediation - http://www.imediation.com  Disclaimer: All the opinions expressed abov

stupid question

2001-10-19 Thread Barry Jia
Title: stupid question I have a stupid question, how to pause inside of Windows  batch file, like "sleep 10" in UNIX. I can not find the dos command for sleep. Thanks in advance. B.