# BackgroundRunCmd **Repository Path**: 592697797/background-run-cmd ## Basic Information - **Project Name**: BackgroundRunCmd - **Description**: No description available - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-11-17 - **Last Updated**: 2023-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BackgroundRunCmd #### 介绍 在使用右键管理工具ContextMenuManager时,比如需要添加一个右键菜单在当前文件夹中打开windows-terminal,通常这样设置`cmd /c wt`。使用时实际上会打开一个cmd窗口,然后运行`wt`命令。这样就会出现两个窗口,一个cmd窗口,一个wt窗口,影响使用体验。 于是手撸了一个能够隐藏cmd窗口的程序,使用方法`bgrun xxx`,比如设置右键打开windows-terminal的命令就是`bgrun wt` 下载并解压后,使用全路径`D:\xxx\bgrun wt`或者添加环境变量后`bgrun wt`(有些软件可能不支持,建议使用全路径) [Release](https://gitee.com/592697797/background-run-cmd/releases)