- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey DEMdev
What we do now is that we create a variable (I will call it TEST for reference) that changes a file location for a share based on the last letter of a computer name.
For example if the computer name ends with Q the path is \\server\pathQ and so on.
This way we can create 1 shortcut for multiple file locations that we need to start an application with.
This works quite well with the shortcuts.
In this case the actual application is on the local machine itself but we then try to use that %TEST% variable in the argument to access the application on the specific share and it does not seem to set the value correctly.