AutoIt Snippets: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Smoothed out some wiki formatting) |
||
Line 1: | Line 1: | ||
Welcome To The AutoIt Snippets Page | Welcome To The AutoIt Snippets Page - ( '''''Snippet - A short reusable piece of computer code''''' ) | ||
These are generally single functions or small pieces of AutoIt code that you can add into your script which give extra functionality.<br> | These are generally single functions or small pieces of AutoIt code that you can add into your script which give extra functionality.<br> | ||
Line 5: | Line 5: | ||
This will cover a wide variety of subjects and uses, maybe anything from finding if an internet connection is working or possibly the date Windows was installed, this page is intended to give easy access to the functions. | This will cover a wide variety of subjects and uses, maybe anything from finding if an internet connection is working or possibly the date Windows was installed, this page is intended to give easy access to the functions. | ||
{{Snippet Credit Header}} | {{Snippet Credit Header}} | ||
= Examples = | |||
{{Snippet Header|_IsInternetConnected|35302-guinness|guinness||||AutoItCode= | {{Snippet Header|_IsInternetConnected|35302-guinness|guinness||||AutoItCode= | ||
Line 42: | Line 43: | ||
}} | }} | ||
= Snippet Creation Help = | |||
* [[Snippets ( Creation )| Snippets Creation Examples ]] | * [[Snippets ( Creation )| Snippets Creation Examples ]] | ||
= | = AutoIt Snippets Collection = | ||
== AutoIt <small>- AutoIt Examples.</small> == | |||
* [[Snippets ( AutoIt Audio )| Audio Related ]] ( Last Updated | * [[Snippets ( AutoIt Audio )| Audio Related ]] ( Last Updated - 16:58, 21 May 2012 (BST) ) | ||
* [[Snippets ( AutoIt )| AutoIt Miscellaneous ]] ( Last Updated | * [[Snippets ( AutoIt )| AutoIt Miscellaneous ]] ( Last Updated - 12:22, 1 August 2012 (BST) ) | ||
* [[Snippets ( AutoIt Array )| AutoIt Array Related]] ( Last Updated | * [[Snippets ( AutoIt Array )| AutoIt Array Related]] ( Last Updated - 13:17, 21 May 2012 (BST) ) | ||
* [[Snippets ( AutoIt Mouse & Keyboard )| AutoIt Mouse & Keyboard ]] ( Last Updated | * [[Snippets ( AutoIt Mouse & Keyboard )| AutoIt Mouse & Keyboard ]] ( Last Updated - 07:52, 3 August 2012 (BST) ) | ||
* [[Snippets ( AutoIt String )| AutoIt String Related ]] ( Last Updated | * [[Snippets ( AutoIt String )| AutoIt String Related ]] ( Last Updated - 12:45, 1 August 2012 (BST) ) | ||
== GUI <small>- Anything GUI related.</small> == | |||
* [[Snippets ( Checkboxes )| Checkboxes & Radio ]] | * [[Snippets ( Checkboxes )| Checkboxes & Radio ]] | ||
* [[Snippets ( GUI )| GUI ]] ( Last Updated | * [[Snippets ( GUI )| GUI ]] ( Last Updated - 12:11, 1 August 2012 (BST) ) | ||
* [[Snippets ( Graphics )| Graphics And Images ]] ( Last Updated | * [[Snippets ( Graphics )| Graphics And Images ]] ( Last Updated - 12:37, 1 August 2012 (BST) ) | ||
== Hardware <small>- Hardware Examples.</small> == | |||
* [[Snippets ( Hardware Information )| Hardware Information ]] ( Last Updated | * [[Snippets ( Hardware Information )| Hardware Information ]] ( Last Updated - 11:02, 30 April 2012 (BST) ) | ||
== Numbers <small>- Math, Number & Time Examples.</small> == | |||
* [[Snippets ( Math & Numbers )| Math & Numbers ]] ( Last Updated | * [[Snippets ( Math & Numbers )| Math & Numbers ]] ( Last Updated - 12:07, 1 August 2012 (BST) ) | ||
* [[Snippets ( Time & Date )| Time & Date ]] ( Last Updated | * [[Snippets ( Time & Date )| Time & Date ]] ( Last Updated - 14:11, 21 May 2012 (BST) ) | ||
== Miscellaneous <small>- All Other Examples</small> == | |||
* [[Snippets ( Miscellaneous )| Miscellaneous ]] ( Last Updated | * [[Snippets ( Miscellaneous )| Miscellaneous ]] ( Last Updated - 12:35, 1 August 2012 (BST) ) | ||
== Networking <small>- Network, Wireless and Internet Examples.</small>== | |||
* [[Snippets ( Network )| Network ]] ( Last Updated | * [[Snippets ( Network )| Network ]] ( Last Updated - 12:33, 1 August 2012 (BST) ) | ||
* [[Snippets ( Internet )|Internet ]] ( Last Updated | * [[Snippets ( Internet )|Internet ]] ( Last Updated - 12:30, 1 August 2012 (BST) ) | ||
* [[Snippets ( Wireless )|Wireless ]] | * [[Snippets ( Wireless )|Wireless ]] | ||
== Windows <small>- Windows Examples.</small> == | |||
* [[Snippets ( CMD ) |CMD | * [[Snippets ( CMD ) |CMD - Commandline ]] | ||
* [[Snippets ( Files & Folders )| Files & Folders ]] ( Last Updated | * [[Snippets ( Files & Folders )| Files & Folders ]] ( Last Updated - 12:16, 1 August 2012 (BST) ) | ||
* [[Snippets ( Registry )| Registry ]] | * [[Snippets ( Registry )| Registry ]] | ||
* [[Snippets ( Windows Information )| Windows Information ]] ( Last Updated | * [[Snippets ( Windows Information )| Windows Information ]] ( Last Updated - 11:27, 30 April 2012 (BST) ) | ||
* [[Snippets ( Windows OS )| Windows OS ]] ( Last Updated | * [[Snippets ( Windows OS )| Windows OS ]] ( Last Updated - 14:35, 21 May 2012 (BST) ) | ||
* [[Snippets ( Windows Settings )| Windows Settings ]] ( Last Updated | * [[Snippets ( Windows Settings )| Windows Settings ]] ( Last Updated - 12:07, 1 August 2012 (BST) ) | ||
* [[Snippets ( Windows Users )| Windows Account Management ]] ( Last Updated | * [[Snippets ( Windows Users )| Windows Account Management ]] ( Last Updated - 14:13, 21 May 2012 (BST) ) |
Revision as of 03:36, 12 November 2012
Welcome To The AutoIt Snippets Page - ( Snippet - A short reusable piece of computer code )
These are generally single functions or small pieces of AutoIt code that you can add into your script which give extra functionality.
This will cover a wide variety of subjects and uses, maybe anything from finding if an internet connection is working or possibly the date Windows was installed, this page is intended to give easy access to the functions.
Examples
{{{AuthorName}}}
{{{AuthorName}}}
Snippet Creation Help
AutoIt Snippets Collection
AutoIt - AutoIt Examples.
- Audio Related ( Last Updated - 16:58, 21 May 2012 (BST) )
- AutoIt Miscellaneous ( Last Updated - 12:22, 1 August 2012 (BST) )
- AutoIt Array Related ( Last Updated - 13:17, 21 May 2012 (BST) )
- AutoIt Mouse & Keyboard ( Last Updated - 07:52, 3 August 2012 (BST) )
- AutoIt String Related ( Last Updated - 12:45, 1 August 2012 (BST) )
- Checkboxes & Radio
- GUI ( Last Updated - 12:11, 1 August 2012 (BST) )
- Graphics And Images ( Last Updated - 12:37, 1 August 2012 (BST) )
Hardware - Hardware Examples.
- Hardware Information ( Last Updated - 11:02, 30 April 2012 (BST) )
Numbers - Math, Number & Time Examples.
- Math & Numbers ( Last Updated - 12:07, 1 August 2012 (BST) )
- Time & Date ( Last Updated - 14:11, 21 May 2012 (BST) )
Miscellaneous - All Other Examples
- Miscellaneous ( Last Updated - 12:35, 1 August 2012 (BST) )
Networking - Network, Wireless and Internet Examples.
- Network ( Last Updated - 12:33, 1 August 2012 (BST) )
- Internet ( Last Updated - 12:30, 1 August 2012 (BST) )
- Wireless
Windows - Windows Examples.
- CMD - Commandline
- Files & Folders ( Last Updated - 12:16, 1 August 2012 (BST) )
- Registry
- Windows Information ( Last Updated - 11:27, 30 April 2012 (BST) )
- Windows OS ( Last Updated - 14:35, 21 May 2012 (BST) )
- Windows Settings ( Last Updated - 12:07, 1 August 2012 (BST) )
- Windows Account Management ( Last Updated - 14:13, 21 May 2012 (BST) )