Skip to content

Instantly share code, notes, and snippets.

View ahmedshaikhm's full-sized avatar

Ahmed Memon ahmedshaikhm

View GitHub Profile
@ahmedshaikhm
ahmedshaikhm / NotepadAutomation.au3
Last active June 12, 2018 22:26
Notepad Automation using AutoIt v3 Tutorial
#include "WinAPI.au3"
#include "WindowsConstants.au3"
; #INDEX# =======================================================================================================================
; Title .........: Windows Desktop Applications Automation using AutoIt
; AutoIt Version : 3.3.14.2
; Description ...: Automate Notepad for changing display font, writing some text and save file
; Author(s) .....: Ahmed Shaikh Memon (ahmedshaikhm)
; ===============================================================================================================================