function access

About this tag
The tag function access covers discussions about calling Windows API functions like SystemParametersInfo from batch files or scripts. Topics include locating functions in DLLs, using command-line tools or scripting languages to invoke them, and practical examples for modifying system settings. The tag is relevant for users working with Windows 7 and later versions who need to automate system configuration changes without writing compiled programs.
  1. T

    Windows 7 How do I access the "SystemParametersInfo " function in a batch file?

    Hello, I would like to use the following function "SystemParametersInfo" in a batch file on a Windows 7 machine. Is it in a DLL somewhere?
Back
Top