From complete noob in Autohotkey, within 7 days(not full days), I could develop a script to obtain quotes from NSENOW and save them alongwith formatted date into a csv file.
Here is the script.
CoordMode, Mouse, Window
SendMode Input
#SingleInstance Force
SetTitleMatchMode 2
DetectHiddenWindows...