petermad wrote:
Yes - you can use both environment variables ( %programfiles%\yourdir\yourapp.exe )
Hm, that will not be of much help i think. As far as i can see, %programfiles% is a built-in variable that will, typically, point to
C:\Program Files
I keep the main part of my programs in C:\portable or, on USBmemories: F:\portable, G:\portable, etc etc
So my "editor for F4" now, for instance, is
C:\portable\totalcmd\F4menu.exe
and then in F4menu, wmv files for instance are handled by
C:\portable\mplayer\mplayer.exe
And its the C:\ there i would like to keep "open", since the base letter for my devices can vary a bit.
petermad wrote:
or relative paths ( \progra~1\yourdir\yourapp.exe )
I guess what i need to have is a relative path that points "to the parent dir", and then into a specific dir...
petermad wrote:
But why didn't you just try that yourself

Well, i dont know much about Windows syntax for these things.