Improved debugging in vt100 consoles.
* Added 'debug' option to vt100cons and vt100busdevcons --console-title configs so you can get debug out of console creation without recompiling vt100.dll
* Rejigged FSHELL_AUTOSTART macro so it supports textshell mode via an eshell autoexec.bat
* Fixed some issues with FSHELL_NO_BLUETOOTH_SUPPORT
These two executables exists to allow fshell to eclipse the ROM based "econs.dll". This can't be done
within the .SIS file because the app installer doesn't allow ROM files to be eclipsed.
fshell_inst.exe copies "<install_drive>:\sys\bin\iocons.dll" to "<install_drive>:\sys\bin\econs.dll".
It is launched by the tool-kit .SIS file at install time.
fshell_uinst.exe deletes "<install_drive>:\sys\bin\econs.dll".
It is launched by the tool-kit .SIS file at uninstall time.