LATEST UPDATES
ShareHolder Finder v0.9.3 is now released!!! Check Product Page for more details.
✉ info@automationdevelopers.com

ITS ALL ABOUT AUTOMATION

Sunday, 14 August 2016

AutoIt - Get Script Name (Process Name)


Author Post Date Sunday, 14 August 2016
Macro Name: @ScriptName

Returns the Filename of the currently running script or compiled executable.

Example:

#include <MsgBoxConstants.au3>

;Display script/ executable file name
MsgBox($MB_SYSTEMMODAL, "Script Name", @ScriptName)

Related Posts




Interesting? Share and Let Others Know.

Post a Comment