On Wednesday, January 15, 2020 at 4:12:21 AM UTC+3:30, TonyM wrote:
>
> Folks,
>
> I thought I would share this working solution I have.
>
> - A Wiki running in TiddlyDesktop
>
>
Is there any reason to use TiddlyDesktop here?
>
> - Has the below tiddler called networkcheck
>
> <a title={{!!tooltip}} href="file:///C:\Data\batches\runnetworkcheck.cmd"
> > Go</a>
>
> <$button set="Networkcheck!!last-refresh" setTo=<<now "0hh:0mm">> >
> Refresh {{Networkcheck!!last-refresh}}
> </$button>
>
> <object width="100%" height="930" data=
> "file:///C:\Data\batches\networkcheck.txt"></object>
>
>
> - Clicking on "Go" runs the command runnetworkcheck.cmd in a Command
> Prompt window, that closes when finished
> - Clicking on "Refresh" reloads the output from runnetworkcheck.cmd
> which was directed into networkcheck.txt
> - I can review the output of networkcheck.txt in the tiddler.
>
> In runnetworkcheck.cmd I run a set of batch commands, windows command
> line tools and pings to test each step of my network access to the world
> and every important device.
>
> Regards
> Tony
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/013cdf0e-64c4-440b-8383-869c88ac39e8%40googlegroups.com.