DelayExec (no install)

  • Thread starter Thread starter Tramp
  • Start date Start date
T

Tramp

Have you ever wanted to delay the execution of a program? Now you can
with DelayExec. This small utility accepts 2 command line parameters,
the first is the full path to the file you would like to execute. The
second parameter is the delay time, in seconds. There is no user
interface to the program, it is ran from the command line and is
completely hidden/stealth.DelayExec could be useful if you want
something to wait before executing, such as on Windows startup or in a
network login script
http://www.rjlsoftware.com/software/utility/delayexec/
 
Tramp said:
Have you ever wanted to delay the execution of a program? Now you can
with DelayExec. This small utility accepts 2 command line parameters,
the first is the full path to the file you would like to execute. The
second parameter is the delay time, in seconds. There is no user
interface to the program, it is ran from the command line and is
completely hidden/stealth.DelayExec could be useful if you want
something to wait before executing, such as on Windows startup or in a
network login script
http://www.rjlsoftware.com/software/utility/delayexec/


Also open a DOS window, type in :

TYPE NUL | CHOICE.COM /N /CY /TY,30>NUL

notepad.exe

Or, put it in a .bat file, you will have a 30 s timer.

laurent
 
Back
Top