ks-tools/cygwin/ks-tools.cmd

21 lines
559 B
Batchfile
Raw Normal View History

@echo off
rem ######################################
rem # ks-tools for Windows #
2022-01-02 17:20:24 +01:00
rem # U. Modificacion: 01-02-2022 #
rem # Author: q3aql #
2022-01-02 17:20:24 +01:00
rem # Contact: q3aql@duck.com #
rem # License: GPL v2.0 #
rem ######################################
2022-01-02 17:20:24 +01:00
set VERSION=8.0
rem # Start ks-tools terminal (bash)
2022-01-02 17:20:24 +01:00
cd "%~d0%~p0"
mkdir home\%USERNAME%
copy /Y prompt\.bashrc home\%USERNAME%
copy /Y prompt\.minttyrc home\%USERNAME%
cls
set PATH=%PATH%;%~d0%~p0\bin
2022-01-02 17:20:24 +01:00
bin\mintty.exe
rem bash