using PB tools menu to launch exe from shell [sorted]

Linux specific forum
User avatar
idle
Always Here
Always Here
Posts: 6026
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

using PB tools menu to launch exe from shell [sorted]

Post by idle »

How can I use the PB tools menu to launch a console app

I can open a terminal by filling in the command as gnome-terminal
but I can work out how to launch my console app and pass the %TEMPFILE

any ideas?

turns out it was easy

commandline
gnome-terminal
arguments
-x "PathToExe" "%TEMPFILE"
working directory
"FolderPathToExe"
Windows 11, Manjaro, Raspberry Pi OS
Image