ks-tools/cygwin/ks-tools-cmd.cmd

21 lines
557 B
Batchfile
Raw Normal View History

2022-01-02 17:20:24 +01:00
@echo off
rem ######################################
rem # ks-tools for Windows #
2022-01-04 12:35:09 +01:00
rem # U. Modificacion: 04-01-2022 #
2022-01-02 17:20:24 +01:00
rem # Author: q3aql #
rem # Contact: q3aql@duck.com #
rem # License: GPL v2.0 #
rem ######################################
2022-01-04 12:35:09 +01:00
set VERSION=8.1
2022-01-02 17:20:24 +01:00
rem # Start ks-tools terminal (bash)
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
bin\bash.exe
rem bash