-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/M1kerochip/DragAndDropMul…
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Drag And Drop Multiple Files | ||
Drag and Drop multiple files into the file list, and hit Execute to run a command on each file. | ||
|
||
![Program interface](_Screenshot.png) | ||
|
||
Requires .net 4.7 | ||
|
||
Remembers the path to the exe and the parameters. | ||
|
||
Replaces the filename parameter from the program to be run with %FILENAME in the parameters | ||
|
||
I wrote this just so I didn't have to keep typing out multiple paths to files, or make a batch file to process each group of files I wanted to run a command line program on. |