@echo off : This batch is a temporary workaround to use eBanking with IE8 browser : 1) Place this batch file where all eBanking users can get access to it : 2) Setup your Communications options to User Communications (eBanking Setup, Company Paying Accts) : 3) Select this .bat file as your "User's Communications" entry. : On the next line, insert your bank's URL in place of the token: START /wait : Sample of the above line with a BOA URL :START /wait https://elink-http4.bankofamerica.com : : If your URL has spaces or other special characters the above may not launch the website : In this case surround your URL with double quotes as below: : e.g.START /wait "https://elink-http4.bankofamerica.com"