RE: HOW TO: Refer to programs on the same drive

Hi guys,

Regarding this post: [url]HOW TO: Refer to programs on the same drive as portable Opus]

I have set up alias commands to launch application on my portable Opus (see code below) which works fine. To set the icon, I would normally browse to the mplayerc.exe file and select one of the icons from within the exe. This doesn't seem to work with Alias commands, even if I edit the path after selecting the icon.

{alias|home}..\Utilities\mplayerc.exe

Is it possible to set a relative path to the icon rather other than using a drive letter?

Regards

Blueroly

Use this instead:

/home\..\Utilities\mplayerc.exe

Thanks Leo, works a treat.