Hello everybody,
for a project I want the command explorenfc-basic > file.txt in loop. The parameter > file.txt results a text file with the content of the NFC tag being written to the desired directory.
This works synonymous perfectly. However, I would like the program does not break off after the first "card scan". For this there is the "-k" option (Hold the program run).
The command explorenfc-basic -k works perfectly, but if I write explorenfc-basic > file.txt -k it does not work.
Anyone an Idea?