promac   12-31-2014, 01:49 AM
(12-31-2014, 12:55 AM)bushido-21 Wrote: ok thank you very much Smile after i edit the script i will try it and update you the result..

(12-31-2014, 01:32 AM)GkevinOD Wrote: You have to actually locate the file, not everyone is the same and that's where mine is located. If you have that error, then it's probably not going to be where mine is.


can we use something like this?


Code:
Func _ProgramFilesDir()
   Local $ProgramFileDir
   Switch @OSArch
       Case "X86"
           $ProgramFileDir = "Program Files"
       Case "X64"
           $ProgramFileDir = "Program Files (x86)"
   EndSwitch
   Return @HomeDrive & "" & $ProgramFileDir
EndFunc ;==>_ProgramFilesDirh
  
Users browsing this thread: 1 Guest(s)
Konloch Software - Bytecode Viewer - Reverse Engineering Forum
Copyright © 2014-2025 The Bytecode Club. Powered By MyBB.
CC0 Unless Specified Otherwise.