home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1995 October / Simtel-MSDOS-Oct1995-CD2.iso / _bbs / sftool / all.bat next >
DOS Batch File  |  1995-02-24  |  395b  |  21 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. echo in_type not set
  12. goto end
  13. :set
  14.  
  15. md %output%\sf
  16. echo y | del %output%\*.*
  17.  
  18. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.txt   doit
  19.  
  20. :end
  21.