windows-command

windows command - robocopy

www.atmarkit.co.jp www.k-tanaka.net

windows command - fc

www.k-tanaka.net rem 違いがある場合 >fc /N sample1.txt sample2.txt ファイル sample1.txt と sample2.txt を比較しています ***** sample1.txt ***** SAMPLE2.TXT 4: jklabc ***** rem 違いがない場合 >fc /N sample2.txt sample3.txt ファイル sample2.…

windows command - find,findstr

www.k-tanaka.net www.k-tanaka.net > findstr /N "^abc" *.txt > sample1.txt:1:abc > sample2.txt:1:abc

windows command - date, time

www.atmarkit.co.jp www.stellacreate.com

windows command - sort

www.k-tanaka.net > sort test.txt /o result.txt

windows command - tree

kb.seeck.jp > tree /a /f

windows command - xcopy

www.atmarkit.co.jp rem ディレクトリコピー xcopy /d /e /h /i /f /y src back