From: viktor DOT lundstrom AT mailbox DOT swipnet DOT se (Viktor Lundstrom) Newsgroups: comp.os.msdos.djgpp Subject: Re: What's the code to reboot the computer? Date: Sat, 02 May 1998 06:16:16 GMT Organization: A customer of Tele2 Lines: 30 Message-ID: <354ab97f.292601@nntpserver.swip.net> References: <3548deb2 DOT 3331619 AT news DOT jet DOT es> <354a2197 DOT 337344180 AT news> NNTP-Posting-Host: mn8.swip.net Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cache-Post-Path: mn8!s-13642 AT dialup236-2-35 DOT swipnet DOT se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Fri, 01 May 1998 19:27:19 GMT, random AT visi DOT net (Michael Bosley) wrote: >On Fri, 01 May 1998 12:32:59 GMT, gregorio AT jet DOT es (Grzegorz Adam >Hankiewicz) wrote: > >>Hello. >> >>I've heard there's some asm code which can reboot the computer. >>Does someone have this code? Is ot possible to choose between a warm >>boot and a cold boot? >> >>- Grzegorz Adam Hankiewicz - gregorio AT jet DOT es - http://web.jet.es/gregorio >>- Gogosoftware - http://welcome.to/gogosoftware > >On w95, i think there is a command in the windows or windows\system >directory that can reboot the computer. Sorry I can't remember the >name (i looked for it and couldn't remember what it was either). > >I believe that the only way to cold boot a system (if we are both >talking about the same "cold boot") is if the user actually turns the >computer off, waits, and then turns it back on. > There are computers with ATX motherboards, which actually supports a software-controlled ON/OFF button... I´ve had some reboots while programming... Most of these have been caused by my crappy code uncontrollably writing over all memory with 0's... So I guess you could try that :)