From 583a42d76f50b0e2048653163075fbdde171b190 Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 2 Apr 2021 20:21:07 +0200 Subject: [PATCH] Run terminal for mktorrent --- mktorrent.cmd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mktorrent.cmd diff --git a/mktorrent.cmd b/mktorrent.cmd new file mode 100644 index 0000000..d8a9f05 --- /dev/null +++ b/mktorrent.cmd @@ -0,0 +1,19 @@ +@echo off + +rem ###################################### +rem # mktorrent for Windows # +rem # Last modification: 02-04-2021 # +rem # Author: q3aql # +rem # Contact: q3aql@protonmail.ch # +rem # License: GPL v2.0 # +rem ###################################### +set VERSION=1.1 + +rem # Start mktorrent terminal (bash) +mkdir home\%USERNAME% +copy /Y prompt\.bashrc home\%USERNAME% +copy /Y prompt\.minttyrc home\%USERNAME% +cls +set PATH=%PATH%;%~d0%~p0\bin +mintty +rem bash