Stephan, See my previous post for another approach. The shortcut is set to open minimised.
Regards Tony On Tuesday, November 26, 2019 at 5:53:05 PM UTC+11, Stefan Pfister wrote: > > Thanks it works fine on linux. > > Am Sonntag, 24. November 2019 13:58:49 UTC+1 schrieb Jed Carty: >> >> Stefan, >> >> yes, you can suppress the browser opening. I will add a checkbox in the >> control panel for this in the next version, but for now you need to edit >> the manual settings. >> > > On windows10 the 64bit-bobexe opens a terminal window and shows some > messages of the node.js. It stays open all the time when bobwin.exe is > running. > I stumbled across this workaround: > https://superuser.com/questions/198525/how-can-i-execute-a-windows-command-line-in-background > > > Dim WinScriptHost > Set WinScriptHost = CreateObject("WScript.Shell") > WinScriptHost.Run Chr(34) & "C:\Scheduled Jobs\mybat.bat" & Chr(34), 0 > Set WinScriptHost = Nothing > > > Just a few lines of vbs to start a prog invisible. It works but why is > this necessary? It should be easier. Big benefit: I can use Tiddlywiki > quick and fast on the slow SurfaceGo. TiddlyDesktop is here very clumsy. > The cpu is slow. I teach a whole class which uses surfacego tablets. > -- 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/7d5c9e06-5818-4929-a224-e8f9271a5e09%40googlegroups.com.

