Skip to content

Darag'n'drop support for the executables #106

Answered by curzon01
daxliniere asked this question in Q&A
Discussion options

You must be logged in to vote

Assuming the question refers to the use of drag and drop in Windows:

Use a shortcut as described e. g. on How to pass a filename by drag-and-drop to a shortcut in Windows. The name of the .dmp file to be d&d must then be placed with parameter -i at the end of the list:

/path/to/decode-config.exe -o /path/to/jsonfile.json -i

If you additonal want the output file to have the same name as the file transferred via d&d, write a small batch that extracts the name of the transferred file which then call the decode-config.exe and calls this batch using a Windows template.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by curzon01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #105 on June 15, 2025 14:28.