Author Topic: Create button with relative path  (Read 7 times)

whiskytechfred

  • Newbie
  • *
  • Posts: 6
    • View Profile
Create button with relative path
« on: Yesterday at 22:56:52 »
Hello,
I'd like to customize a button to launch an app using a relative path.  This button would launch an app relative to the MC path.
I looked at external commands and I don't seem to be able to use %~d0 or the like.
I also looked at Multi-Script but the path commands seem to be related to the source or target panels.
Is there a way to achieve what I'm looking for?
Thanks in advance,
Fred

whiskytechfred

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Create button with relative path
« Reply #1 on: Yesterday at 23:12:58 »
I found I can use something like:
${mcpath}\..\..\app.exe
and that works!

Sorry for the useless entry.
Fred