;
Moderator: DosItHelp
-
- Posts: 11
- Joined: 02 Jul 2008 07:42
;
The author has been removed this message.
Last edited by carlitos.dll on 30 Sep 2011 22:48, edited 2 times in total.
-
- Posts: 11
- Joined: 02 Jul 2008 07:42
The author has been removed this message.
Last edited by carlitos.dll on 30 Sep 2011 22:48, edited 1 time in total.
well you could use
but that still uses wscript.exe
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