Great job you do .. all i need is a cmd script for cancel computer shut down (if accidentlly happen) ... i know the formula as "shutdown -a" from command prompt but i don`t know how to create a specific script .... to put on my desktop or on my bunch of applications for permanent keepeng .. Thank you .. Reply me please
i modifyed your code a little so its shutting down your computer but at the same time it talks to you from the speakers and you can exit it becuase ive put another one where it says you cant get rid of me pm me for the code and then you can update this vid
Actually, when I tried that .bat file again, the PC did whatever the first script did. Shutting down in 30 seconds. It seems like that .bat file I made checks for a shutdown script, which I made, and activates it.
omg have to type in start->run shutdown -a
n0b0dy241 1 year ago
Nice :P <
falenone11 1 year ago
@falenone11
No worries please subscribe to my new account TechResource youtube.com/ techresource
miutubevids 1 year ago
Great job you do .. all i need is a cmd script for cancel computer shut down (if accidentlly happen) ... i know the formula as "shutdown -a" from command prompt but i don`t know how to create a specific script .... to put on my desktop or on my bunch of applications for permanent keepeng .. Thank you .. Reply me please
sorinrockeru 1 year ago
@sorinrockeru
1.open notepad and paste this in:
set shell = CreateObject("Wscript.Shell")
shell.run "shutdown -a"
2.Save as .vbs
3. Subscribe to my new account TechResource :)
miutubevids 1 year ago
@miutubevids Thanks .. I succed; and irony .. in the same day that script was useful .. so i added a shortcut key too
sorinrockeru 1 year ago
i modifyed your code a little so its shutting down your computer but at the same time it talks to you from the speakers and you can exit it becuase ive put another one where it says you cant get rid of me pm me for the code and then you can update this vid
...
Airbourne4 1 year ago
I didn't get the .bat file to work.
Lol, the computer went shutdown.
TNinja0 2 years ago
lol, soz then
but the
shutdown -a .bat fils shoudl work i dont know why not
miutubevids 2 years ago
It could differ from the PC's security. I don't know. But I just typed inn "shutdown -a" in the cmd instead. It worked fine. :P
TNinja0 2 years ago
hmm thats weird
probs is a pc issue
Miutbevids
SuBscriBE
miutubevids 2 years ago
Actually, when I tried that .bat file again, the PC did whatever the first script did. Shutting down in 30 seconds. It seems like that .bat file I made checks for a shutdown script, which I made, and activates it.
TNinja0 2 years ago
k sweet np then
Miuutbevids
Subscribe
miutubevids 2 years ago
or in command prompt type shutdown -a
cffootball4ever 2 years ago
whats is effictively what the second scrpt does
miutubevids 2 years ago
realy good ;)
DevilOwner2009 2 years ago
nice! it works fine!
snoffe1234 2 years ago
you can also save the vbs file as a .bat but i prefer vbs because it looks cleaner without the commandprombpt popping up
miutubevids 3 years ago