How to Automatically Fill-In Laporan Harian Pematuhan SOP

Quick Guide

  1. Install AutoHotkey (AHK).
  2. Select the script “SOP Daily Report v. 2.0 for 2020-05-21 (demo).ahk”.
  3. Unzip the “SOP Daily Report v. 2.2 for 2020-05-27 (Demo).zip”
  4. Run the script by double clicking on “ahk” file.
  5. Log into https://notification.miti.gov.my
  6. Go to “Laporan Harian Pematuhan SOP”.
  7. Run the hotkey by pressing <CTRL> then <1>,  all fields on that page will be automatically filled in less than 3 seconds.
  8. Finally, manually click “Hantar” to submit the report. Refer to video below for a demonstration …

If you require our service to customise the script or to provide training, please contact us …

 

BEFORE AFTER

Full Guide

For this guide we will use AutoHotkey (AHK).

  1. Go to AutoHotkey Homepage: https://www.autohotkey.com/  choose the version and download it
  2. During installation, you will be asked to choose from UNICODE or ANSI. In short, you would probably want to choose UNICODE. It has support for non-English letters and numbers (characters). Keep going until you see an Install button

After AutoHotkey installed, you will probably want to learn about how to do scripting in AutoHotkey. You can do that either:

  1. Go to https://www.autohotkey.com/docs/AutoHotkey.htm  ; or
  2. Find AutoHotkey help file on your computer:
    • Click Programs or All Programs
    • Find AutoHotkey in the list
    • Open AutoHotkey Help File

Once you have a knowledge, you can modify the script to automate form filling in “Laporan Harian Pematuhan SOP” (https://notification.miti.gov.my)

  1. Right-click on your desktop, find “New” -> “AutoHotkey Script
  2. Give the script a new name. It must end with a .ahk extension. For example: MyScript.ahk
  3. Go to the newly created file, right-click, click “Edit Script
  4. Modify or change the script according to your business and to automate form filling in “Laporan Harian Pematuhan SOP” (https://notification.miti.gov.my)
  5. Save the script.
  6. Run the script by double-click on it. To make sure the script is running, go to system tray (next to the date and time), find the AutoHotkey icon (red box in photo below), hover over the icon to check for the name of script.
  7. Log into https://notification.miti.gov.my
  8. Run the script by pressing a hotkey that you have defined, e.g. <CTRL> then <1>.