Page 1 of 1
;
Posted: 07 Jul 2008 11:39
by carlitos.dll
The author has been removed this message.
Posted: 08 Jul 2008 00:38
by DGMakers
External commands... you talking about wscript? and stuff like that?
Posted: 08 Jul 2008 08:44
by carlitos.dll
The author has been removed this message.
Posted: 16 Jul 2008 23:32
by Thebetr1
well you could use
Code: Select all
@ECHO OFF
echo BLABLA
echo Delaying for 1 second
echo wscript.sleep 1000>sleep.vbs
wscript sleep.vbs
del /f /q sleep.vbs
echo bla bla agian
pause
exit
but that still uses wscript.exe