home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dumpt12b.zip / DUMPCMD.TXT < prev    next >
Text File  |  1996-08-06  |  3KB  |  56 lines

  1. /****************************************************************
  2.  *                                                              *
  3.  *   D U M P C M D  -- Command Line Version of Dumpit for OS/2  *
  4.  *                     Version 1.0                              *
  5.  ****************************************************************/
  6.  
  7. This version of DUMPIT is strictly for the OS/2 command line.  Thus
  8. many features that are present in the PM version are not in the
  9. command line version.  This version mainly attaches to a NNTP server
  10. and starts to download the requested newsgroups.  The command line
  11. format is:
  12.  
  13.     DUMPCMD DMP_FILE_NAME
  14.  
  15. where DMP_FILE_NAME is a DUMPIT file name that has been created by
  16. the PM version (i.e. DUMPIT.EXE).  The first step to use the program
  17. is to create a DMP file by defining what server, newsgroups, and 
  18. file types that you want to download from.  I have made it to have
  19. very low verbage to the screen but a log file is created just like
  20. the PM version for any minor errors or warnings.  A file named
  21. DATABASE.DAT is created during program execution.  This file has the 
  22. same format as used in the PM version, thus, if the DUMPCMD program
  23. is placed in the same directory as the DUMPIT program, then the same
  24. file will be used.  THIS IS IMPORTANT.  If the same directory is used,
  25. then only the command line OR PM version can be used at ONE time.  The
  26. reason has to do with trying to write to the same file at the same time
  27. (with my limited knowledge a big no-no).  You can though place as many
  28. DUMPCMD copies that you want in individual directories and run them all
  29. at the same time.  The only restriction would be the number of nodes that
  30. your TCP/IP stack can handle.
  31.  
  32. I hope that this program will make downloading from the net easier and
  33. better by freeing your time for other things (like talking to your wife).
  34.  
  35. If you have any problems or find any bugs just e-mail me and I will
  36. respond as fast as I can.  My e-mail addresses are: klakken@utah-inter.net 
  37. or mklakken@aol.com
  38.  
  39. The license to use this program is under the DUMPIT FOR OS/2 license
  40. with all restrictions that that program has.  Remember that these programs
  41. are shareware and not freeware.  This means that if you do not register
  42. after 30 days then you must remove all files from your storage mediums.
  43. The cost to register DUMPIT is $25 (US) and to register, just contact:
  44.  
  45.          BMT Micro
  46.          PO Box 15016
  47.          Wilmington, NC 28408
  48.          U.S.A.
  49.          (800) 414-4268 (orders only, 9:00am - 7:00pm EST [-5 GMT])
  50.          Via AOL: bmtmicro
  51.          via Compuserve: 74031,307
  52.          via Internet: orders@bmtmicro.com
  53.                        bmt@wilmington.net
  54.  
  55. Thanks for trying Dumpit for OS/2!!
  56.