home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / _BBS / SFTOOL / ALL.BAT next >
DOS Batch File  |  2000-06-30  |  378b  |  18 lines

  1. set cdrom=n:
  2. set output=n:\_bbs\sf
  3.  
  4. rem you shouldn't need to change anything below this.
  5.  
  6. REM  I set this globally, in ..\all.bat
  7. REM  To run this one batch file, change it here also.
  8. if .%in_type% == . goto not_set
  9. goto set
  10. :not_set
  11. rem set in_type=opus
  12. set in_type=pcb
  13. :set
  14.  
  15. echo y | del %output%\*.*
  16.  
  17. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  18.