- May
- 13,143
- 180
When issued in a TCC console (or batch file), this command,
TYPE http://weather.noaa.gov/weather/current/KSYR.html | GREPP /V "^ *$" > avetemp.txt
causes the console icon to change to the default (CMD) icon and stay there. GREPP in a plugin command and I assure you it doesn't mess with any icons.
In fact, this command does the same thing:
echo foo | ffind /t"foo"
TYPE http://weather.noaa.gov/weather/current/KSYR.html | GREPP /V "^ *$" > avetemp.txt
causes the console icon to change to the default (CMD) icon and stay there. GREPP in a plugin command and I assure you it doesn't mess with any icons.
In fact, this command does the same thing:
echo foo | ffind /t"foo"