Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.27 KB

dos-editor

A simple editor written for MS-DOS. It controls mouse events, simulates 3d effects, and handles menus and text scrolling from scratch.

Prerequisites

You may have MS-DOS installed on bare metal or in VirtualBox. It doesn't work under Windows systems.

Setup Environment

Make

We assume the following folder structure:

C:\BORLANDC
C:\Grphedit.c
C:\Dosedit.c
C:\GMOUSE.com
C:\GMOUSE.SYS

run GOUMSE.COM

run C:\BORLANDC\BIN\BC

Set Linker Libraries as below:

linker-libraries

Open Dosedit.c.

Run with CTRL+F9.

You can use ALT+F to activate menu, ALT+C to copy line, and ALT+P to paste line.

Sample Execution

welcome-screen editor-screen