mirror of
https://github.com/clechasseur/pathcopycopy.git
synced 2026-04-25 04:05:55 +03:00
[GH-ISSUE #122] Suggestion: allow passing command-line arguments to executables #122
Labels
No labels
bug
duplicate
enhancement
enhancement
enhancement
fixed
help wanted
help wanted
invalid
pull-request
question
waiting for input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pathcopycopy#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TedBax on GitHub (Jul 11, 2020).
Original GitHub issue: https://github.com/clechasseur/pathcopycopy/issues/122
Originally assigned to: @clechasseur on GitHub.
(I'm very sorry, my english is terrible)
Launch executable with path(s) instead of copying to the clipboard
...and save paths in a filelist instead of passing them directly
Executable: C:\mytest.exe (not possible to add parameters for mytest.exe)
Please, can you change your wonderfull tool:
Executable: C:\mytest.exe
to: Commandline: C:\mytest.exe -mypar aaa -myflag %LISTFILE% -mypar bbb ...
%LISTFILE% is only a suggestion.
@clechasseur commented on GitHub (Jul 11, 2020):
I assume the suggestion is to allow the user to pass command-line arguments and not to actually rename Executable to Command-line?
@TedBax commented on GitHub (Jul 15, 2020):
(now google translater)
Exactly, I would like to be able to pass further parameters to the startet exe.
If you could make this possible, you would have to change "Executable" to "Commandline", because it is a real commandline, I think.
But of course the name is not so important to me :)
@clechasseur commented on GitHub (Jul 26, 2020):
This has been implemented and will ship in the next version.