• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

can I initiate a shutdown in task scheduler in Win98?

tchinhe

Senior member
I am trying to get the task scheduler to shutdown a Win98 system. I am wondering if this could be done. Currently I have the machine running a batch for a backup but this machine stays one 7x24 as a result there is much instabilty. Please advice of any ways that I could try out with. thanks.
 
You can make a batch file with the commands you want it to execute. Read "Shutdown & Restart Shortcuts". So, you can have the batch file say this to shut down Windows:

========================
RUNDLL32.EXE user,exitwindows
========================

Then, save this somewhere on your HD, and schedule a task to run this batch file.
 
Back
Top