|
板凳
楼主 |
发表于 2006-1-5 08:21:36
|
只看该作者
re:格式:Syntax is secti...
格式:<br>
Syntax is section-specific for each entry (line) in the different sections, as follows:<br>
<br>
[User]<br>
<br>
UserName,FullName,Password,Comment,HomeDriveAndPath,Profile,Script,<br>
<br>
[Global]<br>
<br>
GlobalGroupName,Comment,UserName, ...<br>
<br>
[Local]<br>
<br>
LocalGroupName,Comment,UserName, ...<br>
<br>
例子:<br>
filename.opt内容如下<br>
[user]<br>
aaa,aaa,aaa,,,,,<br>
bbb,bbb,bbb,,,,,<br>
<br>
在dos下输入命令:<br>
addusers /c filename.opt //server1 /p:le<br>
|
|