首次提交
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
|
||||
"%~dp0link.exe" %*
|
||||
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
|
||||
"%~dp0link.exe" %*
|
||||
|
||||
exit /b %errorlevel%
|
||||