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 / COLOR.BAT < prev    next >
DOS Batch File  |  1992-03-06  |  959b  |  30 lines

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