random delay

About this tag
The random delay tag on WindowsForum.com covers discussions about introducing unpredictable wait times in scripts and automation. A common use case involves batch scripting on Windows, where users seek to add a random pause between commands, such as a delay ranging from 5 to 30 minutes. These threads explore methods to generate random intervals using built-in Windows tools like `timeout` or `ping`, often combined with `%RANDOM%` or PowerShell. The tag focuses on practical solutions for scheduling tasks, simulating user behavior, or avoiding detection in automated processes. Topics may include syntax examples, troubleshooting timing issues, and adapting delays for different Windows environments.
  1. onlinegill

    Windows 10 Random time delay between two batch commands

    Hello, I have a batch script and i would like to put random delay / wait time in minutes to run second command. example : run first command here random wait between 5 to 30 minutes run second command here Thank You
Back
Top