Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
M1kerochip committed May 13, 2020
2 parents 0331ab7 + a7df047 commit 5b5ce80
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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.

0 comments on commit 5b5ce80

Please sign in to comment.