损坏的 Bat 文件

损坏的 Bat 文件

所以这个代码不是我的工作,说实话我也不理解它,但如果我能修复这段代码使它能工作,那就太好了。

@setlocal enableextensions
@cd /d "%~dp0"
del lastrecording.mp4
mklink lastrecording.mp4 %1
PAUSE

我收到以下错误。

del lastrecording.mp4
Access is Denied 
for delete function 

还有

mklink lastrecording.mp4 %1
The syntax of the command is incorrect.
Creates symbolic link.

相关内容