WineHQ

Explorer: Difference between revisions

(initial import; fix markup)
 
(documented the special /desktop=shell option)
 
Line 1: Line 1:
'''explorer.exe''' does one of two things:
'''explorer.exe''' does one of two things:
* Provides an alternative method of starting [[winefile]].  Simply put, it accepts parameters similar to the explorer provided by Windows then uses them to call winefile.
* Provides an alternative method of starting [[winefile]].  Simply put, it accepts parameters similar to the explorer provided by Windows then uses them to call winefile.
* Creates a named "virtual" desktop which programs can run under.
* Creates a named "virtual desktop" which programs can run under.


== Usage ==
== Usage ==
Line 19: Line 19:
Example:
Example:
  wine explorer /desktop=foo,800x600 winemine
  wine explorer /desktop=foo,800x600 winemine
Requesting the desktop named "shell" starts a virtual desktop which includes a start menu and remains open even if no programs are running inside of it:
wine explorer /desktop=shell


== See Also ==
== See Also ==
* [[winefile]] -- A file manager for wine.
* [[winefile]] -- A file manager for wine.
----
----
[[Category:List of Commands]]
[[Category:List of Commands]]

Latest revision as of 03:06, 24 September 2017

explorer.exe does one of two things:

  • Provides an alternative method of starting winefile. Simply put, it accepts parameters similar to the explorer provided by Windows then uses them to call winefile.
  • Creates a named "virtual desktop" which programs can run under.

Usage

 wine explorer [/n] [/e,] [/root,object] [/select,object] 
   /n              Opens in single-paned view for each selected items. This is default
   /e,             Uses Windows Explorer View
   /root,object    Specifies the root level of the view
   /select,object  Opens parent folder and selects (highlights) specified object

OR

 wine explorer /desktop=name[,widthxheight] [program]
   name            name of the desktop (used when launching other programs under the same desktop)
   [,WidthxHeight] specifies the size of the desktop to create (example 800x600)
   program         If supplied explorer will attempt to launch the program.

Example:

wine explorer /desktop=foo,800x600 winemine

Requesting the desktop named "shell" starts a virtual desktop which includes a start menu and remains open even if no programs are running inside of it:

wine explorer /desktop=shell

See Also


This page was last edited on 24 September 2017, at 03:06.