home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO NAMEDROP DEMO
- ECHO .
- ECHO This file will start a short demo of the NAMEDROP program using
- ECHO the files extracted from your NAMEDROP.ZIP file. Please ensure that
- ECHO all of these files are available in the current directory with this
- ECHO batch file for a successful demo.
- ECHO .
- ECHO The list of names you will see onscreen after exiting the menu is
- ECHO loaded from the NAMEDROP.DAT file. As it is my list of names, you will
- ECHO have to construct your own .DAT file for the program to do you any good
- ECHO (see documentation file for details). The messages searched for the
- ECHO demo run are included in the JAN01.KDM file. This is an actual
- ECHO sampling of messages downloaded from the NGC.
- ECHO .
- ECHO The program will initially pause at a menu screen before
- ECHO commencing its search. You can press any of the menu keys to configure
- ECHO program output to your desires. When you are ready for the search to
- ECHO begin, press "ENTER".
- ECHO .
- ECHO If you need to abort the demo run now to place all necessary files
- ECHO in the default directory, press Ctrl + Break, otherwise...
- ECHO .
- PAUSE
- NAMEDROP JAN01.KDM
- CLS
- ECHO .
- ECHO Now check the files which NAMEDROP has written to see what it
- ECHO actually does. You will have as a minimum:
- ECHO .
- ECHO JAN01SRT.KDM - a sorted file containing only messages in which names
- ECHO from the list were found
- ECHO .
- ECHO You may also have the following files, if you made the menu
- ECHO selections for the program to write them:
- ECHO .
- ECHO JAN01SUB.KDM - a file containing the subject lines from all of the
- ECHO messages in JAN01.KDM
- ECHO .
- ECHO JAN01LFT.KDM - a sorted file containing all messages in which NO names
- ECHO from the list were found (a LeFTover file)