Файловые Утилиты


FRTest - Create a File with specified size

This small program create a file with specified size in Kbytes for testing purposes. It writes/read the file and calculates an average read/write time.

QDIR - Print The Directory Listing with Attributes

Program QuickExtendedDirectory provides a directory listing with attributes and age of file in days shown.

Text I/O Features for Turbo Pascal

Набор функций для удобной работы с текстовыми файлами. Включает в себя увеличенный буфер для повышения скорости, функции позиционирования, отката на предыдущую строку, форматированный ввод/вывод в строку/из строки.

  • large text buffers for speedier handling when needed
  • complete seek function for text files
  • write formatted output to a string variable
  • read contents of a string variable as formatted input
  • backup to the previous line of a file (if possible)

TextSeek - Seek Routines for the TEXT Files

Набор из трех процедур для произвольного позиционирования внутри текстового файла

ZObj v1.0 - Binary to Object Converter (like BinObj)

ZObj - утилита для конвертирования файлов данных в объектный вид (.OBJ). По принципу действия аналогична широко известной борландовской утилите BINOBJ.EXE, но имеет некотрые отличия:

  • упрощен доступ к подключенным данным
  • выше скорость обработки
  • меньше объем созданных файлов
  • удобнее интерфейс
  • ZObj is very similar to Borland's BinOBJ utility. It converts a binary data file into an object file that can be linked into your Turbo Pascal program. I call this OBJitizing data. It has a couple of advantages over BinOBJ: - It eliminates the need for complex programming to find the address of your data in an overlaid unit. - The program interface makes more sense, or least it does to me. - It's much faster. - It may produce smaller object files.

Быстрое построение дерева каталогов

Программа для быстрого сканирования директориев

Вывод части бинарного изображения в файл

Put the binary partilal image to file

Выделение части файла в отдельный блок

Extract the file portion to binary image

Команда MOVE для DOS v.<6.0

Программа перемещения файлов для TP6.0

Конвертор ASCII -> BIN

Convert the ASCII file to the binary file