Jump to content

System Drive Letter


Recommended Posts

I don't know if there's special macro for it, but you could use @SystemDir to get system32 directory, then use StringLeft to get the first character, which is the drive letter.

Where's my manner, welcome to the forum!

Since this is your first post. Try this:

$System32Dir=@SystemDir
$SystemDriveLetter=Stringleft($System32Dir,1)
msgbox(0,0,'System drive letter is: ' & $SystemDriveLetter)
Edited by MDCT
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...