⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deploy_files_to_web_install.bat

📁 解压即可使用
💻 BAT
字号:
@ECHO OFF

ECHO Copying InstallCommon.sql...
copy InstallCommon.sql ..\..\..\web\installer\sqlscripts

ECHO Copying InstallMembership.sql...
copy InstallMembership.sql ..\..\..\web\installer\sqlscripts

ECHO Copying InstallProfile.sql...
copy InstallProfile.sql ..\..\..\web\installer\sqlscripts

ECHO Copying InstallRoles.sql...
copy InstallRoles.sql ..\..\..\web\installer\sqlscripts

ECHO Copying UninstallCommon.sql...
copy UninstallCommon.sql ..\..\..\web\installer\sqlscripts

ECHO Copying UninstallMembership.sql...
copy UninstallMembership.sql ..\..\..\web\installer\sqlscripts

ECHO Copying UninstallProfile.sql...
copy UninstallProfile.sql ..\..\..\web\installer\sqlscripts

ECHO Copying UninstallRoles.sql...
copy UninstallRoles.sql ..\..\..\web\installer\sqlscripts

ECHO Copying cs_Default.sql...
copy cs_Default.sql ..\..\..\web\installer\SqlScripts

ECHO Copying cs_Schema.sql...
copy cs_Schema.sql ..\..\..\web\installer\SqlScripts

REM run script gen
ECHO. | Sprocs\scriptgen  sprocs

ECHO Prepair cs_Procedures.sql
move sprocs\*.sql sprocs\cs_Procedures.sql

ECHO Copying cs_Procedures.sql...
copy Sprocs\cs_Procedures.sql ..\..\..\web\installer\SqlScripts

ECHO Cleanup cs_Procedures.sql
del sprocs\cs_Procedures.sql

pause

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -