|
@@ -112,12 +112,12 @@ tasklist /nh | find /i "spshell.exe"
|
|
|
@if not exist "%rvc_install_path_versions_dir%" md "%rvc_install_path_versions_dir%"
|
|
|
|
|
|
@echo 【0/1】拷贝RVC目录...
|
|
|
-@xcopy %rvc_src_path_rvc_dir% %rvc_install_path_rvc_dir% /E/Y/Q
|
|
|
+@xcopy %rvc_src_path_rvc_dir% %rvc_install_path_rvc_dir% /E/Y
|
|
|
@echo 【1/1】拷贝RVC目录OK!
|
|
|
|
|
|
@echo 【1/2】拷贝终端版本...
|
|
|
@if exist %rvc_src_path_Run_dir%\hardwarecfg ( xcopy %rvc_src_path_Run_dir%\hardwarecfg %rvc_install_path_hardware_dir% /E/Y/Q )
|
|
|
-@xcopy %rvc_src_path_Run_dir%\version %rvc_install_path_versions_dir% /E/Y/Q
|
|
|
+@xcopy %rvc_src_path_Run_dir%\version %rvc_install_path_versions_dir% /E/Y
|
|
|
@echo 【2/2】拷贝终端版本OK!
|
|
|
|
|
|
@echo 【2/3】设置系统桌面壁纸
|