Autor Thema: Explorerersatz und -Erweiterungen (Total Commander etc..)  (Gelesen 283610 mal)

0 Mitglieder und 5 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0204 Beta
« Antwort #3315 am: 12 September, 2021, 19:50 »
XYplorer is a multi-tabbed file manager featuring a very powerful file search, versatile preview facilities, a highly customizable interface, and a large array of unique ways to efficiently automate frequently recurring tasks. XYplorer is a tool rather than a toy, and targets power users and computer professionals who are looking for an Explorer replacement that deserves its name.

Shareware

Changelog

    Configuration | Preview | Thumbnails | Show folder thumbnails: Now if none of initial strategies find a thumbnail ("Desktop.ini"; "folder.jpg", "folder.png"; any JPEG or PNG) the first image or video file is used for the thumbnail.
    + Scripting got a new function.
    Name: PosAtPos
    Action: Returns the item position index within a control at a certain screen position.
    Syntax: posatpos(
  • , [y], [flags]) (same as SC ItemAtPos)

    return: Position index. First position is "1". Returns "0" if the X/Y coordinates do not point any item.

    Remarks:

    Supported controls are:
    Tree (position of hovered item)
    Catalog (position of hovered item)
    List (position of hovered item)
    Toolbar (position of hovered button)
    Tab Bar (position of hovered tab)
    Status Bar (position of hovered section)

    Examples:

    echo posatpos(); //item position at current mouse position on screen
    echo posatpos(592, 662); //item position at arbitrary mouse position on screen
    echo posatpos(73, 108, 1); //item position at arbitrary mouse position on XYplorer
    Configuration: Simplified and reorganized the return of the undocumented
    Ctrl+Right-Click function to display breadcrumb paths to each option.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0205 Beta
« Antwort #3316 am: 13 September, 2021, 09:30 »
Changelog

    Scripting got a new function:

    Name: IndexAtPos
    Action: Returns the fixed internal item index within a control at a certain screen position.

    Syntax: indexatpos(
  • , [y], [flags]) (same as SC ItemAtPos) return: Item index:


    The index is usually 0-based, i.e. the first index is "0".
    Returns "-1" if the X/Y coordinates do not point to any item.

    Remarks:

    Supported controls are:

    Tree (index of hovered item)
    Catalog (index of hovered item)
    List (index of hovered item)
    Toolbar (index of hovered button)
    Tab Bar (index of hovered tab)
    With Breadcrumb Bar and Status Bar, the Index value is meaningless (it's always 1 less than the position index).
    SC catalogreport enhanced: Added {Index} to the variables supported in template_category and
template_item-:

    Action: Creates a report on the Catalog.
    Syntax: catalogreport(template_category, template_item, [currentcategory=0]) template_category: Template for categories.

    The following variables are supported:

    {Caption} = Caption field.
    {Index} = Item index (a fixed numeric ID, independent of the position).
    {Location} = Location field ("Description" in Categories)
    {RGB Text} = Text color in RRGGBB format.
    {RGB Back} = Background color in RRGGBB format.

    template_item:

    Variables see template_category above.

    currentcategory:

    0: [Default] Report on whole catalog.
    1: Report on current category.
    return: The report.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0206 Beta
« Antwort #3317 am: 13 September, 2021, 21:30 »
Changelog

    Configuration | File Operations | File Operations | Custom Copy Operations: Added option "Check beforehand whether there is enough space".
    Tick it check beforehand whether there is enough space.
    Before, it was hard-coded to "Yes". So now you have the option to turn it off, which can be useful sometimes.
    This setting applies to Custom Copy/Move and also to Backup operations.
    Intra-volume moves do not check space anyway since this version so here the setting is irrelevant.
    BTW, also the setting "Default to repeat action on collisions" applies to Custom Copy/Move and also to Backup operations.
    File | Quick File View: Now if a LNK file is viewed, the Quick File View will show the target file, not the LNK file.
    Custom Copy: Free space check is completely skipped now for move operations in the same drive (aka intra-volume moves) because a better API was employed to do the move job.
    If overwrites are involved intra-volume moves are also faster now.
    XYcopy: Updated to 2.10.0175.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0207 Beta
« Antwort #3318 am: 15 September, 2021, 20:30 »
Changelog

    Custom Event Actions: Added new event "Exit". It is fired right before the automatic save settings on exit (if any).
    SC catalogreport: If the Catalog wasn't shown on startup and still hidden when calling SC catalogreport the report didn't cover the complete
    Catalog because at that point it wasn't yet fully loaded internally. Fixed.
    Time-Stamping: FYI, the earliest possible file date you can set in XY is this: 1601-01-01 00:00:00.0000001Z (Z for Zulu = UTC = Coordinated Universal Time)
    It is not possible to set the file date to the absolute low (which would be shown as "(unknown)"): 1601-01-01 00:00:00Z (= 1601-01-01 00:00:00.0000000Z). This is because the SetFileTime API interprets a 0 value as "Do not change the current timestamp". BTW, the latest possible file date you can set in XY is this: 9999-12-31 23:59:59.9999999Z

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0208 Beta
« Antwort #3319 am: 16 September, 2021, 18:50 »
Changelog

    Small Audio Preview: If the Preview Pane is visible an audio-only preview shows its progress in the Status Bar (just like the Quick Audio Preview on MDBU) -- this is called "Small Audio Preview" now.
    Small Audio Preview: Stopping this preview (and hiding the progress bar) by unselecting the previewed file did not work anymore since 20210329. Fixed.

    Small Audio Preview: Now it supports the following keys (apart from ESC these keys work the same way in the Preview Tab ever since):

    Space = toggle Play/Pause
    Shift+Space = Stop (Pause and Rewind)
    ESC = End Preview

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0209 Beta
« Antwort #3320 am: 17 September, 2021, 21:30 »
Changelog

    Visual Filters and Live Filters: Now you can filter lists by the data shown in Custom Columns. Awesome.
    You can reference the columns by their canonic name and also by their caption (the latter can be ambiguous).
    Like with other filters you can use numeric operators (>=, <, ==, etc) and wildcards (*, ?). What makes sense when, only you can know since you wrote the Custom Columns.
    Note that the filtering also works for columns that are not currently present in the list. So you now have handy shortcuts to ever-so-complex filters. Mega awesome.
    List: Experimentally added a new command "Set as Live Filter" (another possible caption would be "Filter by This Property") to the Ctrl+Right-Click menu of each cell in Details view. It seems to work well with Custom Columns, but not with some of the other columns. Work in progress...
    Preview: Previewing very large text files could lead to Error 6 (Overflow). Fixed.
    Content Search: A RegExp search of very large text files could lead to Error 7 (Out of Memory). Fixed.
    Find Files: When searching by a Custom Column and this column returned a date and the Format was set to "Age", the matching was falsely done by the absolute date, not by the age term shown in the column. Fixed.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Shell 1.2.0.0
« Antwort #3321 am: 18 September, 2021, 10:10 »
Edit your Windows Explorer right-click context menu in order for it to reflect exactly what you wish, giving access to the apps and utilities you use the most.

Donationware

Whats new:>>

    Add a new UI to manage registration.
    Bug fixes Thanks (Tomasz Tomasik, Matthias Derntl).

https://www.nilesoft.org/home

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0210 Beta
« Antwort #3322 am: 18 September, 2021, 22:30 »
Changelog

    Find Files by Size: Now you can pass file sizes with units in the search term. Also local thousand separators are handled now.
    Find Files by Columns: Now you can prefix any column header (canonic name or current caption) to the search term (separated by :).
    Visual Filters and Live Filters: All columns (apart from "Index") are supported now.
    Note that the "Index" column contains an internal value that cannot be searched or filtered. All other columns should work now.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0211 Beta
« Antwort #3323 am: 19 September, 2021, 11:20 »
Whats new:>>

    Visual Filters and Live Filters: Filtering by Size did not work yet where
    Thousand separators were combined with units, e.g. "Size: 5,318 KB". Fixed.
    Note that handling thousand separators only works when they are commas.

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Far Manager 3.0.5888
« Antwort #3324 am: 19 September, 2021, 20:00 »
Far Manager is a program for managing files and archives in Windows operating systems. It works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories, editing, copying and renaming files and many other operations.

License: Open Source

Changelog -> https://raw.githubusercontent.com/FarGroup/FarManager/master/far/changelog

http://www.farmanager.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
QT TabBar 2048 Beta 2
« Antwort #3325 am: 20 September, 2021, 09:50 »
QT TabBar is a simple utility that will enable you to create tab bar for Windows Explorer. QT TabBar will allow you to operate files and folders like tab browser folder grouping, histories, etc. QT TabBar can optimize your operating system, by creating tabs for Windows Explorer, which hive you instant access to multiple folders at once.

Freeware

Whats new:>>

Fixed GDI object leak

http://qttabbar.wikidot.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0213 Beta
« Antwort #3326 am: 20 September, 2021, 10:30 »
Whats new:>>

    Batch Rename: Now it has progress feedback in the status bar.

    % Clipboard Markers: Turned out that the Clipboard Markers were poorly implemented and caused heavy delays when the number of items in the clipboard was high. Improved in 2 ways:

    Now when both of these settings are OFF...
    Configuration | Colors and Styles | Styles | Clipboard Markers | Dimmed icons
    Configuration | Colors and Styles | Styles | Clipboard Markers | Colored lines
    ... no work related to the markers is done anymore.
    There is a limit now up to which Clipboard Markers are processed and shown. The factory default is 1000 (= up to 1000 items in the clipboard).

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0214 Beta
« Antwort #3327 am: 20 September, 2021, 21:50 »
Changelog

    Find Files and Quick Search: Now you can find files by their Shell Properties even when such a column is currently not present in the list. These are the properties that are available in the "Property Columns". You find a list of them here: Configuration | Information | File Info Tips & Hover Box | Show these fields
    Find Files and Quick Search: Now you can find files by their Special Properties even when such a column is currently not present in the list. Simply use the Special Property name (as you seeFind Files and Quick Search: Now you can find files by their Shell Properties even when such a column is currently not present in the list. These are the properties that are available in the "Property Columns". You find a list of them here: Configuration | Information | File Info Tips & Hover Box | Show these fields
    Find Files and Quick Search: Now you can find files by their Special Properties even when such a column is currently not present in the list. Simply use the Special Property name (as you see it in the "Select Special Property" dialog that you can show when you right-click a such a column header) as selector. Alternatively you can use the internal selector (if you know it). It is locale independent and pretty safe against ambiguities (the user could have one or more Custom Columns named "MD5" which would make the actual outcome of the simple forms above unpredictable). Note that the old way still works. It is more clumsy and harder to remember but even more safe against ambiguities. There aren't any notable speed difference between the alternatives.
    Now you can show the internal Special Property selectors (e.g. "hash.md5") in the "Select Special Property" dialog if you hold CTRL down while opening the dialog. They are canonic, i.e. locale independent.
    Live Filter Box: Now Shell Properties and Special Properties are supported. Works independently of any currently visible columns. Patterns are identical to the ones used in Find Files.
    Configuration | Colors and Styles | Styles | Columns | Always autosize the Size column: Less flicker when changing locations while Show Folder Sizes is enabled.
    Set as Live Filter: Did not work yet for the Type column. Fixed. it in the "Select Special Property" dialog that you can show when you right-click a such a column header) as selector. Alternatively you can use the internal selector (if you know it). It is locale independent and pretty safe against ambiguities (the user could have one or more Custom Columns named "MD5" which would make the actual outcome of the simple forms above unpredictable). Note that the old way still works. It is more clumsy and harder to remember but even more safe against ambiguities. There aren't any notable speed difference between the alternatives.
    Now you can show the internal Special Property selectors (e.g. "hash.md5") in the "Select Special Property" dialog if you hold CTRL down while opening the dialog. They are canonic, i.e. locale independent.
    Live Filter Box: Now Shell Properties and Special Properties are supported. Works independently of any currently visible columns. Patterns are identical to the ones used in Find Files.
    Configuration | Colors and Styles | Styles | Columns | Always autosize the Size column: Less flicker when changing locations while Show Folder Sizes is enabled.
    Set as Live Filter: Did not work yet for the Type column. Fixed.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 22.20.0216 Beta
« Antwort #3328 am: 20 September, 2021, 22:50 »
Whats new:>>

List: Column headers were destroyed on tab change in the last beta. Fixed.

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Q-Dir 9.91
« Antwort #3329 am: 21 September, 2021, 20:30 »
Q-Dir bietet eine unkomplizierte und schnelle Möglichkeit den Inhalt von bis zu vier Verzeichnissen übersichtlich anzuzeigen und zu verwalten, ohne auf die gewohnten Funktionen aus dem Explorer verzichten zu müssen. Wie zum Beispiel Drag&Drop, alle Ansichten, Zwischenablage usw.

Freeware

Whats new:>>

• Wichtige Verbesserungen und Optimierungen für MS Windows 11 OS
• Kleine Optimierungen und andere allgemeine Verbesserungen sowie einige Korrekturen.

http://www.softwareok.de/?seite=Freeware/Q-Dir

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )