Windows Shortcuts - Target - Set %USERPROFILE%

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
 
N

Nepatsfan

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
 
G

gumby

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
 
N

Nepatsfan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top