TonyM > Personally I think an executable program to do the same, or even just > install and help configure, may be a better option in time,
Side note ... I agree in the sense that via an exe you can more easily provide a full installable solution without having to understand PS or BAT files? Just FYI *I'm already running it as an exe*. Its a trick that various good Batch-to-Exe utilities do well on Windows for non-programmers. Basically you write a BAT file and use the tool to embed the BAT, the PS1, and an ICON in an executable. On run it extracts the bat and ps1 to a Temp directory and initiates the bat. Deletes on exit. Works well. I got into the method a lot as PortableApps will natively recognise ".exe" but not ".bat" without a lot of extra work. The downsides are ... 1 -- That won't work well for "locked-down" systems that won't allow installion of exe 2 -- The Configuration/Settings would need to be external to the ps1 script (but that's not a bad thing!) Thoughts Josiah -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f4b0c40e-8aa3-479e-877e-44d86562af24%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

