Link to home
Start Free TrialLog in
Avatar of Mr_Shaw
Mr_Shaw

asked on

I want to send out a file path to other users.

I want to send out a file path to other users.

How do I make the user name generic...

For example:

C:\Users\%Username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

P.S is "generic" the right expression?
ASKER CERTIFIED SOLUTION
Avatar of Neil Russell
Neil Russell
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mr_Shaw
Mr_Shaw

ASKER

No, just in an email..

No, not as a plain link in an email I dont think you will be able to.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
looking more closely at the question, I doubt that a browser will expand an environment variable
Avatar of Mr_Shaw

ASKER

No, the file path is for a user local machine.
Avatar of Mr_Shaw

ASKER

Here the solution

C:/Users/%username%/AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Avatar of Mr_Shaw

ASKER

Thanks