Simple BAT script process management script
It can help you manage multiple BAT script windows
Tip
Do not include half-width spaces and parentheses in the path
路径中不要包含半角空格和括号
Warning
This script cannot obtain the same running results on multiple computers, please pay attention to ensure the security of your data!
I am not responsible for the data on your hard drive!!
本脚本未能在多个电脑获取同样运行结果,请注意保证你的数据安全!我无法负责你硬盘上的数据!!
Simple management of multitasking script processes
Simple user system(beta)
Command | info |
---|---|
call pid /start {<PID>|SOLO} <path> call pid /start-USR {<PID>|SOLO} <path> call pid /start-SRV {<PID>|SOLO} <path> call pid /start-START {<PID>|SOLO} <path> |
Create separate processes and subprocesses |
call pid /run <Path> |
Run the program in a new window and create the corresponding file in #PID.BAT DIR#\SYS\PID |
call pid /run-USR <Path> |
(by User)Run the program in a new window and create the corresponding file in #PID.BAT DIR#\SYS\PID |
call pid /run-SRV <SRV:name> <SRV:cmd> |
(by service)Run the program in a new window and create the corresponding file in #PID.BAT DIR#\SYS\PID |
call pid /run-SYSTEM <Path> |
(by system/root)Run the program in a new window and create the corresponding file in #PID.BAT DIR#\SYS\PID |
call pid /killpid <PID> |
end process |
call pid /killpid-f <PID> |
Force end of process |
call pid /list |
Show process list |
call pid /exist_pid <PID> |
Check whether the process PID exists (%errorleve% is 0 if it exists, otherwise it is 1) |
call pid /info-p <PID> |
Get brief information based on process PID |
call pid /info-n <PID> |
Get brief information based on process program name |
call pid /boot [Path] |
Start management mode and run customized programs |
call pid /sys_end |
End management mode and force the end of all processes and services |
call pid /srv-list |
Service list |
call pid /srv-info <SRV:name> |
Get service info |
call pid /srv-start <SRV:name> |
Start service |
call pid /srv-stop <SRV:name> |
Stop service |
call pid /srv-restart <SRV:name> |
Restart service |
call pid /usr-list |
User list(#PID.BAT DIR#\SYS\USER ) |
call pid /usr-add <USERNAME> |
User added |
call pid /usr-rmv <USERNAME> |
User delete |
call pid /group-list |
group list(#PID.BAT DIR#\SYS\GROUP ) |
call pid /group-add <GROUP> |
Group add |
call pid /group-rmv <GROUP> |
Group add remove |
call pid /group-setuser <USERNAME> <GROUP> |
Set the users to be added to the group |
call pid /group-rmuser <USERNAME> <GROUP> |
Set the users to be removed from the group |
call pid /log |
Print PID process log(#PID.BAT DIR#\SYS\LOG\PIDMD.LOG ) |
call pid /title |
Print management mode LOGO |
call pid /help |
Print command list |
call pid /version |
Version |
call pid /about |
About |
NAME=<Service name>
#automatic start
STARTUP=TRUE
# Service type
TYPE=SYS
#Enable this service
USE=TRUE
RELOAD_CMD=<cmd 1>#NL#<cmd 2>#NL#<cmd 3>
STOP_CMD=<cmd 1>#NL#<cmd 2>#NL#<cmd 3>
INFO=<Service details>
CMD=<Program> <Arg 1> <Arg 2> ... <Arg 9>
[PIDMD]
#Lang: zh, en
LANG=zh
CHCP_CODE=936
CMD_COLOR=F0
ROOT=D:\#PID.BAT DIR#\
SYS=%PIDMD_ROOT%SYS\
TMP=%PIDMD_ROOT%TMP\
LOG=%PIDMD_SYS%LOG\
SRV=%PIDMD_SYS%SRV\
ALLUSER=%PIDMD_SYS%USER\
ALLGROUP=%PIDMD_SYS%GROUP\
DEFAULT_USER=USER
GLOBAL_CMD=
0.075.3
Fixed
/info
Add/about
Other BUG fixes
0.075.2
Fixed the problem that closing the parent process and the child process will not end
Fixed/start-srv
ending immediately after running
Other BUG fixes
0.075.1
Subprocess support
Add setting entryPIDMD_DISABLE_RUN
(default value FALSE)
Other BUG fixes
0.074.1147
Fixed the problem that the xxx.SRV file in the
%PIDMD_ROOT%\SYS\SRVRUN\
directory would not be deleted after the SRV specified process.
Other BUG fixes
0.074.1146
BUG fixes
%PIDMD_DEFAULT_USER%
setSYSTEM
0.074.1145
Added simple users, groups, permissions
PID can be executed in any directory
PIDMD_ROOT
can be set arbitrarily
Other BUG fixes