Tutorial: Introductie Opdrachtregelinterface

5. Bestandsbeheer

5.1. Bestanden kopiëren

1. We kunnen het bestand list.txt kopiëren naar een nieuw bestand. Typ:
copy list.txt newlist.txt <ENTER>

2. Controleer of het bestand in de directory staat.

3. We kunnen tekstbestanden ook samenvoegen met het copy commando. Typ:
copy list.txt+newlist.txt listappend.txt <ENTER>

4. Bekijk de inhoud van het bestand listappend.txt.

5. We kunnen list.txt ook kopiëren naar de subdirectory John:
copy list.txt john\newlist2.txt <ENTER>

6. Ga naar de subdirectory John and bekijk de inhoud van de subdirectory.