DosWorld / libsystem2

Turbo Pascal library. LFN, Buffered I/O, memory files (EMS/XMS). Command line argument parsing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System2 library for Turbo Pascal (MS-DOS)

This units is designed to replace some functions from system unit.

It has support for:

  1. Long file names (LFN).
  2. Buffered I/O (per file: DOS memory - 16K and EMS/XMS - 128K).
  3. Temporary files.
  4. Quoted command-line parameters.

NOTE about 16K: This value became from EMS-page size, so please dont change it.

WinCB

Unit for Windows Clipboard support for MS-DOS applications. 64KB limited.

StrBin

Convert Byte/Integers/Longint to/from string in various format.

Args

Command line parser in modern style.

LZJB

Port of LZJB compressor/decompressor.

READARC

Reading non-compressed archives: zip, ha, tar

License

MIT License, See LICENSE file.

About

Turbo Pascal library. LFN, Buffered I/O, memory files (EMS/XMS). Command line argument parsing.

License:MIT License


Languages

Language:Pascal 100.0%