-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathUse Info.txt
36 lines (31 loc) · 1.19 KB
/
Use Info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This program is compiled by Twilight_Dream
这个程序由Twilight_Dream 构建编译
Warning: This EXE program can only run on the DOS command line!
警告:这个EXE程序只能在DOS命令行上运行!
Prompt Info:Use the syntax of the command for this program
提示信息:使用这个程序的命令的语法
%***% = Variable Description
* = Any character name
%***% = 变量说明
* = 任何字符名
-------------------------------
Command: /displayhelp
Function: Run Program Help System
命令: -help
功能: 运行程序帮助系统
-------------------------------
Command: -showall
Function: View all running processes,Display PID[Process ID]
命令: -showall
功能: 查看所有运行进程,显示PID[Process ID]
-------------------------------
Command: -aborted [PID Number]
Function: End the process of specifying the PID
命令: -aborted [PID Number]
功能: 结束指定PID的程序进程
-------------------------------
Command: -runfile Full file path + command line
Function: Run binary file, create a one program process.
命令:-runfile 完整文件路径+命令行
功能:运行二进制文件,创建程序进程
-------------------------------