# batch_tools **Repository Path**: yimig/batch_tools ## Basic Information - **Project Name**: batch_tools - **Description**: Common Batch Tools - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-13 - **Last Updated**: 2021-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 常用批处理工具 Common Batch Tools ## 1. db > 数据库管理工具,快速启动/停止数据库 **usage:** ``` db [run/stop] <%%dbname%%> ``` **example:** 启动mysql(Launch mysql) ```batch db run mysql ``` 停止所有数据库服务(Stop all database services) ``` db stop all ``` **支持的数据库(Sopport databases):** - oracle database - mysql - sql server - postgresql - redis ## 2. cmds - 运行微软商店版[Windows Terminal](https://www.microsoft.com/zh-cn/p/windows-terminal/9n0dx20hk701#activetab=pivot:overviewtab) Run [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701#activetab=pivot:overviewtab) - 拷贝进`C:\Windows\System32\`后在运行窗口输入`cmds`即可运行Windows Terminal。 Type `cmds` in run window(win+R) to run Windows Terminal after you copy this file to `C:\Windows\System32\`. ## 3. cmda - 使用**管理员权限**运行微软商店版[Windows Terminal](https://www.microsoft.com/zh-cn/p/windows-terminal/9n0dx20hk701#activetab=pivot:overviewtab) Run [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701#activetab=pivot:overviewtab) with **administrator authority** - 拷贝进`C:\Windows\System32\`后在运行窗口输入`cmda`即可**使用管理员权限**运行Windows Terminal。 Type `cmda` in run window(win+R) to run Windows Terminal with **administrator authority** after you copy this file to `C:\Windows\System32\`.