Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting the Source Drive Mac is run from?
#4
in Exe using the function GetCurDir you will receive the location of the exe being run.

Macro
Code:
Copy      Help
str directory = GetCurDir
sel directory[0]
,case 'C':
,,out "C Drive"
,case else:
,,out "Not C Drive"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)