home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hacker Chronicles 2
/
HACKER2.BIN
/
997.README.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-03-29
|
609b
|
18 lines
echo off
cls
echo One moment ...
qd
pause
cls
echo You may install QDups by including the following SET strings in the
echo DOS environment:
echo .
echo SET QD=C:\SUB_DIR /* creates a path for storing QDUPS.LST files */
echo SET QD=;C /* supresses colour for those using composite video */
echo SET QD=C:\SUB_DIR;C /* combines both options */
echo .
echo Program Notes: QDups is written in Microsoft 'C' V3.0 and Assembler
echo .
echo The author is a programmer consultant specializing in database applications
echo and is available at reasonable rates for any custom programming.