home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / syread03.zip / FILDOR10.ZIP / NONE.BAT < prev    next >
DOS Batch File  |  1992-03-06  |  876b  |  37 lines

  1. @echo off
  2. rem Copyright(c), 1992, Synergy Computer Systems, Cocoa Beach, Florida.
  3. cd ..
  4. cls
  5. echo                          %5 BBS Allfiles Door
  6. ln
  7. ln
  8. echo %1, Please be patient - creating a custom allfiles list for your
  9. echo access level.
  10. enter
  11. sldir -include %2 >synergy.lst
  12. ln
  13. echo %1, Thank you for waiting, this will take a few more moments -
  14. echo creating an index file.
  15. beep
  16. makeidx /x
  17. copy synergy.lst .\filedoor
  18. copy synergy.idx .\filedoor
  19. del synergy.lst
  20. del synergy.idx
  21. cd .\filedoor
  22. cls
  23. echo                          %5 BBS Allfiles Door
  24. ln
  25. echo %1, I am now zipping up your Allfiles packet.
  26. ln
  27. pkzip %5 @zipping.lst
  28. ln
  29. echo %1, your package is now ready for download,  prepare your system to
  30. echo receive %5.ZIP, then press any key to start transfer.
  31. ln
  32. timer 1
  33. call %4.bat %3 %5.zip .
  34. del synergy.idx
  35. del synergy.lst
  36. del %5.zip
  37.