- May
- 382
- 2
Does %@SELECT work with redirected input? According to the help file it should, but I can't get it to display the selection window. I tried
alias | %@select[CON:,0,0,24,70,exec alias,1]
echo %@select[CON:,0,0,24,70,echo] < updater.ini
also replacing CON: with "CON" "@CON" upper and lowercase didn't work.
What am I missing?
echo %@select[updater.ini,0,0,24,70,echo] does work on my system.
alias | %@select[CON:,0,0,24,70,exec alias,1]
echo %@select[CON:,0,0,24,70,echo] < updater.ini
also replacing CON: with "CON" "@CON" upper and lowercase didn't work.
What am I missing?
echo %@select[updater.ini,0,0,24,70,echo] does work on my system.