ONDATE 1,"00 07 * * *", "GOTO SENDSMSTOMOBILE" // Script will execute everyday at 7AM SENDSMSTOMOBILE: d$ = "091840899993,gsm,0" //Enter you mobile number here with country code 091 for India s$ = "Tagname: " + STR$ Tagname@ // Enter Tag name here SENDSMS d$,s$ Print "SMS Sent Successfully" End