ks-tools/cygwin/ks-tools.cmd

22 lines
570 B
Batchfile
Raw Permalink Normal View History

@echo off
rem ######################################
rem # ks-tools for Windows #
2022-01-22 12:52:37 +01:00
rem # U. Modificacion: 22-01-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-22 12:52:37 +01:00
set VERSION=8.2
rem # Start ks-tools terminal (bash)
2022-01-02 17:20:24 +01:00
cd "%~d0%~p0"
mkdir home\%USERNAME%
2022-01-22 12:52:37 +01:00
mkdir tmp
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