Derek Parnell wrote:
I'd like to be able to exactly specify the title that appears on the
console title bar (Windows environment of course). Current the application
uses the URL that is being got but I'd like to specify it myself. Is there
a way to do this now or does this have to be an enhancement?
Something like ...
wget --title="News Server #1" http://www.etc.com/latest_news.html
So that "News Server #1" appears as the console title rather than the URL
(or its possible redirect).
I think the standard Windows console application (cmd.exe) always
changes its title somehow to reflect which command is currently executing.
An alternative would be to download the free console window
replacement (called Console) from SourceForge:
http://heanet.dl.sourceforge.net/sourceforge/console/Console2_demo_015.zip
It allows you to have multiple tabs, with a console window in each
tab, and you can rename each tab in the Edit menu. So you could have
inidividual tabs called "News Server #1", "News Server #2", ....etc.,
and run the appropriate wget command within each tab.
Or, you could hide the tabs completely (in the View menu) to have
just a single console window, and set its title permanently to "News
Server #1", by changing the text "Debug console" to "News Server #1"
within the file console.xml.
Hope this helps.
Regards,
Jonny