代码拉取完成,页面将自动刷新
同步操作将从 江南一根葱/AppStore 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
mode con: cols=50 lines=35
if exist X:\ipxefm title=NewBeePE模式打包
if not exist X:\ipxefm title=正常系统模式打包
::@echo off
cd /d %~dp0Appstore
@echo 更新菜单缓存....
call updater.bat
@echo 更新菜单缓存完成!
if exist Appstore.exe del /q /f Appstore*.exe*
set output=%date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2%%wimfile%
if exist X:\ipxefm call :inpe
if not exist X:\ipxefm call :insys
copy Appstore.exe /y %USERPROFILE%\Desktop\AppStore_%output%.exe
echo 新的商店已经保存为%USERPROFILE%\Desktop\AppStore_%output%.exe
echo 生成拥有自主农副产品的软件商店制作完成!快脱下衣服使用吧!
pause
:::::
:insys
title=正常系统模式打包
set dabao=Appstore\bin\7zx64.exe
set appstoreexe=AppStore\bin\AppStore.exe
cd /d ..\..
if exist Appstore.exe del /q /f Appstore*.exe*
@echo 复制空壳文件中...
copy /y %appstoreexe% Appstore.exe>nul
@echo 打包商店到空壳文件AppStore.exe...
%dabao% a AppStore.exe AppStore\ >nul
exit /b
:inpe
cd /d %~dp0
set dabao="X:\Program Files\7-zip\7z.exe"
set appstoreexe="%temp%\AppStore\appstore\bin\appstore.exe"
pecmd kill Appstore.exe
if exist Appstore.exe del /q /f Appstore*.exe*
@echo 复制空壳文件中...
copy /y %appstoreexe% Appstore.exe
@echo 打包商店到空壳文件AppStore.exe...
set output=%date:~0,4%%date:~5,2%%date:~8,2%%time:~0,2%%time:~3,2%%wimfile%
copy /y winxshell.exe "X:\Windows\temp\AppStore\appstore" /y
copy /y X:\windows\system32\aria2c.exe "X:\Windows\temp\AppStore\appstore\aria2c.exe" /y
copy /y %dabao% "X:\Windows\temp\AppStore\appstore\bin\7zx64.exe" /y
copy /y "X:\Program Files\7-zip\7z.dll" "X:\Windows\temp\AppStore\appstore\bin\7z.dll"
%dabao% a AppStore.exe %temp%\AppStore\appstore\ >nul
exit /b
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。