Answers for "batch file cool ending"

1

batch file cool ending

:end
set num=%random%
if exist temp%num%.vbs goto num
echo ' > "temp%num%.vbs"
echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "temp%num%.vbs"
echo speech.speak "Goodbye" >> "temp%num%.vbs"
start temp%num%.vbs
timeout 2
del temp%num%.vbs
Posted by: Guest on April-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language