This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REM example 1 | |
forfiles /p "C:\Windows" /s /m *.* /c "cmd /c echo @path - @fsize" > filesize.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{*******************************************************************} | |
{ } | |
{ Borland Turbo Pascal 1.5 for Windows } | |
{ Thursday, 9. December 2010 } | |
{ Copyright(c) by Edin Jašarević } | |
{ [email protected] } | |
{ } | |
{*******************************************************************} | |
Program CoculateAvarage (Input, OutPut); |