windows/*.md: make placeholders more compatible with CLIP ones (#9872)

* Make placeholders more compatible with CLIP ones

* Update pages/windows/doskey.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages/windows/doskey.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
Emily Grace Seville
2023-02-20 17:23:49 +10:00
committed by GitHub
parent dcb6919bbf
commit c52cc074d9
70 changed files with 183 additions and 183 deletions

View File

@@ -6,31 +6,31 @@
- Replace the destination file with the one from the source directory:
`replace {{path/to/file_or_directory}} {{path/to/destination}}`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}}`
- Add files to the destination directory instead of replacing existing files:
`replace {{path/to/file_or_directory}} {{path/to/destination}} /a`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /a`
- Interactively copy multiple files, with a prompt before replacing or adding a destination file:
`replace {{path/to/file_or_directory}} {{path/to/destination}} /p`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /p`
- Replace even read only files:
`replace {{path/to/file_or_directory}} {{path/to/destination}} /r`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /r`
- Wait for you to insert a disk before it replaces files (originally to allow inserting a floppy disk):
`replace {{path/to/file_or_directory}} {{path/to/destination}} /w`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /w`
- Replace all files in subdirectories of the destination:
`replace {{path/to/file_or_directory}} {{path/to/destination}} /s`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /s`
- Replace only files in the destination directory which are older than the files in the source directory:
`replace {{path/to/file_or_directory}} {{path/to/destination}} /u`
`replace {{path\to\file_or_directory}} {{path\to\destination_directory}} /u`
- Display detailed usage information: