Hi, i am just exploring the possibilities of this brilliant product and i have got a little question ... Right now i am trying to get xyplorer to mount an .iso (or any other) disc image onto my virtual drive via keyboard shortcut. I use alcohol 52% and in windows explorer it has a shell context menu integrated command mount image...(THE SAME command shows up also in xyplorer) so i guess alcohol itself has a command that mounts currently selected image .... the problem i have is - alcohol cmd command requires a path to the image .... so it is quite annoying to write the path to current cd image because often it can be fairly long ....

and besides i would have to change UDC for each new image so the question is - is there a way to insert a character in UDC that would automatically generate the path of an item i am currently focused on in file view ??? sorry if it is a noobish question ....
P.S. The main mount command for alcohol is
AxCmd.exe [drive:] [/M:path]
so in my UDC i am writing:
"D:\Program Files\Multimedia\Alcohol 52\AxCmd.exe" F: /M
and THEN i need to include the path after the /M: command
so i write ...
"D:\Program Files\Multimedia\Alcohol 52\AxCmd.exe" F: /M:<focitem> focus l
so i try to open an image on c:\Downloads\Image name.iso
then it returns the error message system cannot find a the file specified c:\Downloads\Image note that it has cut the filename straight before the space .... so i try to put the whole thing in quotes like this:
""D:\Program Files\Multimedia\Alcohol 52\AxCmd.exe" F: /M:<focitem> focus l"
and then just nothing happens....
hmm where i am going wrong ???
cant find the path specified ....
thanks....