Folks,

I thought I would share this working solution I have.

   - A Wiki running in TiddlyDesktop
   - 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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b3f32ad6-ed13-48ab-9b40-87784d87a118%40googlegroups.com.

Reply via email to