mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 04:35:33 +02:00
wine: add Spanish translation (#14978)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
1c1b6af302
commit
e06bcdb59a
1 changed files with 28 additions and 0 deletions
28
pages.es/linux/wine.md
Normal file
28
pages.es/linux/wine.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# wine
|
||||||
|
|
||||||
|
> Ejecuta programas de Windows en sistemas basados en Unix.
|
||||||
|
> Más información: <https://wiki.winehq.org/>.
|
||||||
|
|
||||||
|
- Ejecuta un programa específico dentro del ambiente `wine`:
|
||||||
|
|
||||||
|
`wine {{comando}}`
|
||||||
|
|
||||||
|
- Ejecuta un programa específico en segundo plano (background):
|
||||||
|
|
||||||
|
`wine start {{comando}}`
|
||||||
|
|
||||||
|
- Instala/desinstala un paquete MSI:
|
||||||
|
|
||||||
|
`wine msiexec /{{i|x}} {{ruta/al/package.msi}}`
|
||||||
|
|
||||||
|
- Ejecuta `File Explorer`, `Notepad`, o `WordPad`:
|
||||||
|
|
||||||
|
`wine {{explorer|notepad|write}}`
|
||||||
|
|
||||||
|
- Ejecuta `Registry Editor`, `Control Panel` o `Task Manager`:
|
||||||
|
|
||||||
|
`wine {{regedit|control|taskmgr}}`
|
||||||
|
|
||||||
|
- Ejecuta la herramienta de configuración:
|
||||||
|
|
||||||
|
`wine winecfg`
|
Loading…
Add table
Reference in a new issue