Horje
batch file cool ending Code Example
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




Shell

Related
difference between -s and --save Code Example difference between -s and --save Code Example
ubuntu click problem after computer standby Code Example ubuntu click problem after computer standby Code Example
ubuntu mouse issues after suspend Code Example ubuntu mouse issues after suspend Code Example
bash split Code Example bash split Code Example
phpcs diferent xml Code Example phpcs diferent xml Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
17