批處理指令碼 - 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.htm