In Windows98, there's a task scheduler, but I don't know how to use it to shut down my computer at a set time. Is there some sort of utility I can download to automate this? Thanks in advance!
Figure out what the command line shutdown command is, write a batch file, and setup the system to run that batchfile at a certain time. But running your system 24/7 (while helping Team Anandtech in one of its wonderful Distributed Computing projects) would be a much easier solution. And some people think leaving your system on is better for the hardware
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "^{ESC}us{ENTER}"
Save the file and place it on the desktop or in the Quicklaunch or whatever, and then call it to run from Task Scheduler. It should shutdown Win when you double click it, or when it is run automatically by the scheduler.
<< Figure out what the command line shutdown command is, write a batch file, and setup the system to run that batchfile at a certain time. But running your system 24/7 (while helping Team Anandtech in one of its wonderful Distributed Computing projects) would be a much easier solution. And some people think leaving your system on is better for the hardware >>
surprisingly, or rather not surprisingly, there is no simple command for shutting down windows via the cli and/or a batch file.
<< Figure out what the command line shutdown command is, write a batch file, and setup the system to run that batchfile at a certain time. But running your system 24/7 (while helping Team Anandtech in one of its wonderful Distributed Computing projects) would be a much easier solution. And some people think leaving your system on is better for the hardware >>
surprisingly, or rather not surprisingly, there is no simple command for shutting down windows via the cli and/or a batch file.
>>
There was a way to do it via command line without vbs in win9x. I remember loading a batch file into startup at work one time...
Yeah, I downloaded the file (very tiny), and copied it to my other HD/partition, and made a shortcut with the extensions suggested. It works just fine, without creating any vbs file. But, either way...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.