08-01-2008, 01:25 AM
This should do the trick...
It's crude, but should work:
Function Function
Don't know why the $program files$ doesn't reference the A: youv'e got on your other computer...Gint. will know why, maybe we'll get an answer.
It's crude, but should work:
Function Function
if(dir("a:\program files\PDF Complete\licensese.txt"))
,run "a:\program files\LimeWire\LimeWire.exe"
if(dir("b:\program files\PDF Complete\licensese.txt"))
,run "b:\program files\LimeWire\LimeWire.exe"
if(dir("c:\program files\PDF Complete\licensese.txt"))
,run "c:\program files\LimeWire\LimeWire.exe"
if(dir("d:\program files\PDF Complete\licensese.txt"))
,run "d:\program files\LimeWire\LimeWire.exe"
Don't know why the $program files$ doesn't reference the A: youv'e got on your other computer...Gint. will know why, maybe we'll get an answer.