Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
getpath of win
#5
Ok getwinexe works perfect i wasnt putting the [full] as 1.

This also worked to find where a file was located but took alot of time, im guessing because it needed to search all of C:\ drive.

Macro
Code:
Copy      Help
Dir d; str vPath
foreach(d "C:\WK Install.exe" FE_Dir 0x4)
,vPath=d.FileName(1)
,goto found
;found
out vPath

Thanks Gint!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)