In some of my Batch files, I have something like :-TaskBar. I have, as examples, scripts for opening and reading a file, but nothing for the output part.
REM @start iexplore.exe %DIFF_TXT%
"C:\Program Files\Notepad++\notepad++" -ro %DIFF_TXT%
I use either the REM line or the Notepad++ alternative, to get a read-only GUI display of the file named (as *.TXT) by variable DIFF_TXT, so that I can then do selective manual copy'n'paste of lines from the file into a command prompt window.
I would like to use Windows Notepad, but that is not able, as far as I can see, to present an unalterable _view_ of the file. I don't know of any standard part of Windows that can do it.
Otherwise, I would like to call a routine, written in Batch, VBScript, or JScript, to do the job. I want something that creates a new window that looks different to any others likely to be already on the screen, and that shows as different on the
the ability to have a custom icon,
On Mon, 18 Apr 2022 22:05:53 -0700 (PDT), Michael Haufe (TNO) wrote:
the ability to have a custom icon,Pity that the icon can not be changed at runtime.
On Friday, April 15, 2022 at 3:10:10 PM UTC-5, John Stockton wrote:
In some of my Batch files, I have something like :-
REM @start iexplore.exe %DIFF_TXT%
You can create an *.hta file and open that. It will give you a read only view,
the ability to have a custom icon, and will show up on the task bar if you configure the setting
On Tuesday, April 19, 2022 at 5:53:34 AM UTC-5, JJ wrote:
On Mon, 18 Apr 2022 22:05:53 -0700 (PDT), Michael Haufe (TNO) wrote:
hmm, I never tried. I think HTAs run as the equivalent of IE7 in disguise. I'm assuming that feature wasn't available yet. I looked up P01's "Defender of the Favicon" [1] and I think it was broken in IE7. [2]the ability to have a custom icon,Pity that the icon can not be changed at runtime.
[1] <http://www.p01.org/defender_of_the_favicon/>
[2] See his comment on compatibility: <https://web.archive.org/web/20120102192029/http://ajaxian.com/archives/defender-of-the-favicon>
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 251 |
Nodes: | 16 (3 / 13) |
Uptime: | 04:08:07 |
Calls: | 5,564 |
Calls today: | 3 |
Files: | 11,680 |
Messages: | 5,123,963 |
Posted today: | 1 |