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:

committed by
GitHub

parent
dcb6919bbf
commit
c52cc074d9
@@ -6,12 +6,12 @@
|
||||
|
||||
- Compile an Inno Setup script:
|
||||
|
||||
`iscc {{path/to/file.iss}}`
|
||||
`iscc {{path\to\file.iss}}`
|
||||
|
||||
- Quietly compile an Inno Setup installer:
|
||||
|
||||
`iscc /Q {{path/to/file.iss}}`
|
||||
`iscc /Q {{path\to\file.iss}}`
|
||||
|
||||
- Compile a signed Inno Setup installer:
|
||||
|
||||
`iscc /S={{name}}={{command}} {{path/to/file.iss}}`
|
||||
`iscc /S={{name}}={{command}} {{path\to\file.iss}}`
|
||||
|
Reference in New Issue
Block a user