123456789101112131415 |
- @echo off
- REM ***************************************************************************
- REM @Contact : liuyuqi.gov@msn.cn
- REM @Time : 2024/04/09 16:28:01
- REM @Version : 1.0
- REM @License : (C)Copyright 2019 liuyuqi.
- REM @Desc : None
- REM %1 - ext_name
- REM %2 - characters replaced
- REM %3 - new characters
- REM ***************************************************************************
- rem start cmd on current path, and add the path to the system path
- set PATH=%PATH%;%~dp0
- cmd /K fgh help
|