Macro Name: @HomeShare
Returns the Server and share name containing current user's home directory.
Example:
Returns the Server and share name containing current user's home directory.
Example:
#include <MsgBoxConstants.au3>
;Display Current User's Home Share Directory
MsgBox($MB_SYSTEMMODAL, "Home Share", @HomeShare)
;Display Current User's Home Share Directory
MsgBox($MB_SYSTEMMODAL, "Home Share", @HomeShare)
- AutoIt - Get Current User's Home Directory
- AutoIt - Get Windows Logon server
- AutoIt - Get Windows Logon Domain
- AutoIt - Get Windows Logon DNS Domain
- AutoIt - Get currently logged on user name
- AutoIt - Get Computer Name
- AutoIt - Get IP Address
Interesting? Share and Let Others Know.
Post a Comment