Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
M1kerochip authored Apr 12, 2020
1 parent b10e3f5 commit a7df047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Drag And Drop Multiple Files
Run a command line program on multiple files via drag and drop
Drag and Drop multiple files into the file list, and hit Execute to run a command on each file.

![Program interface](_Screenshot.png)

Expand All @@ -8,3 +8,5 @@ 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 a7df047

Please sign in to comment.