Announcement

Collapse
No announcement yet.

help how to display realtime logs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • help how to display realtime logs

    help how to display realtime logs to paragraph1
    here is my code:

    mtklogs = TextFile.ReadToString("AutoPlay\\Docs\\logs\\mtk.l og");
    Paragraph.SetText("Paragraph1", mtklogs);​

    it display but not in realtime logs
    i want to run example.
    --flashing boot
    -- this is the cmd
    python.exe mtkclient\mtk w boot.img

    then i want the logs to display in my Paragraph1 in realtime.

    Click image for larger version

Name:	image.png
Views:	175
Size:	343.0 KB
ID:	309577

  • #2
    Could try this modded commandline apz - requires commandline plugin
    paragraph parser in globals code

    CommandLine_Plus_Console.apz

    Comment


    • #3
      Originally posted by colc View Post
      Could try this modded commandline apz - requires commandline plugin
      paragraph parser in globals code

      [ATTACH]n309581[/ATTACH]
      wow thank you sir colc....

      Comment


      • #4
        thank sir colc its working but how about if i use ping google.com -t ? maybe my only option is to use "on timer" and use taskkill to end the process in loop.

        Comment


        • #5
          Gooday to everyone until now i haven't solve my problem when the program is running in loop it will not display in paragraph1 but when the process stop it will display the text as the process already stop. Hope anyone with plugins or any solution on how to display the process logs inside my paragraph1. Thank You...

          Comment


          • #6
            problem solve i created a batch code with code @pushd "%CD%" &CD /D "%~dp0" &type logs.txt >%temp%\logs.txt and run it in timer.

            Comment

            Working...
            X
            😀
            🥰
            🤢
            😎
            😡
            👍
            👎