crgimenes / shutdown

shutdown command for MS-DOS 16bits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sd - shutdown

A small shutdown utility for MS-DOS.

I created it to use with DOS in VirtualBox, but it should work on any machine with APM 1.2 capability.

Reboot

sd -r

Or you can use the reboot command to have the same effect.

reboot

Halt

sd -h

Or you can use the quit command.

quit

download the binaries

About

shutdown command for MS-DOS 16bits

License:BSD 2-Clause "Simplified" License


Languages

Language:C 56.9%Language:Assembly 43.1%