A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
1
Task/File-IO/Batch-File/file-io-1.bat
Normal file
1
Task/File-IO/Batch-File/file-io-1.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
copy input.txt output.txt
|
||||
1
Task/File-IO/Batch-File/file-io-2.bat
Normal file
1
Task/File-IO/Batch-File/file-io-2.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
type input.txt > output.txt
|
||||
1
Task/File-IO/Batch-File/file-io-3.bat
Normal file
1
Task/File-IO/Batch-File/file-io-3.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
for /f "" %L in ('more^<input.txt') do echo %L>>output.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue