- Jul
- 532
- 10
1) I have an unknown_cmd.bat which my unknown_cmd alias points to. (My practice is usually to have my aliases call bat files and handle the logic in there.)
2)I have a status-bar.bat
3) I got this error:
4) Nowhere in that BAT file is there a line that says ’unlock’. The word appears in mid line, but ... the command isn’t being issued. And I’m using loadbtm on so even if the BAT file was modified, this shoudln’t happen.
Source of BAT: clairecjs_bat/BAT-and-UTIL-files-1/status-bar.bat at main · ClaireCJS/clairecjs_bat
5) i’d like to figure this out without turning echo on because it would drown out the output i’m actually trying to look at
6) Therefore, it would be nice if my unknown-command.bat could tell me more than "in status-bar.bat", but tell me WHICH LINE THIS IS HAPPENING ON.
I feel like I saw this in the docs somewhere, but maybe it’s a v34 feature (i’m on 33)
2)I have a status-bar.bat
3) I got this error:
4) Nowhere in that BAT file is there a line that says ’unlock’. The word appears in mid line, but ... the command isn’t being issued. And I’m using loadbtm on so even if the BAT file was modified, this shoudln’t happen.
Source of BAT: clairecjs_bat/BAT-and-UTIL-files-1/status-bar.bat at main · ClaireCJS/clairecjs_bat
5) i’d like to figure this out without turning echo on because it would drown out the output i’m actually trying to look at
6) Therefore, it would be nice if my unknown-command.bat could tell me more than "in status-bar.bat", but tell me WHICH LINE THIS IS HAPPENING ON.
I feel like I saw this in the docs somewhere, but maybe it’s a v34 feature (i’m on 33)