ks-tools/cygwin/ks-tools.cmd

20 lines
536 B
Batchfile
Raw Normal View History

@echo off
rem ######################################
rem # ks-tools for Windows #
2021-03-23 14:05:48 +01:00
rem # U. Modificacion: 23-03-2021 #
rem # Author: q3aql #
rem # Contact: q3aql@protonmail.ch #
rem # License: GPL v2.0 #
rem ######################################
2021-03-23 14:05:48 +01:00
set VERSION=6.9
rem # Start ks-tools 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