;

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
carlitos.dll
Posts: 11
Joined: 02 Jul 2008 07:42

;

#1 Post by carlitos.dll » 07 Jul 2008 11:39

The author has been removed this message.
Last edited by carlitos.dll on 30 Sep 2011 22:48, edited 2 times in total.

DGMakers
Posts: 13
Joined: 30 Jun 2008 04:28

#2 Post by DGMakers » 08 Jul 2008 00:38

External commands... you talking about wscript? and stuff like that?

carlitos.dll
Posts: 11
Joined: 02 Jul 2008 07:42

#3 Post by carlitos.dll » 08 Jul 2008 08:44

The author has been removed this message.
Last edited by carlitos.dll on 30 Sep 2011 22:48, edited 1 time in total.

Thebetr1
Posts: 12
Joined: 30 Jun 2008 02:50
Location: My computer
Contact:

#4 Post by Thebetr1 » 16 Jul 2008 23:32

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

Post Reply