https://github.com/developpeurpascal/listeur-msdos-turbopascal
Les deux dernières versions d'un logiciel d'impression de fichiers textes pour MS-Dos datant de 1993.
https://github.com/developpeurpascal/listeur-msdos-turbopascal
archive dos-command msdos pascal pascal-language pascal-programming turbo-pascal turbo-vision
Last synced: about 2 months ago
JSON representation
Les deux dernières versions d'un logiciel d'impression de fichiers textes pour MS-Dos datant de 1993.
- Host: GitHub
- URL: https://github.com/developpeurpascal/listeur-msdos-turbopascal
- Owner: DeveloppeurPascal
- License: agpl-3.0
- Created: 2023-07-17T19:05:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T10:43:17.000Z (4 months ago)
- Last Synced: 2025-03-01T14:55:29.840Z (about 2 months ago)
- Topics: archive, dos-command, msdos, pascal, pascal-language, pascal-programming, turbo-pascal, turbo-vision
- Language: Pascal
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Listeur v1.x & v2.x - Turbo Pascal - MS-Dos - 1991
[Cette page en français.](LISEZMOI.md)
Listeur is a program for printing text files. It lets you add a header and footer. Here are the source codes for the two versions of the project:
* version 1 has been developed for MS-Dos to be used as a classic command
* version 2 uses [Turbo Vision](https://en.wikipedia.org/wiki/Turbo_Vision) to provide a user interface based on menus, dialog boxes and buttons, usable with both keyboard and mouse, still under MS-Dos.Developed under [Turbo Pascal](https://en.wikipedia.org/wiki/Turbo_Pascal) between 1991 and 1993, these programs were used at the IUT to print listings for our computer projects.
Of course, they're of no use nowadays, as no-one is expected to print software listings containing several thousand lines of code!
Only the latest version of the source code is supplied. You won't be able to recompile them unless you have a version of Turbo Pascal or Borland Pascal, since the Turbo Vision units used are not public.
The compiled 8-bit version of the programs are supplied. They can be used under MS-Dos or early versions of Windows.
Check out [my other open source projects in Turbo Pascal](https://github.com/DeveloppeurPascal?tab=repositories&q=TurboPascal&type=&language=&sort=) if you're interested in software archeology.
## Talks and conferences
### Twitch
Follow my development streams of software, video games, mobile applications and websites on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr) mostly in French.
## License to use this code repository and its contents
This source code is distributed under the [AGPL 3.0 or later license](https://choosealicense.com/licenses/agpl-3.0/).
You are generally free to use the contents of this code repository anywhere, provided that:
* you mention it in your projects
* distribute the modifications made to the files supplied in this project under the AGPL license (leaving the original copyright notices (author, link to this repository, license) which must be supplemented by your own)
* to distribute the source code of your creations under the AGPL license.If this license doesn't suit your needs, you can purchase the right to use this project under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) or a dedicated commercial license ([contact the author](https://developpeur-pascal.fr/nous-contacter.php) to explain your needs).
These source codes are provided as is, without warranty of any kind.
Certain elements included in this repository may be subject to third-party usage rights (images, sounds, etc.). They are not reusable in your projects unless otherwise stated.
## Support the project and its author
If you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.
You can use one of those services :
* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)
* [Liberapay](https://liberapay.com/PatrickPremartin)
* [Patreon](https://www.patreon.com/patrickpremartin)
* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)or if you speack french you can [subscribe to Zone Abo](https://zone-abo.fr/nos-abonnements.php) on a monthly or yearly basis and get a lot of resources as videos and articles.