GDeLTK

TCL/TK

Notepad++

Wine

Linux

XML

FOP

Guitare

Voyages?

Citations

Reste à faire

edit SideBar


Liste des commandes de wine

  • wineboot - relance wine quand une application windows le demande pour redémarrer le PC
  • uninstaller - affiche le programme de désinstallation basique de wine
Aperçu du programme de désinstallation de wine
  • wineserver
 usage: wineserver [options]
 options:
   -d<n>  set debug level to <n>
   -f     remain in the foreground for debugging
   -h     display this help message
   -k[n]  kill the current wineserver, optionally with signal n
   -p[n]  make server persistent, optionally for n seconds
   -v     display version information and exit
   -w     wait until the current wineserver terminates
  • winepath - traduit les chemins windows en chemins unix et vice versa
 Convert PATH(s) to Unix or Windows long or short paths.
 -u, --unix    converts a Windows path to a Unix path
 -w, --windows converts a Unix path to a long Windows path
 -l, --long    converts the short Windows path of an existing file or directory to the long format
 -s, --short   converts the long Windows path of an existing file or directory to the short format
 -h, --help    output this help message and exit
 -v, --version output version information and exit

 If more than one option is given then the input paths are output in all formats specified, in the order long, short, Unix, Windows. If no option is given the default is Unix format.
  • winecfg - interface graphique de configuration de Wine
  • regedit - ouvre l'éditeur de base de registre de wine
  • msiexec - msiexec.exe implementation for installers
  • wineconsole - displays Win32 console
 Démarre un programme dans une console Wine
 Usage : wineconsole [options] <commande>
 Options :
--backend={user|curses} En choisissant « user » une nouvelle fenêtre sera créée, « curses » essaiera de convertir le terminal courant en console Wine
  <command>                 Le programme Wine à exécuter dans la console
 Exemple :  wineconsole cmd
 Démarre l'interpréteur de commandes de Wine dans une console Wine
  • winelauncher - attempts to intelligently manage the process of launching a program with Wine
Aperçu winelauncher
  • winedbg - Wine debugger core
 Usage:
   winedbg cmdline         launch process 'cmdline' (as if you were starting it with wine) and run WineDbg on it
   winedbg <num>           attach to running process of pid <num> and run WineDbg on it
   winedbg --gdb cmdline   launch process 'cmdline' (as if you were starting wine) and run gdb (proxied) on it
   winedbg --gdb <num>     attach to running process of pid <num> and run gdb (proxied) on it
   winedbg file.mdmp       reload the minidump file.mdmp into memory and run WineDbg on it
   winedbg --help          prints advanced options
  • winver - affiche le dialogue "à propos de wine"
  • winhelp - visualiseur de l'aide
  • winebrowser - launches native OS browser or mail client
 Usage: winebrowser URL

wineprefixcreate creates or updates a Wine configuration directory.

When running Wine, the base name of the configuration directory is specified in the WINEPREFIX variable, hence the name of this tool (If unset, ~/.wine is used).

wineprefixcreate is launched automatically by Wine if you don't have an existing configuration. However, it can sometimes be useful to run it explicitly to create a different directory, or update an existing one.

 Usage :  wineprefixcreate [options]
 options
 --prefix directory
 Create the specified directory (or update it if it exists already). If this option is not specified, wineprefixcreate defaults to the WINEPREFIX environment variable, or to $HOME/.wine if not set.

 -h, --help
              Display a usage message.

 -q, --quiet
              Don't display any status messages.

 -w, --wait
 Wait for wineserver to save everything before returning. This is necessary for instance if you are planning to rename the  directory once created; otherwise a running server could still try to access the directory under its old name.

Liste des options de la commande wine

taper

 wine command 

où command est l'une des commandes suivantes :

  • cmd - interface de ligne de commande de Wine
Aperçu de la ligne de commande de wine
  • taskmgr - ouvre le gestionnaire de tâches
Aperçu du gestionnaire de tâches de wine
  • iexplore - Internet Explorer wrapper
  • winemenubuilder - helps to build Unix menu entries
  • start - starts a program or opens a document in the program normally used for files with that suffix.
  • eject - ejects discs
  • expand - cabinet file expansion (incomplete)
  • explorer - Explorer.exe wrapper
  • hh - html help
  • icinfo - shows installed video compressors for Wine
  • control - control panel implementation (incomplete)
  • clock - affiche une horloge rudimentaire
  • oleview - allows browsing and exploring COM objects as well as configuring DCOM
  • regsvr32 - register OLE components in the registry
  • rpcss - quasi-implementation of rpcss.exe
  • rundll32 - loads a DLL and runs an entry point with the specified parameters
  • spoolsv - print wrapper
  • wordpad - ouvre wordpad.exe
  • notepad - ouvre notepad.exe
  • progman - Program Manager for Wine
  • winefile - file explorer implementation
  • winemine - classic minesweeper game
  • winetest - all the DLL conformance test programs suitable for unattended testing and report submission
  • winevdm - Wine virtual DOS program
  • xcopy - Wine-compatible xcopy program