18 lines
761 B
Batchfile
18 lines
761 B
Batchfile
::This file needs to be in 'UTF-8 encoding' AND 'Windows CR LF' to work.
|
||
|
||
::set active code page as UTF-8/65001
|
||
set PYTHONIOENCODING=utf-8
|
||
chcp 65001
|
||
::start up echo
|
||
set i18n_gitAddr= https://github.com/openscopeproject/InteractiveHtmlBom
|
||
set i18n_batScar= Bat 文件: Scarrrr0725/XiaoMingXD
|
||
set i18n_thx4using= 感谢使用 Generate Interactive Bom
|
||
|
||
::convert
|
||
set i18n_draghere=请将您的 EDA PCB 源文件拖移至此:
|
||
set i18n_converting=导出中 . . . . . ."
|
||
|
||
::converted
|
||
set i18n_again=请问是否转换其他文件?
|
||
set i18n_converted= 您的 EDA 源文件已成功导出 Bom!
|