- Aug
- 2,320
- 111
I'm using;
...on...
With BatchLine active, and no running .btm,
switching among apps using ALT+TAB results in the following being displayed;
I just keep ALT+TABing until I eventually get the app I want.
This does not appear to occur if I use the mouse to switch between apps,
only with ALT+TAB.
I realize that this is meant to be used just for .btms, for example,
A suggestion would be to allow the BatchLine plugin to only load from a .btm,
and not from the TCC prompt.
Joe
Code:
U:\>plugin /i batchline
Module: U:\BatchLine.dll
Name: BatchLine
Author: Charles Dye
Email: [email protected]
Web: https://charlesdye.net/plugins/batchline.html
Description: BatchLine plugin
Implements:
Version: 0.91 Build 0
...on...
Code:
TCC 33.00.11 x64 Windows 10 [Version 10.0.19045.4894]
With BatchLine active, and no running .btm,
switching among apps using ALT+TAB results in the following being displayed;
I just keep ALT+TABing until I eventually get the app I want.
This does not appear to occur if I use the mouse to switch between apps,
only with ALT+TAB.
I realize that this is meant to be used just for .btms, for example,
Code:
@setlocal
@echo off
if not plugin Batchline plugin /l u:\batchline.dll
echo %@lines[%_batchname]
pause
call test1.btm
if plugin Batchline plugin /u u:\batchline.dll
endlocal
A suggestion would be to allow the BatchLine plugin to only load from a .btm,
and not from the TCC prompt.
Joe