home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA2_0896.bin / _bbs / sftool / all.bat next >
DOS Batch File  |  1996-04-18  |  761b  |  39 lines

  1. REM  To run this one batch file, change it here also.
  2. if .%CDROM% == . goto cd_not_set
  3. goto cd_set
  4. :cd_not_set
  5. goto end
  6. :cd_set
  7.  
  8. set output=%CDROM%\_bbs\sf
  9.  
  10. rem you shouldn't need to change anything below this.
  11.  
  12. REM  I set this globally, in ..\all.bat
  13. REM  To run this one batch file, change it here also.
  14. if .%in_type% == . goto not_set
  15. goto set
  16. :not_set
  17. echo in_type not set
  18. goto end
  19. :set
  20.  
  21. rem you shouldn't have to change anything below this.
  22.  
  23. del logfile
  24.  
  25. REM  This is the foreign language stuff.  the default extension is
  26. REM  ".txt"
  27. if .%in_language% == . goto not_set2
  28. goto set2
  29. :not_set2
  30. set in_language=txt
  31. :set2
  32.  
  33.  
  34. echo y | del %output%\*.*
  35.  
  36. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit
  37.  
  38. :end
  39.