home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / GENEFILE / NAMED119.ZIP / DEMODROP.BAT next >
DOS Batch File  |  1990-12-09  |  2KB  |  43 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                               NAMEDROP DEMO    
  4. ECHO     .
  5. ECHO          This file will start a short demo of the NAMEDROP program using
  6. ECHO     the files extracted from your NAMEDROP.ZIP file.  Please ensure that
  7. ECHO     all of these files are available in the current directory with this
  8. ECHO     batch file for a successful demo.  
  9. ECHO     .
  10. ECHO          The list of names you will see onscreen after exiting the menu is
  11. ECHO     loaded from the NAMEDROP.DAT file.  As it is my list of names, you will
  12. ECHO     have to construct your own .DAT file for the program to do you any good
  13. ECHO     (see documentation file for details).  The messages searched for the
  14. ECHO     demo run are included in the JAN01.KDM file.  This is an actual
  15. ECHO     sampling of messages downloaded from the NGC.
  16. ECHO     .
  17. ECHO          The program will initially pause at a menu screen before
  18. ECHO     commencing its search.  You can press any of the menu keys to configure
  19. ECHO     program output to your desires.  When you are ready for the search to
  20. ECHO     begin, press "ENTER".
  21. ECHO     .
  22. ECHO          If you need to abort the demo run now to place all necessary files
  23. ECHO     in the default directory, press Ctrl + Break, otherwise...
  24. ECHO     .
  25. PAUSE
  26. NAMEDROP JAN01.KDM
  27. CLS
  28. ECHO .
  29. ECHO          Now check the files which NAMEDROP has written to see what it
  30. ECHO     actually does.  You will have as a minimum:
  31. ECHO     .
  32. ECHO     JAN01SRT.KDM - a sorted file containing only messages in which names
  33. ECHO                    from the list were found
  34. ECHO     .
  35. ECHO          You may also have the following files, if you made the menu
  36. ECHO     selections for the program to write them:
  37. ECHO     .
  38. ECHO     JAN01SUB.KDM - a file containing the subject lines from all of the
  39. ECHO                    messages in JAN01.KDM
  40. ECHO     .
  41. ECHO     JAN01LFT.KDM - a sorted file containing all messages in which NO names
  42. ECHO                    from the list were found (a LeFTover file)
  43.