Regarding save file using batch

Closed
Dhananjay - Jul 13, 2010 at 05:21 AM
Richard.Williams Posts 25 Registration date Saturday November 7, 2009 Status Member Last seen July 18, 2012 - Jul 15, 2010 at 01:48 PM
Hello,

I have created the bat file which will download the files automatically from web, but pls help me..how shoud i write the code which will save this downloaded file automatically in any folder.
Related:

2 responses

hello r u ok
0
Richard.Williams Posts 25 Registration date Saturday November 7, 2009 Status Member Last seen July 18, 2012 14
Jul 15, 2010 at 01:48 PM
This biterscripting command will download web data to a local file.


cat "<url>" > "C:/webpage.txt"



Use the correct url for <url>. Start the <url> with http .


If the web site you are downloading from, requires a login and password, use biterscripting's Internet Sessions instead. They are more powerful. But for simply copying a page, the cat command will do fine.
0