While contemplating the meaning of life earlier today, I thought about how I could have a QB64 program send me a text message periodically. So with some very rough mental calculations I came up with the following:
1. Have the program create, and save, a text file containing the text I want to send.
2. Shell out to run a batch file that utilizes 'Blat' to send the text file to my cellphone via SMS.
Any thoughts or ideas as to a better way, or if this is even feasible? Thanks, Mike