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
Set objIE = CreateObject( "Shell.Application" )
objIE.Open( "microsoft-edge:https://harbour.fourtech.es/modharbour_samples/genesis/index.prg" )
Code: Select all
start microsoft-edge:https://harbour.fourtech.es/modharbour_samples/genesis/index.prg