HI sir
I am trying to make a batch application for my routine search that we try to do 
on the internet ...like i want to see the wt is the Value of a particular share 
. Suppose site having information like this...(Suppose that data is there on 
the only Home page like this)
FundName SalePrice RepurchasePrice Date
ABC Fund 100.23 100.59 02 Jan
XYZ 85.02 88.99 02 Jan
 I want to store this Row Information into some file such that when every 
morning when i run the batch next value will get appended to the new line of 
the file.
i am putting this in a batch file name routine.bat
----------------------------------------------------
1>cd "Program Files"
2>cd "Internet Explorer"
3>iexplore.exe http://www.abc.com/ > C:\temp.txt
-----------------------------------------------------
The above script will open appropriate web site..(1 to 3)
but while redirecting to some file say temp.txt the file size is zero...Nothing 
is get stored there in the temp file.
so i could not able to search anything.
------------------------------------------------------
5>find "ABC Fund" C:\temp.txt
6>find "XYZ" C:\temp.txt
------------------------------------------------------
Again how to get corresonding values and how to store this valus into some 
excel file say record.xls (C:\record.xls)
Could you please help me...I will be really indebted to you for this
   
   
  My Understanding after Reading  the PDF that is attached here 
http://wget.sunsite.dk
   
   
  The thing is that i can't execute that command  (wget Command)through 
Windows...RUN Utility.
  So could you please give me some idea what i need to do such that i can 
execute my Batch Application through Windows XP Operationg System...
 
   
     
   
  Thanks in advance
Regards
Rahul Kumar


   
     
   
   

       
---------------------------------
 Once upon a time there was 1 GB storage on Yahoo! Mail. Click here for happy 
ending!

Reply via email to