Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: open bullet 2 installation on kali linux WEB 
Shell :: bash view the contents of a sqfs file 
Shell :: ubuntu delete user 
Shell :: install drupal using composer 
Shell :: bash basename 
Shell :: windows port permission denied 
Shell :: how to find process running on port in ubuntu 
Shell :: how to change timezone in linux 
Shell :: create and run docker registry 
Shell :: django cors install 
Shell :: loss of driver letter windows 10 
Shell :: cpanel webdav windows 
Shell :: bash list environment variables 
Shell :: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory" 
Shell :: upgrade to ubuntu 22.04 
Shell :: Fix the upstream dependency conflict, or retry 
Shell :: read password bash 
Shell :: ERROR: Unknown command-line argument "-tgt-fs" 
Shell :: arhlinux python.h 
Shell :: linux alle dateien löschen die älter als eine woche sind 
Shell :: git reset to origin/master 
Shell :: check directory size linux 
Shell :: extract tar gz overwrite 
Shell :: change last commit date 
Shell :: How do I select which GPU to run a job on? 
Shell :: bash get length of rows 
Shell :: installation directory must be on local hard drive 
Shell :: sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE 
Shell :: bastighg 
Shell :: gitignore template eclipse 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =