Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What the dos restart or reboot Command ?

94 views
Skip to first unread message

SHS

unread,
Sep 15, 1998, 3:00:00 AM9/15/98
to
Hi I'am build Windows9x Setup I need to know how I can add to to my Bat
file. some that will reboot or restart the PC with out have to use CTRL |
ALT | DELETE KEYS
thank
to...@wavecomputers.net.com
remove .com for Email

SHS

unread,
Sep 15, 1998, 3:00:00 AM9/15/98
to
not windoze just dos gee didn't read my Q? (thougth)

mjg...@mindspring.com

unread,
Sep 16, 1998, 3:00:00 AM9/16/98
to
To shutdown Windows, try this in a batch file.

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>...

Shoeless in San Jose

unread,
Sep 16, 1998, 3:00:00 AM9/16/98
to
On Tue, 15 Sep 1998, SHS wrote:

> 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


SHS

unread,
Sep 16, 1998, 3:00:00 AM9/16/98
to
thank shoeless

Doyle

unread,
Sep 16, 1998, 3:00:00 AM9/16/98
to

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)

mjg...@mindspring.com

unread,
Sep 16, 1998, 3:00:00 AM9/16/98
to
Yes I did, you did not make yourself clear...

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>...

SHS

unread,
Sep 16, 1998, 3:00:00 AM9/16/98
to
ops your rigth
the word (in dos) was missing
(CTRL | ALT | DELETE KEYS in dos)
I 'am sorry
my f%%kup Dame that Copy | Paste hehe


Jem Berkes

unread,
Sep 19, 1998, 3:00:00 AM9/19/98
to
If you want a simple command to do it, you can download my re-boot.com freeware
program:

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)


DGJ

unread,
Sep 19, 1998, 3:00:00 AM9/19/98
to
On Wed, 16 Sep 1998 00:07:52 -0700, Shoeless in San Jose
<batc...@slip.net> wrote:

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)
>

SHS

unread,
Sep 20, 1998, 3:00:00 AM9/20/98
to
thank but I found one in the Win98 Setup Boot Disk in that ebd.cab file call
restart.com hehehe

ras...@highfiber.com

unread,
Sep 20, 1998, 3:00:00 AM9/20/98
to
In article <36040b10...@news.btinternet.com>,

239...@aol.com (DGJ) wrote:
>
> 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

And does this code flush all DOS file buffers before rebooting? Or
does it risk corrupting files, possibly trashing compressed volumes?

ras...@highfiber.com

-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum

me

unread,
Sep 22, 1998, 3:00:00 AM9/22/98
to
ras...@highfiber.com wrote:
: In article <36040b10...@news.btinternet.com>,

(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. |
------------------------------------------------------


0 new messages