staresy wrote: 
> Running ngrok from a command prompt establishes a tunnel and then just
> hangs (ie. it doesn't run any subsequent code in the batch file), hence
> the need to get two parallel processes running, as you say "call"
> doesn't achieve this either. 
> 
> So, for example:
> 
> ngrok start -region=eu home
> echo hello
> 
> ....never runs the echo hello line

I don't want to hijack this thread and don't want to come over stubborn,
but are you starting the batch file from within a console window or by
double-clicking in file explorer?
In the latter case you will probably not see the output of the echo
command because the batch file exits immediately after. You'd need to
add a pause command at the end in this case.


------------------------------------------------------------------------
reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=111016

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to