|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『楼 主』:
[搜集]命令参数的缩写
使用 LLM 解释/回答一下
Windows下的 命令 有很多是可以缩写的,这个帖子就专门搜集这类命令吧
1.以其他身份运行:
runas /u:admininistrator cmd
/u: 代表 /user:
2.建立IPC$连接:
net use \\127.0.0.1\ipc$ /u:administrator
/u: 即 /user:
3.删除所有共享连接
net use * /d
/d 相当于 /del
There are many commands under Windows that can be abbreviated. This post is specifically to collect such commands.
1. Run as another identity:
runas /u:admininistrator cmd
/u: stands for /user:
2. Establish IPC$ connection:
net use \\127.0.0.1\ipc$ /u:administrator
/u: is /user:
3. Delete all shared connections
net use * /d
/d is equivalent to /del
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-7-2 15:09 |
|
|
adobil
新手上路

积分 4
发帖 2
注册 2006-7-28
状态 离线
|
|
2006-7-28 10:27 |
|
|
xsjlai
新手上路

积分 16
发帖 7
注册 2005-12-21
状态 离线
|
|
2006-11-16 04:11 |
|
|
6622186
高级用户
   
积分 894
发帖 411
注册 2007-2-17
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这个太多了, 可能参数有自动匹配功能, 如果开头字母重复, 就写上第二个字母.
如: net user 中的 /ad 代表 /add ; /de 代表 /del .
它们不能缩写为 /a 和 /d, 因为有其它参数, 如 /domain.
This is too much. Maybe there is an automatic matching function for parameters. If the first letters are repeated, write the second letter.
For example: in "net user", /ad stands for /add; /de stands for /del.
They cannot be abbreviated as /a and /d because there are other parameters, such as /domain.
|

@set c= 不知则觉多,知则觉少,越知越多,便觉越来越少. --- 知多少.
@for,/l,%%i,in,(1,1,55)do,@call,set/p=%%c:~%%i,1%%<nul&ping/n 1 127.1>nul
|
|
2007-4-25 10:48 |
|
|
torr
新手上路

积分 19
发帖 9
注册 2006-3-23
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
顶个,很多命令行工具都有缩写的。
Give it a thumbs up, many command-line tools have abbreviations.
|
|
2009-2-3 04:39 |
|