Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
altered variable contents
#3
Example #1:

first macro
------------
mp3 = \\zeners\music\MP3's\Berlin-Take My Breath Away.mp3
m = e:\MP3's\Berlin-Take My Breath Away.mp3
------------
second macro
------------
mp3 = e:\MP3's\Berlin-Take My Breath Away.mp3
ply = "e:\MP3's\Berlin-Take My Breath Away.mp3"
------------

Example #2:

first macro
------------
{the out command shows each file on a seperate line}
mp3 = \\zeners\music\MP3's\Berlin-Take My Breath Away.mp3
\\zeners\music\MP3's\Avril Lavigne-I'm With You.mp3
\\zeners\music\MP3's\Clash-Rock The Casbah.mp3
\\zeners\music\MP3's\Devo-Whip It.mp3
m = e:\MP3's\Berlin-Take My Breath Away.mp3
e:\MP3's\Avril Lavigne-I'm With You.mp3
e:\MP3's\Clash-Rock The Casbah.mp3
e:\MP3's\Devo-Whip It.mp3
------------
second macro
------------
mp3 = e:\MP3's\Berlin-Take My Breath Away.mp3
e:\MP3's\Clash-Rock The Casbah.mp3
ply = "e:\MP3's\Berlin-Take My Breath Away.mp3"
"e:\MP3's\Clash-Rock The Casbah.mp3"
------------

The first macro is called from a context menu. I right click on one or more mp3's to "send" them to the macro. The command I'm using is:
"C:\Program Files\Quick Macros 2\qmcl.exe" M "Play music on zener's" A "%1" Play

Thanks!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)