Jump to content

Recommended Posts

Posted (edited)

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

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
×
×
  • Create New...