I tried a tool called "Take command"(a Batch IDE/debugger)
In the editor of this tool I can do the following:
Code: Select all
@echo off
set substr=%@instr[2,4,asdfghjkl]
echo %substr%
I'm now at work, without this tool and in a shell(cmd) this doesnt work.
Where is this "@instr" from? (there is many other command like this...)
Is this a shell enhancement or only works in this tool?
Anybody know that?
thank in advance, greetings pumi