MHz Posted August 5, 2004 Posted August 5, 2004 Have a @UserProfileDir macro for %UserProfile% equivalent. (Personal) But what macro for %AllUsersProfile% ? (All Users) Searched around but cannot find macro to insert into script. Could someone enlighten me, please. If a macro is available.
Holger Posted August 5, 2004 Posted August 5, 2004 Not at the moment.But you could get it (for fast solution) from the environment variable "allusersprofile" with EnvGet Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
MHz Posted August 5, 2004 Author Posted August 5, 2004 Thanks Holger! Like this: $var = EnvGet("AllUsersProfile") MsgBox(4096, "Path variable is:", $var) Returns me: C:\Documents and Settings\All Users Hope a Implementation of a @AllUsersProfileDir will soon be available. To make it easier and direct. Maybe shortened a bit to save the fingers.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now