rundll32 user.exe,ExitWindows
There is probably a replacement for "ExitWindows" but I cannot seem to
remember what is was....
See Ya
SHS wrote in message <6tn2ip$jpo$1...@supernews.com>...
> not windoze just dos gee didn't read my Q? (thougth)
warmboot.bat:
smartdrv /c
@echo e 0040:0072 34 12 > reboot.dat
@echo g=ffff:0000 >> reboot.dat
@debug < reboot.dat
----
coldboot.bat:
smartdrv /c
@echo g=ffff:0000 | debug
also could create any file with a .COM extenstion that has the
following info "HPS(alt-203) " (minus the quotes and replace the
(alt-203) with the actual command, it will create a funny double line
character)
This statement: "Hi I'am build Windows9x Setup " tells me you want to
restart Windows
and not Dos....
SHS wrote in message <6tnf7f$shc$1...@supernews.com>...
http://www.alkaid.ml.org/freeware/
You can either boot by selecting an option from a menu, or use a command-line
option, i.e.:
re-boot 1 warm boot
re-boot 2 cold boot (reset)
re-boot 4 boot thu BIOS (very weird)
A quick way I have used to create a reboot proggie that can be called
from a batch file is as follows:
ECHO HPS=>REBOOT.COM
The = sign above should be replaced by ALT+203 (which looks like a
hollow T. Just call reboot.com and it reboots
DGJ
>On Tue, 15 Sep 1998, SHS wrote:
>
>> not windoze just dos gee didn't read my Q? (thougth)
>
And does this code flush all DOS file buffers before rebooting? Or
does it risk corrupting files, possibly trashing compressed volumes?
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
(I'm not the original poster, but I'll answer anyway)
You have to use Smartdrv /c before executing this code.
--
------------------------------------------------------
| "Spam belongs on the dinner plate, not in my |
| e-mail box." |
|****************************************************|
| Remove _DO_NOT@_SPAM from my address to e-mail me. |
------------------------------------------------------