I am trying to wrie a .BAT that forms a .htm text file and then opens this file in a browser.
The command
start /pgm "E:/_TXT_/DIMA/MISC/Y~B_REFS.HTM"
tries to open the address
http://files/JPSoft_TCMD/ide.exe --...rowser.exe -- E:/_TXT_/DIMA/MISC/Y~B_REFS.HTM
and the browser says the page not exists while the file E:/_TXT_/DIMA/MISC/Y~B_REFS.HTM exists and contains a proper HTML text. I can to see the text by double-clicking this file in the Windows Explorer window. The Yandex Browser is set up to be used by default in my system.
The command
start /pgm "E:/_TXT_/DIMA/MISC/Y~B_REFS.HTM"
tries to open the address
http://files/JPSoft_TCMD/ide.exe --...rowser.exe -- E:/_TXT_/DIMA/MISC/Y~B_REFS.HTM
and the browser says the page not exists while the file E:/_TXT_/DIMA/MISC/Y~B_REFS.HTM exists and contains a proper HTML text. I can to see the text by double-clicking this file in the Windows Explorer window. The Yandex Browser is set up to be used by default in my system.