Batch file commands in NT4 ???
Results 1 to 2 of 2

Thread: Batch file commands in NT4 ???

  1. #1
    Registered User
    Join Date
    Oct 2001
    Location
    Western Australia
    Posts
    112

    Question Batch file commands in NT4 ???

    Does anyone here know how to make a batch file in NT4 wait for 5 seconds or so?

    Or does anyone know of a web site that might point out the finer uses of batch files in NT4 ?
    Thanks guys/girls

  2. #2
    Registered User Gabriel's Avatar
    Join Date
    Aug 2000
    Location
    Tel Aviv Israel
    Posts
    2,161

    Cool

    IN dos
    TYPE NUL | CHOICE.COM /N /CY /TY,5 >NUL

    in NT.... Try "sleep" utility under this page
    <a href="http://www.computerhope.com/dutil.htm" target="_blank">http://www.computerhope.com/dutil.htm</a>

    Good Luck and tell me how you managed it.
    Gabriel

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
  •