C
cyperghost
Guest
Sometimes I want to store my SMS. To send them straight to the archive is much to complicated and seems to take much time. Even if some great patches for this problem were created (thanks Riza )
Therefore I wrote a small programm that should solve that problem. The intention of SMS2TXT is this. It stores multiple SMS into one huge TXT file. So you can use Microreader or any TXT-Viewer you want to open that file and view the content. It was also created to handle multi-part-SMS (you know - the splitted SMS)......
It works like this:
First you must use s25@once to download the SMS from the SIM card to the programms storing folder. The folder where all the SMS are downloaded is ....\s25atonce\config\SmsEingang. Copy this folder to root directory c:\ and rename it from SmsEingang to SMS.
Start SMS2TXT.EXE and it should open the first message.
It displays the total count of all messages, the number of the one you currently view, the name and number of the person......
While running the programm:
press [x] to Export the SMS to C:\EXPORT.TXT
press [+] (from number block) to view next SMS
press [-] (from number block) to view the last seen SMS
press [q] to quit programm
press [o] for export options ------------- There you'll see a sub menu with 5 export options, selectable by pressing the number [1-5], number [0] goes back to main menu
Hope it'll help some people out there - and well YES there will be NO further development. Maybe I'll translate from german to english but not more. Maybe some people find it usefull and make a better version with graphical menu, more export options.......
The source code is included (QB4.5) also a compiled EXE version. Use it for free make a further development, maybe sell it but please take respect to the author - ME
-----------
remove txt extension, extract with your favourite zip unpacker
Therefore I wrote a small programm that should solve that problem. The intention of SMS2TXT is this. It stores multiple SMS into one huge TXT file. So you can use Microreader or any TXT-Viewer you want to open that file and view the content. It was also created to handle multi-part-SMS (you know - the splitted SMS)......
It works like this:
First you must use s25@once to download the SMS from the SIM card to the programms storing folder. The folder where all the SMS are downloaded is ....\s25atonce\config\SmsEingang. Copy this folder to root directory c:\ and rename it from SmsEingang to SMS.
Start SMS2TXT.EXE and it should open the first message.
It displays the total count of all messages, the number of the one you currently view, the name and number of the person......
While running the programm:
press [x] to Export the SMS to C:\EXPORT.TXT
press [+] (from number block) to view next SMS
press [-] (from number block) to view the last seen SMS
press [q] to quit programm
press [o] for export options ------------- There you'll see a sub menu with 5 export options, selectable by pressing the number [1-5], number [0] goes back to main menu
Hope it'll help some people out there - and well YES there will be NO further development. Maybe I'll translate from german to english but not more. Maybe some people find it usefull and make a better version with graphical menu, more export options.......
The source code is included (QB4.5) also a compiled EXE version. Use it for free make a further development, maybe sell it but please take respect to the author - ME
-----------
remove txt extension, extract with your favourite zip unpacker