July 26, 201015 yr How do I rename a downloaded jpg using wget. For example: wget "http://website/library/abc.jpg" downioads the file abc.jpg to the users downloads folder. I want to use a field in the record to rename the downloaded file.
August 6, 201015 yr did you answer your own question? If not, then a simple command line executed with the Send Event script step would do it.
August 23, 201015 yr Author Yes, I finally figured it out. "cmd /c wget -O " & Quote("f:" & "FolderOne" & "" & "FolderTwo" & "" & databaseURLdl::imageNumber & ".jpg") & " " & Quote ( databaseURLdl::PhotoURL)
Create an account or sign in to comment