Files
luban-lite-t3e-pro/tools/env/env.bat
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

14 lines
308 B
Batchfile

@echo off
if /i "%processor_architecture%"=="x86" (
start .\tools\ConEmu\ConEmu.exe
) else if /i "%processor_architecture%"=="amd64" (
if defined processor_architew6432 (
start .\tools\ConEmu\ConEmu.exe
) else (
start .\tools\ConEmu\ConEmu64.exe
)
)
@echo success