Rodent
Oct 11 2004, 12:15 PM
hello there,
whe i execute sleep.exe from my runonceex.cmd,
there always is this annoying cmd window.
any way to hide this?
thanks
alex
MCT
Oct 11 2004, 02:06 PM
what u *COULD* do is, make an autoit script that runs sleep.exe hidden
or u could also just add this to autoit & make your own sleep.exe
Sleep(1000)
1000 = time in miliseconds
Rodent
Oct 11 2004, 03:34 PM
thanks,
i found a solution.
ari from the german community has created a sleep.exe v3
http://board.windows-unattended.de/index.p...wtopic=887&st=0with color options and silent switch
thanks mct
thanks ari

alex