Search found 1 match
- 14 Jun 2013 01:34
- Forum: DOS Batch Forum
- Topic: open url from DOS
- Replies: 1
- Views: 3811
open url from DOS
I know it´s possible to open an URL from DOS as follows: start "" "http://www.example.com" and it will open the website with the default browser. But I want to open in a new window, not a tab, something like in html language would be: target:_blank I have also been looking for th...