https://github.com/htcfreek/autoit-scripts
Collection of useful AutoIT-Scripts
https://github.com/htcfreek/autoit-scripts
autoit-script autoit3 autoit3-script useful-scripts
Last synced: 3 months ago
JSON representation
Collection of useful AutoIT-Scripts
- Host: GitHub
- URL: https://github.com/htcfreek/autoit-scripts
- Owner: htcfreek
- License: lgpl-3.0
- Created: 2021-07-01T19:53:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T08:07:49.000Z (about 1 year ago)
- Last Synced: 2025-01-24T00:33:51.846Z (5 months ago)
- Topics: autoit-script, autoit3, autoit3-script, useful-scripts
- Language: AutoIt
- Homepage:
- Size: 56.6 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AutoIT-Scripts
This repository contains useful AutoIT-Scripts.
### Scripts:
```
/src/GetDiskInfoFromWmi : Function to read the disk information form WMI.
/src/GetInstalledPrinterFromWmi : Function to get a list of installed printers for the current user as array or string.
/src/StatusSplashWindow : Shows a custom status window with progress, description and some nice control features.
/src/WaitForAppWindow : Function to wait for a new window opened by a specified process.
```## Download
Download the files form [here](http://github.com/htcfreek/AutoIT-Scripts/release/latest).
## Usage
Please download the release file from this repo and use the scripts you want.Attention: You have to provide the license file and the source code along with your release!!
# LEGAL NOTES
## Disclaimer
All named product and company names are trademarks (™) or registered (®) trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.## License
This Repository is licensed to you under the GNU LGPLv3 license.
See the [LICENSE](LICENSE.md) file in the project root for more information.