Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
gwbasic/README.md
2020-05-29 00:53:15 +02:00

20 lines
662 B
Markdown

GW-BASIC historical files
=========================
This is a collection of my old GW-BASIC scripts from around 1991-1996. My dad
had bought our first PC, a 386DX-40 which came with MS-DOS ... and GW-BASIC.
The oldest file I could dig out was dated 1992. I was 11 years at that time.
How to use
----------
[Microsoft just open-sourced GW-BASIC](https://github.com/microsoft/GW-BASIC).
However, if you're not into compiling that, the [gwbasic.exe can be downloaded on archive.org](https://archive.org/details/gwbasic.exe).
This should run fine in DOSBox.
Also, there's [PC-BASIC](https://github.com/robhagemans/pcbasic) which runs
wherever Python can run.