home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega CD-ROM 1
/
megacd_rom_1.zip
/
megacd_rom_1
/
DESQVIEW
/
DVP101.ZIP
/
DVP.DOC
next >
Wrap
Text File
|
1989-10-10
|
3KB
|
75 lines
DVPrint
v. 1.01
Copr., Scott Royall
COPYRIGHT
---------
This program is released as FREE copyrighted software. You may do with
the distributed files as you chose; no donation is requested. However,
the software remains my property as I intend to enhance it over time.
CREDIT WHERE IT'S DUE
---------------------
DVP began as a Microsoft QuickC translation of Ron Epps' Qupie.
Thus, thanks goes to him for the basic program design. There are
significant differences, however. Run the program with no parameters
first to receive instructions.
WHY I BOTHERED?
---------------
It seems that everyone has written print spoolers for DesqView. DOS's
PRINT command does not properly work because it relies on there being
unused CPU cycles. Of course there are precious few free cycles in a
multitasking environment. Printing does not itself halt other tasks, but
DOS is not re-entrant. Other tasks cannot perform DOS functions while
one task does so. This means that the DOS PRINT command, with its heavy
use of DOS itself, can impede DV tasks. Of all the substitute spoolers I
have tried, none support filename wildcards. That's mainly why I wrote
DVP. It handles wildcards, and allows the user to have files
automatically deleted after printing. The latter feature is useful for
such things as dumping BBS log stats to the printer.
COMMAND FORMAT
--------------
DVP [options] filename
prints file(s) specified by 'filename' mask. Wildcards OK.
DVP [options] @filename
prints files whose names are in specified file.
The file is a simple text file containing one
file name per line. Wildcards OK.
Options:
-f suppress print form feed after each file.
-d delete file(s) after printing.
-l# print to printer # (i.e. -l2 prints to LPT2).
WARRANTY/SUPPORT
----------------
There is no warranty; DVP is distributed as-is. Use and any
consequences are the user's responsibility. HOWEVER, I do support what I
produce. I have tested all functions in DVP, but a program is never
fully debugged. If you have any suggestions or problems, please contact
me at the following address:
US Mail -
Scott Royall
3326 Westridge
Houston, TX 77025
Fidonet -
1:106/357
USENET -
...!uunet!nuchat!scott
HISTORY
-------
1.00b Initial release.
1.01 Corrects a bug that csused files specified with paths not to
be found.