08-03-2009, 08:17 PM
Thanks. I just rearranged your code a bit to try to incorporate into a macro.
Macro 1 below seems to work OK. Macro 2 does not work. Any ideas? They are the same thing, at least that's what I thought.
Macro 1 below seems to work OK. Macro 2 does not work. Any ideas? They are the same thing, at least that's what I thought.
;Macro 1
str name="zxcv"
name+".url"
name-"$desktop$\"
str address="http://www.quickmacros.com/forum/viewtopic.php?p=17612"
address-"[InternetShortcut] URL="
out name
out address
address.setfile(name)
;Macro 2
str name="yahoo"
name+".url"
name-"$desktop$\"
str address="http://my.yahoo.com/"
address-"[InternetShortcut] URL="
out name
out address
address.setfile(name)