Dec 122017
Terrific Set of DOS Utilities. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
AFFD.EXE | 10253 | 2156 | deflated |
BDOF.EXE | 15855 | 4039 | deflated |
BHD.EXE | 18447 | 4078 | deflated |
BLRUTIL.DOC | 8658 | 2549 | deflated |
CACF.EXE | 14239 | 2761 | deflated |
CF.EXE | 9935 | 2703 | deflated |
CFD.EXE | 6463 | 2270 | deflated |
CTD.EXE | 6159 | 2150 | deflated |
DBPV.EXE | 7119 | 2418 | deflated |
DKV.EXE | 4127 | 1307 | deflated |
DSE.EXE | 10879 | 3672 | deflated |
EADF.EXE | 4255 | 1389 | deflated |
FACD.EXE | 11823 | 2705 | deflated |
FFD.EXE | 10157 | 2120 | deflated |
FRE.EXE | 7343 | 2803 | deflated |
LPAF.EXE | 12212 | 3023 | deflated |
LPD.EXE | 9087 | 3620 | deflated |
LPS.EXE | 13623 | 3061 | deflated |
LPTF.EXE | 11935 | 2910 | deflated |
LTF.EXE | 11727 | 3005 | deflated |
PAD.EXE | 26703 | 3203 | deflated |
PSF.EXE | 6623 | 2098 | deflated |
QDL.EXE | 8335 | 3234 | deflated |
TSSASC.COM | 3102 | 1385 | deflated |
Download File BLRTU88.ZIP Here
Contents of the BLRUTIL.DOC file
*------------------------------------------------
* BLRUTIL.DOC ( start )
*------------------------------------------------
* this is a brief description
* of these 23 public domain utilities
* as of:
* 08/03/88 - 04:30 pm
*------------------------------------------------
* they were all written by Bud Rasmussen
* in 8086/8088 assembly language,
* using:
* the MIX editor and MS MASM and LINK,
* on a MAXUM TURBO XT ( 640 kb ),
* configured with:
* a NEC V20,
* a THOMSON color monitor,
* a CGA card,
* two 360 kb floppy drives ( 'a' and 'b' ),
* a 20 mb hard disk ( 'c' ),
* a 256 kb ram disk ( 'd' ),
* a PRACTICAL modem,
* a PANASONIC KX-P1091i printer,
* and MSDOS 3.20
*------------------------------------------------
*-------------------------------------------------------------------
* NOTES:
*
* affd, cfd, ctd, facd, and ffd assume standard 360 KB diskettes.
* in the list/print utilities, list = screen, print = printer.
* a color monitor is assumed, but not required.
*
*-------------------------------------------------------------------
-------- ----------------------------------------------------------
pgm name brief description
-------- ----------------------------------------------------------
affd auto format floppy diskette
this program formats floppy diskettes in drive 'a' and 'b'.
it is basically the same as 'ffd', except that it
automatically prompts you for the next diskette/drive.
it starts with drive 'a', then drive 'b', then drive 'a',
then drive 'b', etc. until you request it to quit.
after the format, it puts a volume label of 'formatted'
on the diskette.
bdof backup directory or file
this program will backup ( copy ) any directory or file
from drives ( a,b,c,d ) to drives ( a,b,c,d ).
you have the option of copying all files, or selecting
only those you wish to copy.
if the output drive is 'a', you have the option of erasing
all the files, before the copy.
if the output diskette fills up, you have the option
of putting a formatted disk in the drive and continuing
or quitting ( in either case the partially copied
file is erased ).
bhd backup hard disk
this program will backup a hard disk ( drive 'c' or 'd' )
to previously formatted diskettes on drive 'a'.
if the output diskette has files on it,
they will be erased before the copy.
as an option, it will print a hardcopy of all files copied.
if the hardcopy option is chosen, each directory and
each new output diskette will print to a new page.
cacf copy and convert file
this program will copy a file from ( a,b,c,d ) to ( a,b,c,d ),
changing all non text characters to spaces, and restricting
all lines to 80 bytes by the insertion of a CR/LF pair at
the proper places in the output stream.
since the output file name must be entered, this program
may function as a copier/renamer.
cf copy file
this program will copy a file from ( a,b,c,d ) to ( a,b,c,d ).
since the output file name must be entered, this program
may function as a copier/renamer.
cfd copy floppy diskette
this program will sector copy a diskette from 'a'
to 'b' or from 'b' to 'a'.
ctd compare two diskettes
this program will compare two diskettes on 'a' and 'b'.
it is most useful after a sector copy, just to make sure.
dbpv display BIOS parameter variables
this program displays the BIOS information in the boot
sector on drive ( a,b,c,d ).
dkv display key value
this program displays either a one byte hex ASCII code,
or a two byte hex extended ASCII code,
depending on whether the key pressed was
a standard keyboard character or a special key.
dse disk sector edit
this program gives you the ability to read, modify,
and write back any sector on drive ( a,b,c,d ).
eadf erase all diskette files
this program will erase all files in the root directory
of 'a' or 'b'. however, it will not erase sub directories
or any files in them.
facd format and copy diskette
this program will format the output diskette, and then
sector copy the input diskette to the output diskette.
this program assumes that you have two std diskette
drives ( a + b ). the copy may be from 'a' to 'b'
or from 'b' to 'a'.
ffd format floppy diskette
this program formats floppy diskettes in drive 'a' or 'b'.
after the format, it puts a volume label of 'formatted'
on the diskette.
fre file record edit
this program allows you to modify any file on drive ( a,b,c,d ).
it does this by displaying the file 192 bytes at a time, on
the screen in ascii and hex format.
you then have the option of:
1. displaying the next screen
2. displaying the previous screen
3. modifying the screen
4. quitting
if the screen is modified, the screen is written back
to the file.
lpaf list/print any file
this program will list or print any file on drive (a,b,c,d).
its output format is an ascii line followed by the same line
in hex, followed by a line of spaces.
lpd list/print directory
this program will list or print any directory on drive
(a,b,c,d). you have the option of having the list/print
sorted by name, or not. the current directory entry limit
is 1000.
lps list/print sector
this program will list or print any sector on drive (a,b,c,d).
lptf list/print text file
this program will list or print a std text file on drive
(a,b,c,d). this program reads in the entire file, for
speed, but since it only has a 64k buffer, that is the
largest text file it can handle. during the read-in
process, all non text characters are changed to spaces.
ltf list text file ( forward/backward )
this program will list a std text file on drive (a,b,c,d).
it will list forward or backward ( by line, page, or file ).
this program uses the same buffer system as lptf, and
therefore has the same 64k file limit. during the read-in
process, all non text characters are changed to spaces.
pad print all directories
this program will print all the directories on drive (a,b,c,d).
psf print spooled file
this program will print a spooled file on drive (a,b,c,d).
qdl quick directory list
this program will list any directory on drive (a,b,c,d).
the directory is sorted by name before the list. the
current directory entry limit is 1000.
tssasc test, set, save, all screen colors
this program is for people who can't decide which colors
they like, so it allows them to test various combinations,
and optionally:
1. it either leaves the selected colors set
or resets them to the original colors
2. allows you to save 'tssasc' with the set colors intact
so the next time you run 'tssasc' the colors you specified
will be the initial colors
*------------------------------------------------
* NOTE:
* all of these programs are interactive;
* which is to say that all the information
* they need will be requested
* at run time.
* thus, all the user need
* do to execute them is to key in the
* program name at the DOS prompt,
* e.g.
* >xxx...
*
* C H E E R S !!!
*------------------------------------------------
* if there are any questions,
* suggestions, or gripes;
* write,
* or call after 7:00 PM PST.
*
* Bud Rasmussen
* 3795 Saxon Drive South
* Salem, OR 97302
* 503-585-1515 ( voice )
*------------------------------------------------
* BLRUTIL.DOC ( end )
*------------------------------------------------
* BLRUTIL.DOC ( start )
*------------------------------------------------
* this is a brief description
* of these 23 public domain utilities
* as of:
* 08/03/88 - 04:30 pm
*------------------------------------------------
* they were all written by Bud Rasmussen
* in 8086/8088 assembly language,
* using:
* the MIX editor and MS MASM and LINK,
* on a MAXUM TURBO XT ( 640 kb ),
* configured with:
* a NEC V20,
* a THOMSON color monitor,
* a CGA card,
* two 360 kb floppy drives ( 'a' and 'b' ),
* a 20 mb hard disk ( 'c' ),
* a 256 kb ram disk ( 'd' ),
* a PRACTICAL modem,
* a PANASONIC KX-P1091i printer,
* and MSDOS 3.20
*------------------------------------------------
*-------------------------------------------------------------------
* NOTES:
*
* affd, cfd, ctd, facd, and ffd assume standard 360 KB diskettes.
* in the list/print utilities, list = screen, print = printer.
* a color monitor is assumed, but not required.
*
*-------------------------------------------------------------------
-------- ----------------------------------------------------------
pgm name brief description
-------- ----------------------------------------------------------
affd auto format floppy diskette
this program formats floppy diskettes in drive 'a' and 'b'.
it is basically the same as 'ffd', except that it
automatically prompts you for the next diskette/drive.
it starts with drive 'a', then drive 'b', then drive 'a',
then drive 'b', etc. until you request it to quit.
after the format, it puts a volume label of 'formatted'
on the diskette.
bdof backup directory or file
this program will backup ( copy ) any directory or file
from drives ( a,b,c,d ) to drives ( a,b,c,d ).
you have the option of copying all files, or selecting
only those you wish to copy.
if the output drive is 'a', you have the option of erasing
all the files, before the copy.
if the output diskette fills up, you have the option
of putting a formatted disk in the drive and continuing
or quitting ( in either case the partially copied
file is erased ).
bhd backup hard disk
this program will backup a hard disk ( drive 'c' or 'd' )
to previously formatted diskettes on drive 'a'.
if the output diskette has files on it,
they will be erased before the copy.
as an option, it will print a hardcopy of all files copied.
if the hardcopy option is chosen, each directory and
each new output diskette will print to a new page.
cacf copy and convert file
this program will copy a file from ( a,b,c,d ) to ( a,b,c,d ),
changing all non text characters to spaces, and restricting
all lines to 80 bytes by the insertion of a CR/LF pair at
the proper places in the output stream.
since the output file name must be entered, this program
may function as a copier/renamer.
cf copy file
this program will copy a file from ( a,b,c,d ) to ( a,b,c,d ).
since the output file name must be entered, this program
may function as a copier/renamer.
cfd copy floppy diskette
this program will sector copy a diskette from 'a'
to 'b' or from 'b' to 'a'.
ctd compare two diskettes
this program will compare two diskettes on 'a' and 'b'.
it is most useful after a sector copy, just to make sure.
dbpv display BIOS parameter variables
this program displays the BIOS information in the boot
sector on drive ( a,b,c,d ).
dkv display key value
this program displays either a one byte hex ASCII code,
or a two byte hex extended ASCII code,
depending on whether the key pressed was
a standard keyboard character or a special key.
dse disk sector edit
this program gives you the ability to read, modify,
and write back any sector on drive ( a,b,c,d ).
eadf erase all diskette files
this program will erase all files in the root directory
of 'a' or 'b'. however, it will not erase sub directories
or any files in them.
facd format and copy diskette
this program will format the output diskette, and then
sector copy the input diskette to the output diskette.
this program assumes that you have two std diskette
drives ( a + b ). the copy may be from 'a' to 'b'
or from 'b' to 'a'.
ffd format floppy diskette
this program formats floppy diskettes in drive 'a' or 'b'.
after the format, it puts a volume label of 'formatted'
on the diskette.
fre file record edit
this program allows you to modify any file on drive ( a,b,c,d ).
it does this by displaying the file 192 bytes at a time, on
the screen in ascii and hex format.
you then have the option of:
1. displaying the next screen
2. displaying the previous screen
3. modifying the screen
4. quitting
if the screen is modified, the screen is written back
to the file.
lpaf list/print any file
this program will list or print any file on drive (a,b,c,d).
its output format is an ascii line followed by the same line
in hex, followed by a line of spaces.
lpd list/print directory
this program will list or print any directory on drive
(a,b,c,d). you have the option of having the list/print
sorted by name, or not. the current directory entry limit
is 1000.
lps list/print sector
this program will list or print any sector on drive (a,b,c,d).
lptf list/print text file
this program will list or print a std text file on drive
(a,b,c,d). this program reads in the entire file, for
speed, but since it only has a 64k buffer, that is the
largest text file it can handle. during the read-in
process, all non text characters are changed to spaces.
ltf list text file ( forward/backward )
this program will list a std text file on drive (a,b,c,d).
it will list forward or backward ( by line, page, or file ).
this program uses the same buffer system as lptf, and
therefore has the same 64k file limit. during the read-in
process, all non text characters are changed to spaces.
pad print all directories
this program will print all the directories on drive (a,b,c,d).
psf print spooled file
this program will print a spooled file on drive (a,b,c,d).
qdl quick directory list
this program will list any directory on drive (a,b,c,d).
the directory is sorted by name before the list. the
current directory entry limit is 1000.
tssasc test, set, save, all screen colors
this program is for people who can't decide which colors
they like, so it allows them to test various combinations,
and optionally:
1. it either leaves the selected colors set
or resets them to the original colors
2. allows you to save 'tssasc' with the set colors intact
so the next time you run 'tssasc' the colors you specified
will be the initial colors
*------------------------------------------------
* NOTE:
* all of these programs are interactive;
* which is to say that all the information
* they need will be requested
* at run time.
* thus, all the user need
* do to execute them is to key in the
* program name at the DOS prompt,
* e.g.
* >xxx...
*
* C H E E R S !!!
*------------------------------------------------
* if there are any questions,
* suggestions, or gripes;
* write,
* or call after 7:00 PM PST.
*
* Bud Rasmussen
* 3795 Saxon Drive South
* Salem, OR 97302
* 503-585-1515 ( voice )
*------------------------------------------------
* BLRUTIL.DOC ( end )
*------------------------------------------------
December 12, 2017
Add comments