How do I create a shotcut that executes a batch file silently and also open a IE browser with specific URL?
Thanks
Multiple Links Shortcut
2 posts
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)
or
b- use another batch file, ex:
@echo off
start http://nsis.sf.net
call other.bat
cls
(didnt test this btw)