start iexplore test.html
exit
Run Code Online (Sandbox Code Playgroud)
尝试打开http://test.html,我只是想让它打开本地文件test.html,它与批处理文件位于同一目录中.
start firefox test.html
exit
Run Code Online (Sandbox Code Playgroud)
通过打开firefox中的本地文件按预期工作...无论如何,强制批处理打开相对批处理文件的本地文件?
start iexplore file://%CD%\test.html按照Dave的建议使用,但不是thumdrives,这是我需要的.