AutoHotkey Community

It is currently May 27th, 2012, 12:40 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: February 12th, 2010, 4:49 pm 
Offline

Joined: February 24th, 2006, 12:56 am
Posts: 172
hi

i am trying to download the this page with urldownloadtofile:

http://www.amazon.com/gp/search/ref=sr_ ... rnid=13469

and i get this error:
The following variable name contains an illegal character: "3A!1000"

(i am using pspad)

how to escape the given characters?

thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2010, 5:08 pm 
Code:
url := "http://www.amazon.com/gp/search/ref=sr_nr_n_0?rh=i%3Astripbooks%2Cn%3A!1000%2Cn%3A75%2Cn%3A13469%2Cn%3A720874&bbn=13469&ie=UTF8&qid=1265988816&rnid=13469"

URLDownloadToFile, %url%, file.txt


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 12th, 2010, 6:47 pm 
Offline

Joined: February 24th, 2006, 12:56 am
Posts: 172
thank you very much!


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: chaosad, jrav, Yahoo [Bot] and 20 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group