Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Desktop Internet Shortcut
#3
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.

Code:
Copy      Help
;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)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)