批处理脚本 - NET 命令

根据使用的命令提供各种网络服务。

语法

NET [variant]

其变体可以是以下之一 −

  • net accounts
  • net computer
  • net config
  • net continue
  • net file
  • net group
  • net help
  • net helpmsg
  • net localgroup
  • net name
  • net pause
  • net print
  • net send
  • net session
  • net share
  • net start
  • net statistics
  • net stop
  • net time
  • net use
  • net user
  • net view

示例

@echo off 
Net user

输出

上述命令将显示系统上定义的当前帐户。 以下是输出示例。

User accounts for \\WIN-50GP30FGO75

-------------------------------------------------------------------------------
Administrator            atlbitbucket            Guest
The command completed successfully.

❮ batch_script_commands.html