Skip to content

mavaji/dos-editor

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages