I have a curstom command that is an query language interpretor. And the file contains some queries to execute.
I want to execute this custom command by passing the whole file content as parameter with a single command.
For exemple somethink like :
myCustomCmd %type params.txt%
Is it possible ?
Thanks