Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C: drive and A: drive
#2
This should do the trick...

It's crude, but should work:

Function Function
Code:
Copy      Help
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)