Skip to content

Commit

Permalink
Add shell extension
Browse files Browse the repository at this point in the history
  • Loading branch information
blang committed Oct 24, 2014
1 parent a6b4b26 commit 2b70080
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ e12pack automates the process of packaging multiple folders to pbos and moving t
$ e12pack.exe -pack="C:\Users\blang\mymod"
```

Or better install the shell extension by executing `installShellExt.bat` as Administrator.
After that, right-click on the `mymod` folder and choose `E12Pack` to execute the command above.


The directory structure looks like this:

```
Expand Down
2 changes: 2 additions & 0 deletions installShellExt.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REG ADD HKEY_CLASSES_ROOT\Folder\shell\E12Pack\command /t REG_SZ /d "\"%~dp0e12pack.exe\" -pack=\"%%1\""
pause
2 changes: 2 additions & 0 deletions uninstallShellExt.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
REG DELETE HKEY_CLASSES_ROOT\Folder\shell\E12Pack
pause

0 comments on commit 2b70080

Please sign in to comment.