Windows Shortcuts - Target - Set %USERPROFILE%

  • Thread starter Thread starter gumby
  • Start date Start date
G

gumby

I am trying to set a shortcut that has a varaible for the
USERSPROFILE. I want to be able to copy a shortcut on to people's
desktop and have it link to a folder in thier USERPROFILE.

"C:\Documents and Settings\%USERPROFILE%\My Documents\CM_Tracker
\CMTracker_FE.mdb"


I have tried the above and it does not work. It does however work for
the Start In: Each user will have the above list folder and file in
thier userprofile, just want to be able to link it for them.

David
 
In
gumby said:
I am trying to set a shortcut that has a varaible for the
USERSPROFILE. I want to be able to copy a shortcut on to
people's
desktop and have it link to a folder in thier USERPROFILE.

"C:\Documents and Settings\%USERPROFILE%\My
Documents\CM_Tracker
\CMTracker_FE.mdb"


I have tried the above and it does not work. It does however
work for
the Start In: Each user will have the above list folder and
file in
thier userprofile, just want to be able to link it for them.

David

Have you tried leaving out the reference to C:\Documents and
Settings? Since %USERPROFILE% expands to C:\Documents and
Settings\USERACCOUNT, the start of your path is redundant.

See if this works.

%USERPROFILE%\My Documents\CM_Tracker\CMTracker_FE.mdb

Good luck

Nepatsfan
 
In









Have you tried leaving out the reference to C:\Documents and
Settings? Since %USERPROFILE% expands to C:\Documents and
Settings\USERACCOUNT, the start of your path is redundant.

See if this works.

%USERPROFILE%\My Documents\CM_Tracker\CMTracker_FE.mdb

Good luck

Nepatsfan- Hide quoted text -

- Show quoted text -

Nepatsfan -

Thanks - makes a lot of sence and worked great.

Thanks again.

David
 
In
gumby said:
Nepatsfan -

Thanks - makes a lot of sence and worked great.

Thanks again.

David

You're welcome. Thanks for taking the time to let us know your
problem is fixed.

Nepatsfan
 
Back
Top