Download Batch File Utilities - BOOTDEMO
A pair of utilities that will reboot your PC, options include a cancel feature and a Novell/ logout call, these utilities are great for batch files when you want to be sure to reset the PC, but also offer the safety feature of a cancel option and an auto-logout call for Novell/, working demo DOS
This program is designed as a replacement for the MS-DOS 'boot' sector on a floppy diskette.It prints a sign-on message, waits for the user to press any key, then loads and executes the boot-strap loader program stored in the 'Master Boot Record' of the machine's primary hard disk.
REQUIREMENTS:
Your executable program-file must be small enough to fit within a single disk-sector (i.e., only 512 bytes); also its final two bytes must be the values 0x55, 0xAA (known as the 'boot-signature'); and finally your code and data must be designed to reside at memory-address 0x7C00, and begin executing in 'real-mode' with
CS:IP = 0000:7C00.
Download Location:
Download Location 2: BOOTDEMO
Add a Comment
Please be civil.