in reply to Re: need help with system command and single quote
in thread need help with system command and single quote

An alternative, in case the OP does run into "winders shell trickiness", is to use qq:

system( qq{"C:/Program Files/Internet Explorer/IEXPLORE.EXE" 'http://abc.c +om/bbs?=x&b=x&mid=$i'} );
Untested, but should work.