中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-15 01:26
47,812 topics / 349,917 posts / today 0 new / 48,268 members
DOS软件下载 & 游戏分享 (下载室) » Making a warm reboot file without programming [Repost]
Printable Version  1,835 / 3
Floor1 tanglu_sd Posted 2002-12-17 00:00
高级用户 Posts 271 Credits 948 From sd
Many newspapers and magazines have published methods for making warm reboot files. Basically, they all use Debug to create a COM program of about 20 bytes. Although it is not hard to make, the process is not easy to remember. Recently I happened to get a tiny warm reboot program, -reset.com. It is only 2 bytes long (possibly the smallest program in the world). After dissecting it, I worked out a simple way to make a warm reboot file. The steps are as follows:

1. In DOS real mode, type copy con reset.com and press Enter
2. Press ALT+205, then ALT+25, then the F6 key, and press Enter (it is best to use the numeric keypad for the numbers)

After making it, type reset and press Enter to try it out. Isn't it very handy? Its biggest use is: adding it into AUTOEXEC.BAT as an auxiliary program for a small section of code
Floor2 Roy Posted 2002-12-18 00:00
管理员 Posts 1,633 Credits 4,869
Floor3 qzxym Posted 2002-12-30 00:00
中级用户 Posts 39 Credits 210
Try this one below
debug
-a
jmp ffff:0 <=======just remember this line
rcx
5
nreboot.com
w
q
This will generate a 5-byte reboot.com file. If it doesn't work, then you definitely are not running under pure DOS.
Floor4 defrag Posted 2005-01-03 00:00
中级用户 Posts 570 Credits 456
debug
-a
jmp ffff:0 &lt;=======just remember this line
rcx
3nreboot.com
w
q
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023