Menu

miscellaneous

AutoIt file: Miscellaneous.au3

Function Description
_Console Writes text or array of text to console with @CRLF
_LogSwitch Switches logging on or off
_LogIsOn Returns if logging is switched on
_LogFile Sets log file
_LogWrite Writes event to log file if logging is on
_LogDelete Deletes a log file
_LogRead Reads the content of a log file
_CHMShow Shows CHM file (having manual, help info, etc.) located in @ScriptDir, file may have or not have the .chm extension
_CHMShowOnF1 Shows CHM file (having manual, help info, etc.) located in @ScriptDir after pressing F1 on a GUI, file may have or not have the .chm extension
_FileGetSizeTimed Tries to get file size in a loop when FileGetSize() fails (when Windows isn't done yet) for instance just after downloading the file
_ProcessGetProcessId Gets process id of given process name
_ProcessInstances Gets number of instances of a process or processes, process name may include path
_ProcessRunsAlready Returns if a process is already running when the same process is started again (singleton), process name may include path
_RegistryDelete Deletes key of registry taking in account a 64 bit Windows
_RegistryRead Reads key of registry taking in account a 64 bit Windows
_RegistryWrite Writes key of registry taking in account a 64 bit Windows
_VersionHigher Checks which of the 2 given version numbers is higher
_WindowsVersion Reads Windows version from registry
_WindowsBuildNumber Reads Windows build number from registry
_WindowsUBRNumber Reads Windows update build release number from registry
_WindowsScrollInactiveWindow Reads Windows setting to scroll an inactive window
_LocaleDecimal Returns decimal sign on local computer
_LocaleThousand Returns thousands sign on local computer
_SoundGetWaveVolume() Returns app volume of script (Windows Vista, 7, 8, 10 only)

Related

Pal Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.