ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

AleaPause

<< < (2/3) > >>

4wd:
Begin with 4860 seconds. More than 1 hour.
The target was between 1/2 hour and 1 hour. -Contro (January 06, 2014, 08:10 PM)
--- End quote ---

Fixed.

For XP:

--- Code: Text ---REM For XP@echo off REM Generate random number between first and second argumentREM Second argument > first argumentset /a num=%RANDOM% * (%2 - %1 + 1) / 32768 + %1 REM Multiply by 60 for minutesset /a delay = %num% * 60 REM Ping an invalid IP once per secondfor /l %%a in (1,1,%delay%) do (ping 1.1.1.1 -n 1 -w 1000 > nul)

Contro:
The final script will be compiled.
So I can't vary easily sleep.cmd 30 60
 :tellme:

Contro:
Begin with 4860 seconds. More than 1 hour.
The target was between 1/2 hour and 1 hour. -Contro (January 06, 2014, 08:10 PM)
--- End quote ---

Fixed.
-4wd (January 06, 2014, 08:23 PM)
--- End quote ---

Why the hard coded version don't remail the console window ?
I see nothing
 :(

4wd:
The final script will be compiled. -Contro (January 06, 2014, 08:31 PM)
--- End quote ---

So just add the relevant script commands in your program to cause a delay in whatever script language you're using ... since you haven't told us.

Contro:
xp version fails too.
Invalid IP why ?
 :-*

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version