home *** CD-ROM | disk | FTP | other *** search
/ CICA 1996 August / CICA1_0896.bin / _bbs / pcbtool / trans.bat < prev   
DOS Batch File  |  1995-08-01  |  1KB  |  42 lines

  1. rem echo y | del %output%\*.*
  2. del dir.lst
  3. del logfile
  4. del ..\logfile
  5. del dlpath.lst
  6.  
  7. set in_language=txt
  8. erase %cdrom%\00global.%in_language%
  9. rem change the leading character to a | in the header ?
  10. rem this produces the dlpath.lst file
  11. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit4
  12.  
  13. set in_language=ger
  14. erase %cdrom%\00global.%in_language%
  15. rem change the leading character to a | in the header ?
  16. rem this produces the dlpath.lst file
  17. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit4
  18.  
  19. set in_language=spa
  20. erase %cdrom%\00global.%in_language%
  21. rem change the leading character to a | in the header ?
  22. rem this produces the dlpath.lst file
  23. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit4
  24.  
  25. set in_language=ita
  26. erase %cdrom%\00global.%in_language%
  27. rem change the leading character to a | in the header ?
  28. rem this produces the dlpath.lst file
  29. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit4
  30.  
  31. set in_language=por
  32. erase %cdrom%\00global.%in_language%
  33. rem change the leading character to a | in the header ?
  34. rem this produces the dlpath.lst file
  35. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit4
  36.  
  37. set in_language=fre
  38. erase %cdrom%\00global.%in_language%
  39. rem change the leading character to a | in the header ?
  40. rem this produces the dlpath.lst file
  41. %cdrom%\_bbs\each_dir 1    %cdrom%\_bbs\dirs.%in_language%   doit4
  42.