1 Star 0 Fork 1

科科/AI伴侣32位

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
AI247_USB.bat 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2021-03-11 23:10 . 2.60
@echo off
%1(start /min cmd.exe /c %0 :&exit)
chcp 65001
echo "Starting aiStarter..."
title aiStarter
taskkill /F /T /IM nw.exe
for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":8004"') do (
echo kill the process %%m use the port 8004
taskkill /F /T /pid %%m
)
cd %~dp0
start nw.exe --load-extension=ARChon --user-data-dir=%~dp0user_data --ignore-gpu-blacklist --enable-gcm AI247_USB
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/BigGunDam/AICompanion_32.git
git@gitee.com:BigGunDam/AICompanion_32.git
BigGunDam
AICompanion_32
AI伴侣32位
master

搜索帮助