sending url to ie from command window launch

  • Thread starter Thread starter bob
  • Start date Start date
B

bob

i have a bat file that i am calling from within another
application and one function is to launch ie. i want to
have it open to a particular web page. i have no problem
launching it but i can't figure out how (if possible) to
pass the desired url to it. can this be done.

this is what i have so far

ftp -s:rpr_files_ftp.txt
cd /D c:\program files\internet explorer
iexplore.exe
 
.....\Internet Explorer\IExplore.exe [-k] where the optional -k parameter s...er\IExplore.exe [-k] http://www.microsoft.com
 
Back
Top