Macro Name: @ScriptFullPath
Returns the full path to currently running script or compiled executable. Equivalent to @ScriptDir & "\" & @ScriptName.
Example:
Returns the full path to currently running script or compiled executable. Equivalent to @ScriptDir & "\" & @ScriptName.
Example:
#include <MsgBoxConstants.au3>
;Display script/ executable full path
MsgBox($MB_SYSTEMMODAL, "Script Full Path", @ScriptFullPath)
;Display script/ executable full path
MsgBox($MB_SYSTEMMODAL, "Script Full Path", @ScriptFullPath)
- AutoIt - Get Script Name (Process Name)
- AutoIt - Get Script (or Executable) Folder Path
- AutoIt - Get Script Line Number Being Executed
- AutoIt - Get Current Working Directory
- AutoIt - Get Process ID (PID) of Current Script or Executable
Interesting? Share and Let Others Know.
Post a Comment