Hi Raghavcc,
Since most of the times I am away from my home PC, So I have developed a unique system, which sends the charts from my PC to my E-mail. I am using "HotKey" a freeware and very user friendly one. Hotkey I am using to swith between different tabs on the Ami and send the e-mail. A sample script is like this ::
^j:: ; Pressing "Ctl j " initiates the program
Loop, 200 ; The program reapeats 200 times
{
MouseClick, left, 268, 112 ; The mouse clicks on First top tab
sleep, 110000 ; The program pauses for around 3 min
send !fe ; Equivalent to pressing Alt fe on the Keyboard
sleep, 3000 ; The program halts for some time
send
[email protected] ; E-mail address is typed in the to address
sleep, 3000
send {tab}
sleep, 3000
send "AFL1" ; Subject is typed as AFL1
sleep, 3000
send !s ; E-mail sent
Sleep, 110000
MouseClick, left, 384, 115 ;Second top tab
sleep, 110000
MouseClick, left, 280, 682 ; First Bottom tab
sleep, 110000
send !fe
sleep, 3000
send ^r
sleep, 3000
send {tab}
sleep, 3000
send Saturn-Earth
sleep, 3000
send !s
Sleep, 110000
}
This program I think is very hlepful for people on the move.
I am using ""Inspiron Mini 10 Netbook"" with the following specifications.
Intel Atom N455 Single Core, 1.66GHz, 512K L2 Cache
25.7cm (10.1 inch) WSVGA TrueLife (1024 x 600)
250GB3 5400RPM Hard Drive
Wireless 802.11n & Bluetooth 3.0 Combo Card.
Regards,