A) MD - build subdirectory 1. Function: Create a new subdirectory 2. Type: Internal Command 3. Format: MD [Disk] [Path Name]
(1) "Drive": Specify the disk drive letter to establish a subdirectory, if omitted, the current drive; (2) "path name": The superior directory of the subdirectory to be established, if the default is built Under the current directory.
Example: (1) Creating a subdirectory named Fox in the root of the C DC; (2) Create a USER subdirectory in the fox subdirectory. C:,> MD Fox (creating subdirectory fox under the current drive C) C:,> MD Fox, User (creating a USER subdirectory in the fox subdirectory) (2) CD - Change the current directory 1. Function: Displays the current directory 2. Type: Internal Command 3. Format: CD [Disk] [Path Name] [Subnatal Name] 4. Instructions: (1) If the path and subdirectory name is omitted, the current directory is displayed; (2) If you use the "CD," format, return to the root directory; (3) Returned to the previous one by using "CD .." format. Category. Example: (1) Go to the User subdirectory; (2) Return to the subdirectory from the USER subdirectory; (3) Return to the root directory. C:,> CD Fox, User (enter the user subdirectory under the Fox subdirectory) C:, Fox, User> CD .. (Return to the previous root directory) C:, fox> CD, (return to the root directory) C:,> (3) RD - Delete subdirectory command 1. Function: Deleted the directory from the specified disk. 2. Type: Internal Command 3. Format: RD [Disk] [Path Name] [Subnatal Name] 4. Instructions for use: (1) The child must be empty before deleting, that is, you need to enter the subdirectory first, use the DEL (Delete file command) to delete the files in its subdirectory, then return to the previous Category, use the RD command to delete the directory itself; (2) Can't delete the root directory and the current directory. Example: Requires the User subdirectories under the C disk Fox subdirectory, the operation is as follows: Step 1: First drop the file in the user subdirectory; C,> DEL C:, FOX, user, *. * Step 2, delete the USER subdirectory. C,> RD C:, Fox, User (4) DIR - Display Disk Directory Commands 1. Function: Displays the contents of the disk directory. 2. Type: Internal Command 3. Format: DIR [Drive] [Path] [/ P] [/ W] 4. Instructions for use: / P Use; when you want to view too much, you can't see the screen on one-screen display, you will not be easy to see, add / P, you will display 23 lines on the screen. File information, then pause, and prompt; use of Press Any Key to Continue / W: Plus / W Only the file name is displayed, as for the file size and the date and time of the establishment, it is omitted. After adding the parameters, each line can display five file names. PATH - Path Settings Command 1. Function: The search path of the device executable file is only valid for the file.
2. Type: Internal Command 3. Format: Path [Card Manifold 1] Directory [Path Name 1] {[; Disk 2:],
(1) Format - disk format command 1. Function: Format, divide the tracks and sectors on the disk; at the same time check the tracks with non-defective tracks on the entire disk, the bad track is marked; establish a directory area and file allocation table, make the disk to receive DOS preparation . 2. Type: External Command 3. Format: Format
(5) Select / PSRTN; repair the hard disk partition table. If one of / p, / l, / test after the drive is equivalent to using the / u parameter, unformat will "assume" that the disk does not have the mirror image file. Note: Unformat is fully recovered for the FORMAT disk, but if Format has been written in other data, UNFORMAT will not complete the data. Unformat is not universal. Since unformat reconstructs the FAT and root directory, it also has high hazards, which may expand loss, if only several files or subdirectories are missed, only need UN Delete enough. 3) CHKDSK - Check the disk current status command 1. Function: Display disk status, memory status, and discontinuous number of specified files under specified paths. 2. Type: External Command 3. Format: Chkdsk [Disk] [Path] [File Name] [/ f] [/ V] 4. Instructions: (1) Select the [File Name] parameter, display the file to the disk; (2) select the [/ F] parameter, correct the logic error found on the specified disk; (3) Select [/ v] Parameters, all files and paths on the display. (4) DiskCopy - Interest Copy Command 1. Function: Copy format and floppy disk that is exactly the same. 2. Type: External Command 3. Format: DiskCopy [Disk 1:] [Disk 2:] 4. Instructions for use: (1) If the target floppy is not formatted, the system is automatically selected when copying. (2) If the original file on the target floppy is copied, it will be lost. (3) If it is a single drive copy, the system will prompt time-replacement source disk and target disk, pay attention to the source disk and target disk when operating. (5) Label - create a disk volume command 1. Function: Establish, change, delete disk scroll. 2. Type: External Command 3. Format: Label [Disk] [Volume Label] 4. Instructions for use: (1) Volume label name is the volume labeled name to be established. If this parameter is defirable, the system prompts to type the volume name or ask if the original volume labeled name is deleted; (2) The volume label name is from 1 to 1 11 characters consisting. (6) VOL - Displays the disk volume command 1. Function: View the disk volume mark. 2. Type: Internal Command 3. Format: VOL [Disk] 4. Instructions for use: omitted the disc character, display the current drive scroll. (7) ScanDisk - Detect, fix disk command 1. Function: Detecting a disk's FAT table, directory structure, file system, etc. have problems, and can fix the detected issues.
2. Type: External Command 3. Format: scandisk [Disk 1:] {[Disk 2:] ...} [/ all] 4. Instructions: (1) CCANDisk is suitable for hard disk and floppy disk, you can specify multiple disks at a time, specify all disks or select [/ all] parameters; (2) Automatically detect cross-connect, lost clusters and directories occurred in disk Logical errors such as structures, and repair. (8) DEFRAG - Reforming Disk Command 1. . Function: Monitor disk and eliminate disk scaffold. 2. Type: External Command 3. Format: DEFRAG [Disk] [/ f] 4. Instructions: Select / F parameters to eliminate fragmentation on the file, and adjust the arrangement of disk files to ensure that there is no gap between files. To speed up the speed of the disk and save disk space. (9) SYS - System Replication Command 1. Function: Transfer the DOS system files IO.SYS, MSDOS.SYS, and Command.com on the current drive to the specified drive. 2. Type: External Command 3. Format: SYS [Disk] * Instructions: If the disk remaining space is not enough to store system files, the prompt: no roomfor on the Destination Disk. File Operation Class Command (1) Copy file copy command 1. Function: Copy one or more files to the specified disk. 2. Type: Internal Command 3. Format: COPY [Source Disk] [Path]
(6) When copying, the target file name can be the same as the source file name, called "The same name copy" at this time, the target file name can be omitted; (7) When copying, the target file name can also be different from the source name, called as "Alignment copy", at this time, the target file name cannot be omitted; (8) When copying, several files can be merged into a file, called "merge copy", the format is as follows: Copy; [source disk] [path ]
(4) REN - file rename command 1. Function: Change the file name 2. Type: Internal Command 3. Format: Ren [Disk] [Path]
(8) UN deletion - Restore Delete Commands 1. Function: Restore error command 2. Type: External Command. 3. Format: UN Delete [Disk] [Path Name]
(5) MEM View Current Memory Status Command 1 Function: Displays Current Memory Use 2 Type: External Command 3 Format: MEM [/ C] [/ F] [/ M] [/ P] 4 Instructions: (1) The selection / c parameter lists the length of each file loaded into the regular memory and CMB, and also shows the usage status of memory space and the maximum available space; (2) Selection / F parameters list the current regular memory remaining byte size And UMB available area and size; (3) Select / M parameter display This module uses memory address, size, and module properties; (4) Select / P parameter specified When the output exceeds one screen, the user is paused for users to view. (6) MSD Display System Information Command 1 Function: Displays the situation of the hardware and operating system of the system. 2 Type: External Command 3 Format: MSD [/ i] [/ b] [/ s] 4 Instructions: (1) When selecting / i parameter, no hardware; (2) When selecting / b parameter, in black and white Start MSD; (3) When you select / S parameters, a concise system report is displayed. Net commands Complete Works
Network Command: Net Command
Many windows NT network commands start with NET. These net commands have some public properties: You can check all the available net commands by typing Net /?. Get the syntax help of the NET command in the command line by typing the NET HELP command. For example, to get the help of the NET Accounts command, type NET Help Accounts. All net commands accept options / yes and / no (abbreviated as / y and / n). / y "Yes" is automatically replied to any interaction prompt generated by the command, / n answers "No". For example, NET STOP Server usually prompts whether to end all services in accordance with the server service, NET STOP Server / Y automatically answers "Yes" and turn off the server service.
Net Accounts
Update the user account database, change the login requirements for passwords and all accounts. You must run the network login service on a computer that changes the account parameter. Net Accounts [/ forcelogoff: {minutes | no}] [/ minpwlen: Length] [/ maxpwage: {days | unlimited}] [/ minpwage: days] [/ uniquepw: Number] [/ domain] net accounts [/ sync] [/ domain] Parameter None Net Accounts without parameters will display the current password setting, login time limit, and domain information. / forcelogoff: {minutes | no} Set the waiting time before the user and server session is ended when the user account or valid login time expires. The NO option is forced to log out. The default setting of this parameter is NO. After specifying / forcelogoff: minutes, Windows NT will give the user alert before it is forced to exit the network Minutes minutes. If there is an open file, Windows NT will warn the user. If Minutes is less than two minutes, the Windows NT warning users immediately log out from the network. / minpwlen: Length Set the number of least character to the user account password. The allowable range is 0-14, the default is 6. / maxpwage: {days | unlimited} Set the maximum number of days that is valid for the user account password. Unlimited does not set up the maximum number of days. The number of days of / maxpwage option must be greater than / minupwage. The allowable range is 1-49,710 days (unlimited). The default is 90 days. / MINPWAGE: DAYS Settings the user must keep the minimum number of days of the original password. 0 value does not set the minimum time. The allowable range is 0-49,710 days, the default is 0 days. / UniquePW: Number requires a user to change the password, and the same password must be repeated after the Number is passed. The allowable range is 0-8. The default is 5. / Domain executes this operation on the main domain controller of the current domain. Otherwise only the operation of the local computer. This parameter is only used in Windows NT Workstation computers in the Windows NT Server domain, and the Windows NT Server computer defaults to perform operations in the primary domain controller. / SYNC When used for the primary domain controller, this command synchronizes all backup domain controllers in the domain; when used for backup domain controllers, the command only synchronizes the backup domain controller with the main domain controller. This command applies only to computers of Windows NT Server domain members. Net Computer
Add or delete your computer from the domain database. This command is only available on a computer running Windows NT Server. Net computer / computername {/ add | / del} Parameters / ComputerName Specifies the computer to be added to the domain or from the domain. / Add will add the specified computer to the domain. / DEL will delete the specified computer from the domain.
NET Config
Displays the currently run configurable service, or display and change the settings of a service. NET config [service [options]] Net config non-parameter NET Config will display a list of configurable services. Service is configured by the Net Config command (Server or Workstation). The specific option for the Options service. Full Syntax, please refer to NET Config Server or Net Config Workstation.
NET Config Server
Display or change the service settings of the server when running service. Net config server [/ autodisconnect: Time] [/ srvcomment: "text"] [/ hidden: {yes | no}] parameter does not type NET Config Server without parameters, the current configuration of the server service will be displayed. / AutodisConnect: Time Set the maximum time value of the open user session idle. You can specify -1, indicating that it is constantly open. The allowable range is -1-65535 minutes, the default value is 15 minutes. / srvcomment: "text" Add comments to the server, you can display the comments on the screen via the NET View command. Note Up to 48 characters, text must be taken with quotation marks. / hidden: {yes | no} Specifies whether the computer name of the server appears in the server list. Note that implies a server does not change the authority of the server. The default is NO. NET Config Workstation
The settings of the workstation services are displayed or changed when the service is running. Net config workstation [/ charcount: bytes] [/ chartime: msec] [/ charwait: sec] NET Config WorkStation without parameters will display the current configuration of the local computer. / ChargeNT: Bytes Specifies the amount of data collected before sending data to the communication device. If you simultaneously set / chartime: msec parameters, Windows NT is run by first satisfying the condition. The allowable range is 0-65535 bytes, and the default value is 16 bytes. / Chartime: MSEC Specifies the time when Windows NT collects data before sending data to the communication device. If you simultaneously set / charcount: Bytes parameters, Windows NT is run by first satisfying the condition. The allowable range is 0-65535000 milliseconds, and the default value is 250 milliseconds. / Charwait: Sec to set the time for Windows NT waiting for the communication device to become available. The allowed range is 0-65535 seconds, and the default is 3,600 seconds.
Net Continue
Reactivate the hang service. net continue service service parameter service can continue to operate, including: file server for macintosh (the service is limited to Windows NT Server), ftp publishing service, lpdsvc, net logon, network dde, network dde dsdm, nt lm security support provider, remoteboot (This service is limited to Windows NT Server, Remote Access Server, Schedule, Server, Simple TCP / IP Services and Workstation.
Net file
Display all open shared file names on a server and the number of lock files. This command can also close individual files and cancel the file lock. NET file [id [/ close]] Parameter NET File does not type without parameters NET file to get a list of open files on the server. ID file identification number. / Close Close the open file and release the lock record. Type this command from the server of shared files.
Net group
Add, display or change global groups in the Windows NT Server domain. This command is only available in the Windows NT Server domain. Net group [groupname [/ comment: "]] [/ domain] net group group group {/ add [/ us"] | / delete} [/ domain] net group groupname username [...] {/ Add | / Delete} [/ domain] Parameters None Net Group without parameters can display the server name and group name of the server. Groupname To add, extend, or delete groups. Only a group name is available to view the list of users in the group. / Comment: "Text" Adds a comment for the new group or existing group. Note You can be up to 48 characters, and you will take the comment text using quotation marks. / Domain executes this operation in the main domain controller of the current domain, otherwise the operation is performed on the local computer. This parameter is only used as a Windows NT WorkStation computer as a member of the Windows NT Server domain. The Windows NT Server computer defaults to operate in the primary domain controller. The username [...] list displays one or more users to be added to the group or from the group. Use spaces to divide multiple user name items. / add add group or add your username in the group. This command must be used to create an account to the user added to the group. / Delete the delete group or remove the username from the group. NET HELP
Provide a list of network commands and help topics, or provide a help of the specified command or theme. The network command can be listed in the "Command" window in the "Command Reference" below. NET HELP [Command] Net command {/ help | /?} NET HELP display with non-parametric NET HELP displays the list of commands and help topics. Command requires its help, do not use Net as part of Command. / Help Provides a display help text. /? Display the correct syntax of the command.
NET Helpmsg
Provide help for Windows NT error messages. Net helpmsg message # parameter message # requires the four-digit code for the Windows NT message that it helps.
Net localgroup
Add, display, or change the local group. Net localgroup [groupname [/ comment: "Text"] [/ domain] net localgroup groupname {/ add [/ comment: "text"] | / delete} [/ domain] net localgroup groupname name [...] {/ Add | / Delete} [/ domain] Parameter None Net localGroup without parameters will display the server name and the local group name of the computer. GroupName To add, expand or delete local group names. Only GroupName can view global groups in the user list or local group. / Comment: "text" Adds a comment for the new or existing group. Note The maximum length of the text is 48 characters and can be taken with quotation marks. / Domain performs actions in the current domain's primary domain controller, otherwise only performs operations on the local computer. This parameter is applied only to Windows NT Workstation Computers in the Windows NT Server domain. The Windows NT Server computer defaults to operate in the primary domain controller. Name [...] lists a space between one or more usernames or group names to be added to the local group or from the local group, multiple usernames, or group names. Can be local users, other domain users, or global groups, but cannot be other local groups. If it is a user in other domains, add a domain name (for example, SalesRalphr) before the username. / add Add a global group name or username to a local group. Before using this command, you must create an account before adding a user or global group to a local group. / Remove the group name or username from the local group. Net name
Add or delete a message name (sometimes known as alias), or display the name list of the computer receive messages. To use the net name command, the merry service must be run in the computer. Net name [name [name [/ add | / delete]] Net nameless NET Name without parameters will list the name of the current usage. Name Specifies the name of the received message. The name is up to 15 characters. / Add will add name to your computer. / add is an option, type NET Name Name, and type NET Name Name / Add. / Remove the name from your computer.
NET PAUSE
Pause the service running. net pause service parameters of service refers to the following services: file server for macintosh (only Windows NT Server), ftp publishing service, lpdsvc, net logon, network dde, network dde dsdm, nt lm security support provider, remoteboot (only Windows NT Server , Remote Access Server, Schedule, Server, Simple TCP / IP Services, or Workstation.
Net Print
Display or control the print job and print queue. Net Print / ComputerName Sharaname Net Print [/ computername] Job # [/ hold | / release | / Delete] Parameter ComputerName Shared the computer name of the printer queue. ShareName print queue name. When including ComputerName and ShareName, use a backslash () separate them. Job # Assign the identification number of the print job in the printer queue. A computer with one or more printer queues assigns a unique identification number for each print job. If a job number is used to share the printer queue, you cannot assign other jobs, nor can you assign a job in other printer queues. / Hold When using Job #, wait in the printer queue to wait. The print job stays in the printer queue, and other print jobs can only be entered after the job is released. / Release releases the reserved print job. / Delete Delete the print job from the printer queue. Net send
Send a message from other users of the network, computer, or communication name. To receive messages must run the messenger service. NET sent {name | * | / domain [: name] | / users} Message Parameters Name To receive username, computer name, or communication name of the send message. If the computer name contains empty characters, you should take it with quotation marks (""). * Send messages to all names in the group. / domain [: name] sends the message to all the names in the computer domain. If Name is specified, the message will be sent to all names in the specified domain or group. / Users send messages to all users connected to the server. Message is sent as a message.
Net session
List or disconnect the local computer and a session with the client connected to it. Net session [/ computername] [/ delete] Net session without parameters can display all sessions of the local computer. / computername identifies a computer to list or discontinue the session. / Delete All Open Files of Computers during this session with / computername computing opportunities and closes this session. If the / computername parameter will be omitted, all sessions of the local computer will be canceled.
Net Share
Create, delete, or display shared resources. NET Share ShareName Net Share ShareName = Drive: path [/ users: Number | / unmark] [/ remark: "text"] net share sharename [/ users: number | unlimited] [/ remark: "text"] net share {sharename | Drive: path} / Delete Parameters NET Share without parameters will display information about all shared resources on the local computer. ShareName is the network name of shared resources. Type the net share command with ShareName, only display the shared information. Drive: PATH Specifies the absolute path of the shared directory. / Users: Number settings can access the maximum number of users that share the shared resource. / Unlimited does not limit the number of users who simultaneously access shared resources. / remark: "text" Adds a comment about the resource, and the text is taken with quotation marks. / Delete stop sharing resources.
NET START
Start the service, or display a list of start-up services. If the service name is two or more words, such as Net Logon or Computer Browser, you must use quotation marks (") .. NET START [Service] Parameter None Type Net Start to display the run service a list of service includes the following services:. alerter, client service for netware, clipbook server, computer browser, dhcp client, directory replicator, eventlog, ftp publishing service, lpdsvc, messenger, net logon, network dde, network dde dsdm, network monitoring agent, nt lm security support provider, ole, remote access connection manager, remote access isnsap service, remote access server, remote procedure call (rpc) locator, remote procedure call (rpc) service, schedule, server, simple tcp / ip services, snmp, . spooler, tcp / ip netbios helper, ups and workstation following services are available only in Windows NT Server: file server for macintosh, gateway service for netware, microsoft dhcp server, print server for macintosh, remoteboot, windows internet name service .Net Statistics
Displays statistical records for local workstations or server services. Net Statistics [Workstation | Server] Parameters None Net Statistics without parameters will list the running services available for their statistics. WorkStation Displays statistics for local workstation services. Server displays statistics for local server services.
NET STOP
Stop Windows NT Network Services. NET STOP Service Parameters Service include the following services: Alerter, Client Service, CLIPBOOK Server, Computer Browser, Directory Replicator, FTP Publishing Service (FTP), LPDSVC, Messenger, Net Logon, Network DDE (Network DDE), Network DDE DSDM (Network DDE DSDM), Network Monitor Agent, NT LM Security Support Provider (NT LM Security Support), OLE (Object Links & Embedded), Remote Access Connection Manager, Remote Access Isnsap Service (Remote Access ISNSAP Service), Remote Access Server (Remote Access server), Remote Procedure Call (RPC) Locator (Remote Process Call Locator), Remote Procedure Call (RPC) Service (Remote Process Call Service), Schedule, Server, SIMPLE TCP / IP Services (simple TCP / IP Services), SNMP, Spooler, TCP / IP NetBIOS Helper (TCP / IP NetBIOS Aid), UPS and Workstation. The following services are available only in Windows NT Server: File Server for Macintosh, Gateway Service for NetWare, Microsoft DHCP Server, Print Server for Macintosh, RemoteBoot, Windows Internet Name Service. NET TIME
Make the computer's clock synchronization with another computer or domain. Another computer or domain will be displayed when the / set parameter is used. NET TIME [/ computername | / domain [: name]] [/ set] Parameter / computername To check or synchronize server names. / domain [: name] Specifies the domain to synchronize with its time. / SET makes this computer clock synchronization with the clock specified by the specified computer or domain.
Net USE
Connect your computer or disconnect the computer and the shared resource connection, or display the connection information of your computer. This command also controls a permanent network connection. NET Use [DeviceName | *] [/ computernameshaseame [volume]] [password | *]] [/ user: [domainname] username] [[/ delete] | [/ persistent: {yes | no}] NET USE DeviceName [ / home [password | *]] [/ delete: {yes | no}] NET USE [/ persistent: {yes | no}] NET USE that does not type without parameters will list the network connection. DeviceName Specifies the name of the resource to be connected or the device name to be disconnected. There are two types of equipment names: Disk drives (D: to Z :) and printers (LPT1: to LPT3). If you type star, not the specified device name will allocate the next available device name. / ComputerNameshareName server and shared resource name. If the computer name contains a blank character, you must use quotation marks ("") to take the double reverse slash and the computer name. The computer name length can be 1-15 characters. Volume Specifies the NetWare volume on the server. To connect to the NetWare server, you must install and run the NetWare Client Services (Windows NT Workstation). Password Access the password for shared resources. * Tip Type password. This password will not be displayed when you type a password in a password prompt line. / User specifies another user that is connected. DomainName Specifies another domain. For example, NET USE D: / Servershare / User: Admin Mariel is connected to the user Mariel, just as a connection from the Admin domain. If the domain is omitted, the current login domain will be used. UserName Specifies the username of the login. / HOME connects the user to its host directory. / Delete Cancel the specified network connection. If the user specifies the connection as an asterisk, cancel all network connections. / Persistent controls the use of permanent network connection. The default is the setup of the last used. No device is not permanent. YES Save all connections and restores when you log in next time. NO does not save the established connection and secondary connection, and restore an existing connection when logging in. Use the / deleted switch item to cancel the permanent connection. Net user
Add or change user accounts or display user account information. NET user [username [password | *] [options]] NET user username {password | *} / add [options] [/ domain] net user username [/ delete] [/ domain] parameter is not type without typing The NET USER of the parameter will view the user account list on your computer. UserName Add, delete, change, or view the user account name. User account names can have 20 characters. Password assigns or change your password for the user account. The password must meet the minimum parameters set in the NET Accounts Command / MINPWLEN option. Up to 14 characters. * Tip Enter your password. This password will not be displayed when you type a password in a password prompt line. / Domain executes the operation in the main domain controller of the computer main domain. This parameter is only available on the Windows NT Workstation computer of the Windows NT Server domain. By default, the Windows NT Server computer performs actions in the primary domain controller. Note: This action occurs in the main domain controller of the computer main domain. It may not be a login area. / add adds the user account to the user account database. / Remove the user account from the user account database. The options are as follows: / active: {no | yes} Enable or disable user accounts. If the user account does not activate the user account, the user cannot access resources on the computer. The default is YES. / Comment: "Text" provides a comment for user account. The annotation can have up to 48 characters, and the text can be used with quotation marks. / CountryCode: NNN uses the country code of the operating system to provide a specified language file for the user help and error message file. 0 value represents the default country code. / Expires: {date | never} If Date will cause the user account expiration, Never does not set the time limit for the user account. The expiration date according to the / countrycode value can be the following format: MM / DD / YY, DD / MM / YY or MMM, DD, YY. Note that the account expires at the beginning of the specified date. The month can be a college, full name or three letters. The year can be two or four digits, using a comma or oblique line (do not use spaces) to distinguish parts. If YY is omitted, use the next year's next year (depending on the computer's clock). If you enter the following date between January 10, 1994 to January 8, 1995, then they are: Jan, 9 1/9/95 January, 9,1995 1/9 / fullname: "name" specified The user is full name instead of the username. Use quotation to take the name. / Homedir: Path Set the path to the user host directory. This path must exist. / HomedirReq: {YES | No} Set whether you need a host directory. / passwordchg: {yes | no} Specifies whether the user can change its own password. The default is YES. / PasswordReq: {yes | no} Specifies whether the user account needs a password, the default value is YES. / ProfilePath: [PATH] Set the path to the user login profile. This path name points to the registry profile. / Script PATH: PATH Set the path to the user login script. PATH cannot be an absolute path; Path is a relative path relative to the% SystemRoot% System32Replimport script S:. / TIMES: {TIMES | All} Specifies the time to allow users to use the computer. The Times value is represented as days [-day] [, day [-day]], time [-time] [, time [-time]], the incremental limit is one hour. Days can be full name or short-handed (M, T, W, TH, F, SA, SU).
Hours can be 12-hour or 24-hour system. For 12 hours, AM, PM or A.M, P.m are used. ALL indicates that the user can always log in. Null value means that users can never log in. Use a comma to separate the date and time, the unit separation time and the date of the unit (for example, M, 4 AM-5PM; T, 1 PM-3PM). Do not use spaces when specifying / TIMES. / usercomment: "text" Let the administrator add or change the "User Notes" of the account. Use quotation marks to take the text. / WorkStations: {computername [, ...] | *} lists up to eight users to log in to the network. Use a comma to divide multiple items in the list. If the / Workstations does not have a list, or if the list is an asterisk "*", the user can log in from any computer. Net view
Display domain lists, computer lists, or a list of shared resources for specified computers. NET View [/ computername | / domain [: domainname]] NET View / Network: NW [/ computername] NET View will display a list of computer lists of the current domain without parameters. / computername Specifies a computer to view its shared resource. / domain [: domainname] Specifies to view the domain of its available computer. If DomainName is omitted, all domains of the network are displayed. / Network: NW Displays all available servers in the NetWare network. If a computer name is specified, the available resources of the computer are displayed in the NetWare network. You can also use this switch to specify other networks added to the system.