Linux Commands Examples

A great documentation place for Linux commands

wineconsole

The Wine console


see also : wine

Synopsis

wineconsole [option] command


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
echo Executing appflash to upload tetrix_rom.bin...
wineconsole ../../ecrobot/../bin/appflash.exe ./tetrix_rom.bin
0
source
            
echo Executing ramboot to upload tetrix_ram.bin...
wineconsole ../../ecrobot/../bin/ramboot.exe ./tetrix_ram.bin
0
source
            
echo Executing NeXTTool to upload tetrix.rxe...
wineconsole ~/LEGO/nxtOSEK/NeXTTool.exe /COM=usb -download=tetrix.rxe
wineconsole ~/LEGO/nxtOSEK/NeXTTool.exe /COM=usb -download=tetrix.rxe
wineconsole ~/LEGO/nxtOSEK/NeXTTool.exe /COM=usb -listfiles=tetrix.rxe
echo NeXTTool is terminated.
0
source
            
echo Executing appflash to upload helloworld_OSEK_rom.bin...
wineconsole ../../ecrobot/../bin/appflash.exe ./helloworld_OSEK_rom.bin
0
source
            
echo Executing ramboot to upload helloworld_OSEK_ram.bin...
wineconsole ../../ecrobot/../bin/ramboot.exe ./helloworld_OSEK_ram.bin
0
source
            
WINEPREFIX=$FULL_NAME/../../../lazarus_wine/ wineconsole "$WIN_DIR\clean_all.bat"
WINEPREFIX=$FULL_NAME/../../../lazarus_wine/ wineconsole "$WIN_DIR\build_install_files.bat" i386-win32
WINEPREFIX=$FULL_NAME/../../../lazarus_wine/ wineconsole "$WIN_DIR\build_install_files.bat" i386-win32
WINEPREFIX=$FULL_NAME/../../../lazarus_wine/ wineconsole "$WIN_DIR\copy_to_builddir.bat" $Version i386

description

wineconsole is the Wine console manager, used to run console commands and applications. It allows running the console either in the current terminal (curses) or in a newly made window (user).

options

--backend={user|curses}

If user is chosen, a new window will be created for the console. The curses option will make wineconsole try to setup the current terminal as a Wine console.


see also

wine

How can this site be more helpful to YOU ?


give  feedback