Ask for a software under windows

check the execution log during the test, but the log is not displayed in real time.
is there any software that displays the log in real time?

Aug.24,2021

1.wsl, directly use the tail of the subsystem
2. It is recommended that you can use many commands such as tail after window resouce kit, download and installation. https://www.microsoft.com/en-.

clipboard.png

Below is the list of tools available in Resource Kit.
adlb.exe
atmarp.exe
atmlane.exe
autoexnt.exe
cdburn.exe
cepsetup.exe
chklnks.exe
chknic.exe
cleanspl.exe
clearmem.exe
compress.exe
confdisk.exe
consume.exe
creatfil.exe
csccmd.exe
custreasonedit.exe .exe
nlsinfo.exe
now.exe
ntimer.exe
ntrights.exe
oh.exe
oleview.exe
pathman.exe
permcopy.exe > perms.exe
pfmon.exe
pmon.exe
printdriverinfo.exe
qtcp.exe
rassrvmon.exe
rcontrolad.exe
regini.exe
regview.exe


Thank you. The answers are all the same. My windows is used to using msys2. With pacman, I can basically simulate the linux environment, and then use tail-f xxx to view log


in real time.

if you have git installed on your computer

you can use git bash to execute tail commands

git bash can execute commands in linux!

tail-f xxxx.log

Menu