With these small batch files we launch our remote web apps developed with mod_harbour:
Once Edge shows press F11 to hide the navigation bar (any idea to do this programmatically?)
myapp.vbs
Code: Select all | Expand
Set objIE = CreateObject( "Shell.Application" )
objIE.Open( "microsoft-edge:https://harbour.fourtech.es/modharbour_samples/genesis/index.prg" )
myapp.bat //this option is worse as a cmd window is shown
Code: Select all | Expand
start microsoft-edge:https://harbour.fourtech.es/modharbour_samples/genesis/index.prg