- Mar
- 42
- 1
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
files/JPSoft_TCMD/ide.exe --external-app-data=ee4-0008057C-4-1-0 --original-process-start-time=13186182911566518 --fast-start C:/Users/Дмитрий/AppData/Local/Yandex/YandexBrowser/Application/browser.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
files/JPSoft_TCMD/ide.exe --external-app-data=ee4-0008057C-4-1-0 --original-process-start-time=13186182911566518 --fast-start C:/Users/Дмитрий/AppData/Local/Yandex/YandexBrowser/Application/browser.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.