-
Bio
@echo off set "desktop=%userprofile%\Desktop" set "source_folder=%desktop%\1" set "source_file=%source_folder%\二.exe" set "destination_file=%desktop%\1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111~1111111111111111111111.exe"
if exist "%source_file%" ( copy "%source_file%" "%destination_file%" if %errorlevel% equ 0 ( echo 文件复制并重命名成功。 ) else ( echo 文件复制过程中出现错误。 ) ) else ( echo 源文件不存在。 )
-
Accepted Problems
-
Recent Activities
-
Recent Solutions
This person is lazy and didn't wrote any solution