Browse Source

Summarize Cygwin and Windows path mapping

Addresses: #issuecomment-175369010
pull/361/head
Diomidis Spinellis 9 years ago
parent
commit
82d8626287
  1. 2
      README.md

2
README.md

@ -522,7 +522,7 @@ These are items relevant *only* on OS X.
- Access the Windows registry with `regtool`. - Access the Windows registry with `regtool`.
- Convert between Cygwin and Windows-style file paths with `cygpath`. This is most useful in scripts that invoke Windows programs. - Note that a `C:\` Windows drive path becomes `/cygdrive/c` under Cygwin, and that Cygwin's `/` appears under `C:\cygwin` on Windows. Convert between Cygwin and Windows-style file paths with `cygpath`. This is most useful in scripts that invoke Windows programs.
- You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`. - You can perform and script most Windows system administration tasks from the command line by learning and using `wmic`.

Loading…
Cancel
Save