- May
- 13,139
- 180
This works fine ... opening Firefox (or a new tab) and displaying the url.
But this one, or any .URL file with a space in its name, fails.
It gives a couple of message boxes (invalid target "", and unable to open internet shortcut).
That quoted file name works OK in the Start/Run dialog, with my SHELLEX plugin (dumb wrapper for ShellExecuteEx), and in CMD with this syntax (which also doesn't work in TCC).
Code:
v:\> start /pgm "C:\Users\vefatica\Favorites\Crossword\AnswerBank.URL"
Code:
start /pgm "C:\Users\vefatica\Favorites\JPSoft Forums.url"
That quoted file name works OK in the Start/Run dialog, with my SHELLEX plugin (dumb wrapper for ShellExecuteEx), and in CMD with this syntax (which also doesn't work in TCC).
Code:
start "" "C:\Users\vefatica\Favorites\JPSoft Forums.url"