Showing all posts tagged #programming:




Tera term script

Posted on January 17th, 2014

1.New line to logfile logwrite #13#10
Example: Get system and write to log file
while i > 0
i = i - 1
gettime STR_TIME "[System time] : %Y%m%d-%H%M%S"
logwrite STR_TIME
logwrite #13#10
pause 10
endwhile

[Reference]


Sample code

Posted on January 16th, 2014

[API]
1.http://archive.msdn.microsoft.com/shellintegration


Tools

Posted on January 16th, 2014

[MFC]
1.SendMessage/PostMessage http://code.google.com/p/sendmessage/