kolibrios/programs/cmm/sysmon/compile_en.bat
Taldariner cd0534afb1 Apps/sysmon: Fixed #85
Small code changes to fix all issues mentioned in Issue #85:
- Bumped app version and added it to header.
- Changed system disk usage subscription from MB to KB in English version.
- Properly aligned CPU usage percents in process list with header.
- Free space on disks now rounds down, instead of rounding app.
- Small formatting fixes.
- Fixed wrong laguage set in English version of compilation script.
2024-11-15 20:10:04 +02:00

5 lines
115 B
Batchfile

@del sysmon
@c-- /D=LANG_ENG sysmon.c
@rename sysmon.com sysmon
@del warning.txt
if not exist sysmon ( @pause )