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