Anobium - 2017-03-27

Sometimes. rarely.. Great Cow BASIC remains active in memory. Some of the processes need to be stopped.

This applies to Windows Operating Systems but I think the same applies to Linux.

Create a batch file with the following. Simple run the batch file when needed. Add more processes to be 'killed' as needed.

echo off
cls
TASKKILL /F /IM G+S*
TASKKILL /F /IM gcbasic.exe

Enjoy