Archive: Multiple Links Shortcut


Multiple Links Shortcut
How do I create a shotcut that executes a batch file silently and also open a IE browser with specific URL?

Thanks


a- just open the url in the batch file
or
b- use another batch file, ex:
@echo off
start http://nsis.sf.net
call other.bat
cls

(didnt test this btw)