Jump to content

wait 15 sec ?


alfareed

Recommended Posts


If you would like a simpler way to do it... just create a bat or cmd file with this:

@echo off

PING 1.1.1.1 -n 1 -w 15000 >NUL:

setup.exe

This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

:D

Link to comment
Share on other sites

If you would like a simpler way to do it... just create a bat or cmd file with this:

@echo off

PING 1.1.1.1 -n 1 -w 15000 >NUL:

setup.exe

This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

Cool trick buddy! :thumbup

Link to comment
Share on other sites

If you would like a simpler way to do it... just create a bat or cmd file with this:

@echo off

PING 1.1.1.1 -n 1 -w 15000 >NUL:

setup.exe

This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

:D

:thumbup

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...