I have a few text files that I regularly access and I have created a collection for them.
I open them with my UltraEdit text editor via a button using the following command:
@async:"C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\Uedit32.exe" {f}
However the files in the collection which point to files in a library seem to be producing a problem. Here is an example of an error I get:
"C:\Program Files (x86)\IDM Computer Solutions\UltraEdit\lib:\Documents?f6680b7f\IP Addresses.txt contains an incorrect path"
If I open the same file directly from its location in the library then it opens OK.
Is there something wrong with my command to explain why this is not working with collection files?