Dec 052017
 
PC Mag programs from Vol 8 Nr 01.
File VOL8N1.ZIP from The Programmer’s Corner in
Category Files from Magazines
PC Mag programs from Vol 8 Nr 01.
File Name File Size Zip Size Zip Type
BCOPY.ASM 50166 9999 deflated
BCOPY.BAS 12279 3706 deflated
BCOPY.COM 2267 1766 deflated
BCOPY.DOC 1996 1057 deflated
CATALOG.BAT 200 156 deflated
CATALOGD.BAT 256 185 deflated
CATALOGX.BAT 367 215 deflated
CHEKVOL1.BAT 49 44 deflated
CHEKVOL2.BAT 162 135 deflated
DIRTREE.PAS 2184 758 deflated
EXECDEMO.PAS 1446 604 deflated
EXP.C 3020 1129 deflated
IMPORT.ASM 6089 2225 deflated
IMPORT.EXE 1143 555 deflated
NOISE.PAS 2383 810 deflated
VOLUME.BAT 550 273 deflated

Download File VOL8N1.ZIP Here

Contents of the BCOPY.DOC file



BCOPY.COM
Command

Douglas Boling
1989 No. 1 (Utilities)


Purpose:A memory-resident utility that copies files in the background so
the user does not have to wait until the copying is completed before continuing
his work.

Format:[d:][path]BCOPY [source [target]] [/X][/U]

Remarks:The source and target parameters have the same usage in BCOPY as
in the DOS COPY command, save that if the source is a directory, BCOPY will not
automatically assume an implicit \*.*. DOS wildcard characters (* and ?) are
supported, however, and a source filename need not be repeated as part of the
target filespec unless the name is to be changed. If initially run with the /X
command line switch, BCOPY will use one page of Expanded memory for its data
buffer, thus saving 4 KB of conventional RAM. Run with the /U switch, BCOPY
will uninstall itself from memory, if possible. BCOPY will always complete all
copying tasks in its queue before deinstallation.

BCOPY does not support the DOS COPY /A and /B switches: it makes
straight binary file copies and does not stop at a Ctrl-Z end-of-file marker.
Nor does BCOPY allow using the plus (+) sign to combine multiple source files
into a single copy. Note: unlike the DOS COPY command, BCOPY does not return a
Target Disk Full error message, so care must be exercised to ensure that
adequate storage space is available. Since the principal use of BCOPY is to
load files to a RAMdisk during the execution of an AUTOEXEC or other batch file,
however, this should not present a problem in normal use.

Available for downloading from PC MagNet (see the BCOPY by Modem
sidebar), BCOPY.COM is already compiled and ready to run. BCOPY.BAS will
automatically create BCOPY.COM when run once in BASIC. To create BCOPY.COM from
the BCOPY.ASM source code requires use of a macro assembler (IBM or Microsoft,
Version 2 or later) and the following commands:

MASM BCOPY;
LINK BCOPY;
EXE2BIN BCOPY BCOPY.COM;



 December 5, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)