Jump to content

Finding Windows Username


Recommended Posts

Just curious, where would I find the windows log-in username and how would I copy it as a string to be used in my AutoIT script? :D

I'd like to save/access a file on the user's desktop, and I need the username to enter the appropriate path, for example:

C:\Documents and Settings\**USERNAME**\Desktop\data.txt

Thanks!

Link to comment
Share on other sites

There is an Autoit3-Macro: @UserName

or you use the macro to the user-desktop: @DesktopDir .

Please take a look into the Help-File to the part "Macro Reference"

Regards

Holger

P.S.:f.i.

$file = @DesktopDir & "\data.txt"
Edited by Holger
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...