I am trying to set up Babun, a terminal emulator (see http://babun.github.io/). However, I am having difficulty simply installing it, getting the following error message:
The system cannot find the batch label specified - CHECKTARGET
I am following the install instructions from the github page, which are:
"Just download the dist file, unzip it and run the install.bat
script. After a few minutes babun starts automatically. The application will be installed to the %USER_HOME%\.babun
directory."
I have run them by going to the directory in the command prompt and then just typing in install.bat
. I have also tried dragging the install.bat
file into the terminal.
What do I need to do in order to run install.bat successfully?
Thanks for your help!