home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 400-499 / ff472.lzh / CNewsBin / cnews_bin.lzh / Binaries / batch / DoBatch.e < prev    next >
Text File  |  1991-01-07  |  512b  |  16 lines

  1. path add NewsBin:batch
  2.  
  3. list newsarts:out.going/#? lformat "DoBatch.e2 %s" to T:exec[$$]
  4. sort T:Temp[$$] to T:Exec[$$]
  5. Execute T:Exec[$$]
  6.  
  7. Delete quiet T:List[$$] T:Exec[$$]
  8.  
  9. echo "Now queue up the files in NewsArts:Out.Going/* that end in `.Z'"
  10. echo "Ex. `search from newsarts:out.going file #?.Z all'"
  11. echo "(see your transport medium documentation for details)"
  12. echo ""
  13. echo "Following is a list of files that failed to batch properly:"
  14. search from newsarts:out.going file togo.failed all
  15. echo "End of List."
  16.