home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / SPITFIRE / DOGF_208.ZIP / DFRESEND.DOC < prev    next >
Text File  |  1994-02-02  |  1KB  |  43 lines

  1. DFRESEND.EXE
  2. ============
  3.   
  4. DFRESEND is a quick little utility that will allow you to re-export messages
  5. that have already been exported via DFEXPORT.
  6.  
  7. You may need to do this if you lose an outbound message bundle for whatever
  8. reason. I use it to test the export functions during development.
  9.  
  10. DFRESEND reads DFCFG.??? so needs to be in the same directory as DFCFG.???
  11.  
  12. USAGE:
  13.        DFRESEND {conference number} {last x messages}
  14.  
  15. i.e.   DFRESEND 15 6 - Will allow DFEXPORT to re-export the last 6 messages
  16.                        from conference 15.
  17.          
  18.  
  19. or
  20.        DFRESEND RF
  21.  
  22. DFRESEND RF will read a straight text file called DFRESEND.CNF. 
  23. DFRESEND.CNF can be either created by DFIMPORT (using the RF parameter - see
  24. DOGFIGHT.DOC), or you can create it yourself. The format is:
  25.  
  26. {conference} {number of messages}
  27.  
  28. so if DFRESEND.CNF contains
  29.  
  30. 10 5
  31. 11 16
  32. 12 4
  33. 13 8
  34.  
  35. The last 5 messages in conference 10 will be marked not sent.
  36. The last 16 messages in conference 11 will be marked not sent.
  37. The last 4 messages in conference 12 will be marked not sent.
  38. etc. etc. etc.
  39.  
  40. DFRESEND.CNF will be deleted after DFRESEND.EXE has finished with it.
  41.  
  42.  
  43.