Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the same executable multiple times? #13

Open
TenzoZero opened this issue Aug 9, 2022 · 3 comments
Open

How to use the same executable multiple times? #13

TenzoZero opened this issue Aug 9, 2022 · 3 comments

Comments

@TenzoZero
Copy link

Hey!

So I started using this to make a simple GUI on a project I am doing and its really helpful so far but for the terminal commands, I would like to use multiple of the same command like xdg-open to open folders. I did it like PATH but I would want to use the command for another path.

I noticed in the video guide you had a .exe in the same folder which I assume is a script executable but when I tried to replicate that by putting the command in a .exe script it does not really work.

Can you explain that part on the executable?

Thank you.

@TheJaredWilcurt
Copy link
Member

You'll have to show some code, or the CLI commands you want to generate.

@TenzoZero
Copy link
Author

TenzoZero commented Aug 12, 2022

Sorry for the lack of info, here. I want to do it something like this :

<cmd executable="xdg-open">

      <arg>/home/kali/Downloads/</arg>

    </cmd>

    <cmd executable="xdg-open">

      <arg>/home/kali/Desktop/</arg>

    </cmd>

and with these commands from different forms.

I followed the guides that were available and I know if its just one command it works but I don't know how to use same commands on different forms as the id name could conflict and all. This is on a linux if it matters, since the guides were on windows.

@TenzoZero
Copy link
Author

TenzoZero commented Aug 15, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants