1. #1

    Help doing a delay on a batch file

    I'm trying to make a delay from when starting the batch file till the command in the batch file to execute.
    I want 10 seconds delay.

    I've tried:
    Sleep 10
    timeout 10
    /t 10
    timeout /t 10
    sleep /t 10
    -t 10
    10 -t
    etc etc.
    Please halp:3
    You cannot bandage a bleeding target...
    Quote Originally Posted by Dinnerbone
    This gets my vote for thread of the month.
    If WoW was "just" a game, you wouldn't be in this forum.

  2. #2

  3. #3
    Deleted
    you can also embed a ping in it ^^

    edit, nvm, just read the answer above.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •