Hi,
Wonder if anybody out there could help.
I'm writing a simple @command to detach a file to a directory on the users windows workstation.
I can get it to work if I specifiy a full path of where to save the file however as we're using a windows platform each user has it's own profile, I know that the environment variable for this is %UserProfile% but I can't get the command to see it.
Here's what I have so far, any suggestions?
@Command([EditDetach];"Website.url";"c:\\Documents and settings\\%UserProfile%\\Favorites\\Website.url")
Thanks
Steve
Wonder if anybody out there could help.
I'm writing a simple @command to detach a file to a directory on the users windows workstation.
I can get it to work if I specifiy a full path of where to save the file however as we're using a windows platform each user has it's own profile, I know that the environment variable for this is %UserProfile% but I can't get the command to see it.
Here's what I have so far, any suggestions?
@Command([EditDetach];"Website.url";"c:\\Documents and settings\\%UserProfile%\\Favorites\\Website.url")
Thanks
Steve