in macroscheduler causes an access violation in shell32.dll. I can paste the URL
directly into the Start -> Run box, and it opens just fine.
I want to use ExecuteFile because it uses whatever browser the user has associated with internet
files. Using Run Program would work, but I would need to know what browser they have.
Here is the sample code: The short URL works fine, the long one doesn't. I suspect it has something to do with the escaped
characters, however the run box doesn't have a problem with it, so it must be something macro scheduler is doing when it makes the call to shell32.dll
Code: Select all
Let>url=http://tess2.uspto.gov/bin/showfield?f=toc&state=hl1urq.1.1&p_search=searchss&p_L=50&BackReference=&p_plural=yes&p_s_PARA1=&p_tagrepl%7E%3A=PARA1%24LD&expr=PARA1+AND+PARA2&p_s_PARA2=DocuTrac&p_tagrepl%7E%3A=PARA2%24COMB&p_op_ALL=ADJ&a_default=search&a_search=Submit+Query
//Let>url=http://www.google.com/search?hl=en&q=sample
Executefile>url