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
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