Progress of operations
ConEmu use simple AI to detect operation progress by title bar or console text. So, you’ll see current operation status of many programs, such as FAR, wget, nerocmd, 7-zip, chkdsk, and so on…
Operation progress, detected in any console (active console is preferred) is shown in window title.
{35%} C:\Arch\7z.exe a ...
ConEmu prepend percentage value with asterisk, when operation runs in background (inactive console) and active console have no operation.
{*35%} C:\Arch\7z.exe a ...
Progress on Windows7 taskbar
for /L %i in (0,5,100) do @(title [%i%] your title & timeout /t 1) > nul
ConEmu\SetProgress.cmd