Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Beginner Help

From: sieglec::hotmail::com at: 9-Jan-2004 12:04

I would appreciate your assistance in creating a script. I would like to download a list of binary files from a site and save the list to my hard drive. The files are binary: http://online.newspaperdirect.com/NDImageServer/ndimageserverisapi.dll?file10152004010900000000001001 <http://online.newspaperdirect.com/NDImageServer/ndimageserverisapi.dll?file =10152004010900000000001001&page=1&scale=40> &page=1&scale=40 http://online.newspaperdirect.com/NDImageServer/ndimageserverisapi.dll?file10152004010900000000001001 <http://online.newspaperdirect.com/NDImageServer/ndimageserverisapi.dll?file =10152004010900000000001001&page=2&scale=40> &page=2&scale=40 http://online.newspaperdirect.com/NDImageServer/ndimageserverisapi.dll?file10152004010900000000001001 <http://online.newspaperdirect.com/NDImageServer/ndimageserverisapi.dll?file =10152004010900000000001001&page=3&scale=40> &page=3&scale=40 When these URL's are viewed one may save the files as PNG's. What I would like to do is loop to 50 while saving these URL's as PNG's to my hard drive with different names based on the page, and with the current date until the error "Error: Unspecified error" is received: WSJ_20040109_1.png WSJ_20040109_2.png WSJ_20040109_3.png I know I would have to use a look but am having a hard time getting it to work. Thank you!