Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Q-Dir

  • 1
  • 2
  • 3

11.97.0 | Updated: 13 Jan 2025

Downloads:

124,659

Downloads of v 11.97.0:

489

Software Author(s):

  • Nenad Hrg

Q-Dir 11.97.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nenad Hrg. The inclusion of Nenad Hrg trademark(s), if any, upon this webpage is solely to identify Nenad Hrg goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Q-Dir, run the following command from the command line or from PowerShell:

>

To upgrade Q-Dir, run the following command from the command line or from PowerShell:

>

To uninstall Q-Dir, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade qdir -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade qdir -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install qdir
  win_chocolatey:
    name: qdir
    version: '11.97.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'qdir' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '11.97.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller qdir
{
    Name     = "qdir"
    Version  = "11.97.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'qdir':
  ensure   => '11.97.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 13 Jan 2025.

Description

The Quad-Directory-Explorer makes your files and folders easy to manage, either installed or as a Portable Windows program as an alternative Freeware to Windows File Explorer.

Fast and easy access to your hard disks ergo advanced file management for network folders, USB-sticks, floppy disks and other storage devices.

Screenshot of Q-Dir

Key features

Language options

By default, this package will install the English (US) language version. Other language installations can be requested using the Language Package Parameter with a language code:

  • ar = Arabic
  • bg = Bulgarian
  • zh-CN = Chinese (Simplified)
  • zh-TW = Chinese (Traditional)
  • hr = Croatian
  • cs = Czech
  • da = Danish
  • nl = Dutch
  • en = English
  • en-GB = English (UK)
  • et = Estonian
  • fil = Filipino
  • fi = Finnish
  • fr = French
  • de = German
  • el = Greek
  • hu = Hungarian
  • id = Indonesian
  • it = Italian
  • ja = Japanese
  • ko = Korean
  • ms = Malay
  • nb = Norsk (BokmÃ¥l)
  • fa = Persian
  • pl = Polish
  • pt-BR = Portuguese (Brazil)
  • ro = Romanian
  • ru = Russian
  • sr = Serbian
  • sk = Slovak
  • sl = Slovenian
  • es = Spanish
  • es-AR = Spanish (Argentinean)
  • es-CO = Spanish (Columbian)
  • sv = Swedish
  • tr = Turkish
  • uk = Ukrainian

Example: choco install qdir --params="'/Language:es'"


NOTE: At this time, the Q-Dir uninstall is not silent and requires user interaction.


legal\LICENSE.txt
From: http://www.softwareok.com/?seite=Freeware/Q-Dir/Eula
==========================================================

The Q-Dir - End User License Agreement

End User License Agreement
==========================

LICENSE HRG NENAD (SOFTWAREOK.COM)
THIS SOFTWARE IS FREEWARE


This software is the property of Hrg Nenad (softwareok.com) and its suppliers 
and is protected by copyright law and international treaty provisions. 

You may distribute an unlimited number of unmodified , copies of the software 
to anyone you wish ! 

You are not allowed to sell this software!

You may not decompile, reverse engineer or disassemble this software and any 
executable part of this software. 

THE SOFTWARE PROVIDED TO YOU AS IS WITHOUT WARRANTY OF ANY KIND, ANY SPECIAL,
INCIDENTAL,EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. YOU 
ASSUME THE ENTIRE RISK AS TO THE ACCURACY AND THE USE OF THIS SOFTWARE. 

HRG NENAD (SOFTWAREOK.COM) SHALL NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER 
ARISING OUT OF THE USE OF OR INABILITY TO USE OF THIS SOFTWARE, EVEN IF HRG 
NENAD (SOFTWAREOK.COM) HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

NON-ACCEPTANCE OR VIOLATION OF ANY OF THE ABOVE TERMS IMMEDIATELY AND 
UNCONDITIONALLY WILL TERMINATE YOUR LICENSE. 

legal\VERIFICATION.md
# VERIFICATION
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.

## Download
The latest version can be downloaded from the official download page:
- https://www.softwareok.com/?Download=Q-Dir

or directly:
- Version      : 11.97
- x86 URL      : http://www.softwareok.com/Download/Q-Dir_Installer.zip
- x86 CheckSum : B975230F359D2277A432351BBAC7B767E28E7DD552B4251D186B1732D0DDCAE9
- x64 URL      : http://www.softwareok.com/Download/Q-Dir_Installer_x64.zip
- x64 CheckSum : BCA1A2963C9D94428278971E57F7BFCBD218058B61F763FF280AC10719965538

## Verify
You can use one of the following methods to obtain the checksum:
1. Use powershell function 'Get-Filehash'
2. Use chocolatey utility 'checksum.exe'


## License
The contents of the file 'LICENSE.txt' comes from:
- http://www.softwareok.com/?seite=Freeware/Q-Dir/Eula
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$ZipFiles = Get-ChildItem -Path $toolsDir -filter '*.zip' |
                  Sort-Object lastwritetime | Select-Object -Last 2 -ExpandProperty FullName

$UnZipArgs = @{
   packageName      = $env:ChocolateyPackageName
   FileFullPath     = $ZipFiles | Where-Object {$_ -notmatch 'x64'}
   FileFullPath64   = $ZipFiles | Where-Object {$_ -match 'x64'}
   Destination      = Join-Path $env:TEMP "$($env:ChocolateyPackageName)_v$env:ChocolateyPackageVersion"
}
Get-ChocolateyUnzip @UnZipArgs

$pp = Get-PackageParameters
if ($pp['Language']) { 
   $LanguageTable = @{
   'ar' = @('Arabic','25')
   'bg' = @('Bulgarian','32')
   'zh-CN' = @('Chinese (Simplified)',' 9')
   'zh-TW' = @('Chinese (Traditional)','5')
   'hr' = @('Croatian','23')
   'cs' = @('Czech','16')
   'da' = @('Danish','17')
   'nl' = @('Dutch','11')
   'en' = @('English','1')
   'en-GB' = @('English (UK)','28')
   'et' = @('Estonian','27')
   'fil' = @('Filipino','35')
   'fi' = @('Finnish','21')
   'fr' = @('French','2')
   'de' = @('German','0')
   'el' = @('Greek','13')
   'hu' = @('Hungarian','22')
   'id' = @('Indonesian','34')
   'it' = @('Italian','3')
   'ja' = @('Japanese','6')
   'ko' = @('Korean','7')
   'ms' = @('Malay','33')
   'nb' = @('Norsk (Bokmål)','29')
   'fa' = @('Persian','36')
   'pl' = @('Polish','8')
   'pt-BR' = @('Portuguese (Brazil)','18')
   'ro' = @('Romanian','19')
   'ru' = @('Russian','10')
   'sr' = @('Serbian','30')
   'sk' = @('Slovak','15')
   'sl' = @('Slovenian','24')
   'es' = @('Spanish','4')
   'es-AR' = @('Spanish (Argentinean)','14')
   'es-CO' = @('Spanish (Columbian)','31')
   'sv' = @('Swedish','20')
   'tr' = @('Turkish','12')
   'uk' = @('Ukrainian','26')
   }
   if ($LanguageTable."$($pp['Language'])") {
      $note = "Language code '{0}', '{1}' requested." -f $pp['Language'],$LanguageTable."$($pp['Language'])"[0]
      Write-Host $note -ForegroundColor Cyan
      $SilentArgs = "/silent admin nodesktop langid={0}" -f $LanguageTable."$($pp['Language'])"[1]
   } else {
      Throw "Language code '$($pp['Language'])' is not recognized."
   }
} else {
   Write-Verbose 'Default English language will be installed.'
   $SilentArgs = '/S admin nodesktop langid=1'
}

$InstallArgs = @{
   packageName   = $env:ChocolateyPackageName 
   fileType      = 'EXE'
   file          = (Get-ChildItem $UnZipArgs.Destination -Filter '*.exe' -Recurse).FullName
   file64        = (Get-ChildItem $UnZipArgs.Destination -Filter '*.exe' -Recurse).FullName
   silentArgs    = $SilentArgs
   validExitCodes= @(0,1)
}
Install-ChocolateyInstallPackage @InstallArgs
Remove-Item $UnZipArgs.Destination -Recurse -Force

$ZipFiles | ForEach-Object {Remove-Item $_ -Force}

# This allows Q-Dir to be called from the command line.
Install-BinFile -Name qdir -Path "$env:ProgramFiles\Q-Dir\Q-Dir.exe"

tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  file          = "$env:ProgramFiles\Q-Dir\Q-Dir.exe"
  softwareName  = 'Q-Dir*'
  fileType      = 'EXE'
  silentArgs    = '-uninstall'
  validExitCodes= @(0,1)
}
Uninstall-ChocolateyPackage @packageArgs

Uninstall-BinFile 'qdir'
tools\Q-Dir_Installer.zip
md5: 20EE24D7A83D7163D5E85A121193C324 | sha1: ABA9E5DD2DD85C2AB850F4E66DE504538E5DFC98 | sha256: B975230F359D2277A432351BBAC7B767E28E7DD552B4251D186B1732D0DDCAE9 | sha512: 3495BBD1160F5434F4AA9B174A0F825B82FE9C840388538F225D0C89819DFAFC4ABEA686C47EE89BACCF038D3B78D6EB5045F57122D48DE441422B25736E5BCF
tools\Q-Dir_Installer_x64.zip
md5: FE114F2470B37D7EA8DF6ED7CAF45565 | sha1: 2FA4FAC80659A661FD3F3326BD97032E307F90EB | sha256: BCA1A2963C9D94428278971E57F7BFCBD218058B61F763FF280AC10719965538 | sha512: 5CB84ABEED47205C3E5F3B6F4ADB2B5A23A32B06E56A3BF4D11D66074CB66BCB0FA2D7852485C1E9BC5158DFC70B10A961228D81ECF830CBAB19E2FB972861EE

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Q-Dir 11.96.0 603 Thursday, January 2, 2025 Approved
Q-Dir 11.95.0 539 Friday, December 20, 2024 Approved
Q-Dir 11.91.0 754 Monday, December 2, 2024 Approved
Q-Dir 11.89.0 569 Friday, November 22, 2024 Approved
Q-Dir 11.88.0 547 Thursday, November 14, 2024 Approved
Q-Dir 11.86.0 829 Thursday, October 24, 2024 Approved
Q-Dir 11.84.0 604 Tuesday, October 15, 2024 Approved
Q-Dir 11.81.0 921 Monday, September 23, 2024 Approved
Q-Dir 11.75.0 815 Tuesday, September 3, 2024 Approved
Q-Dir 11.73.1 718 Monday, August 19, 2024 Approved
Q-Dir 11.72.1 707 Monday, August 5, 2024 Approved
Q-Dir 11.69.0 971 Friday, July 5, 2024 Approved
Q-Dir 11.68.0 723 Friday, June 21, 2024 Approved
Q-Dir 11.65.0 925 Friday, May 31, 2024 Approved
Q-Dir 11.64.0 723 Monday, May 20, 2024 Approved
Q-Dir 11.63.0 652 Monday, May 6, 2024 Approved
Q-Dir 11.61.0 812 Tuesday, April 23, 2024 Approved
Q-Dir 11.51.0 607 Wednesday, April 10, 2024 Approved
Q-Dir 11.48.0 1182 Friday, March 8, 2024 Approved
Q-Dir (Install) 11.46.0 1479 Sunday, January 14, 2024 Approved
Q-Dir (Install) 11.44.0 1709 Monday, October 30, 2023 Approved
Q-Dir (Install) 11.43.0 470 Wednesday, October 25, 2023 Approved
Q-Dir (Install) 11.42.0 497 Friday, October 20, 2023 Approved
Q-Dir (Install) 11.41.0 818 Saturday, October 14, 2023 Approved
Q-Dir (Install) 11.39.0 383 Thursday, October 12, 2023 Approved
Q-Dir (Install) 11.38.0 605 Saturday, October 7, 2023 Approved
Q-Dir (Install) 11.37.0 206 Friday, September 29, 2023 Approved
Q-Dir (Install) 11.36.0 47 Saturday, September 23, 2023 Approved
Q-Dir (Install) 11.35.0 890 Saturday, September 16, 2023 Approved
Q-Dir (Install) 11.34.0 439 Friday, September 8, 2023 Approved
Q-Dir (Install) 11.32.0 1189 Sunday, August 13, 2023 Approved
Q-Dir (Install) 11.31.0 48 Monday, August 7, 2023 Approved
Q-Dir (Install) 11.29.0 1408 Wednesday, June 14, 2023 Approved
Q-Dir (Install) 11.26 1520 Saturday, April 29, 2023 Approved
Q-Dir (Install) 11.24 860 Monday, April 17, 2023 Approved
Q-Dir (Install) 11.21 1020 Saturday, March 25, 2023 Approved
Q-Dir (Install) 11.19 1179 Monday, February 20, 2023 Approved
Q-Dir (Install) 11.17 1087 Tuesday, January 24, 2023 Approved
Q-Dir (Install) 11.16 1192 Saturday, December 24, 2022 Approved
Q-Dir (Install) 11.15 1069 Friday, December 2, 2022 Approved
Q-Dir (Install) 11.14 756 Monday, November 21, 2022 Approved
Q-Dir (Install) 11.13 1297 Saturday, October 15, 2022 Approved
Q-Dir (Install) 11.11 987 Monday, September 26, 2022 Approved
Q-Dir (Install) 11.01 777 Wednesday, September 14, 2022 Approved
Q-Dir (Install) 10.99 901 Monday, August 29, 2022 Approved
Q-Dir (Install) 10.95 1236 Thursday, July 21, 2022 Approved
Q-Dir (Install) 10.91 910 Tuesday, July 5, 2022 Approved
Q-Dir (Install) 10.88 740 Saturday, June 25, 2022 Approved
Q-Dir (Install) 10.74 1371 Thursday, May 12, 2022 Approved
Q-Dir (Install) 10.71 663 Friday, May 6, 2022 Approved
Q-Dir (Install) 10.69 541 Tuesday, May 3, 2022 Approved
Q-Dir (Install) 10.67 862 Wednesday, April 20, 2022 Approved
Q-Dir (Install) 10.66 557 Friday, April 15, 2022 Approved
Q-Dir (Install) 10.65 1068 Friday, March 25, 2022 Approved
Q-Dir (Install) 10.63 760 Tuesday, March 15, 2022 Approved
Q-Dir (Install) 10.61 953 Monday, February 28, 2022 Approved
Q-Dir (Install) 10.59 735 Saturday, February 19, 2022 Approved
Q-Dir (Install) 10.56 1231 Tuesday, January 25, 2022 Approved
Q-Dir (Install) 10.51.0020211230 1120 Thursday, December 30, 2021 Approved
Q-Dir (Install) 10.45 797 Friday, December 17, 2021 Approved
Q-Dir (Install) 10.44 588 Tuesday, December 14, 2021 Approved
Q-Dir (Install) 9.98 1055 Friday, November 12, 2021 Approved
Q-Dir (Install) 9.96.1 764 Saturday, October 30, 2021 Approved
Q-Dir (Install) 9.96 410 Wednesday, October 27, 2021 Approved
Q-Dir (Install) 9.95 415 Sunday, October 24, 2021 Approved
Q-Dir (Install) 9.93 791 Sunday, October 10, 2021 Approved
Q-Dir (Install) 9.89 983 Monday, September 13, 2021 Approved
Q-Dir (Install) 9.84 573 Saturday, September 4, 2021 Approved
Q-Dir (Install) 9.81 948 Tuesday, August 3, 2021 Approved
Q-Dir (Install) 9.79 659 Thursday, July 22, 2021 Approved
Q-Dir (Install) 9.61 856 Sunday, June 27, 2021 Approved
Q-Dir (Install) 9.55 495 Sunday, June 20, 2021 Approved
Q-Dir (Install) 9.51 716 Sunday, June 6, 2021 Approved
Q-Dir (Install) 9.49 741 Thursday, May 20, 2021 Approved
Q-Dir (Install) 9.44 676 Tuesday, May 11, 2021 Approved
Q-Dir (Install) 9.31 1013 Thursday, March 25, 2021 Approved
Q-Dir (Install) 9.21 978 Saturday, February 27, 2021 Approved
Q-Dir (Install) 9.15 654 Tuesday, February 16, 2021 Approved
Q-Dir (Install) 9.12 692 Thursday, February 4, 2021 Approved
Q-Dir (Install) 9.11 461 Sunday, January 31, 2021 Approved
Q-Dir (Install) 9.09 790 Monday, January 11, 2021 Approved
Q-Dir (Install) 9.08.1 467 Tuesday, January 5, 2021 Approved
Q-Dir (Install) 9.07 569 Saturday, December 26, 2020 Approved
Q-Dir (Install) 9.05 412 Monday, December 21, 2020 Approved
Q-Dir (Install) 8.99.9 832 Friday, November 20, 2020 Approved
Q-Dir (Install) 8.99.2 401 Monday, November 16, 2020 Approved
Q-Dir (Install) 8.97 845 Wednesday, October 21, 2020 Approved
Q-Dir (Install) 8.96 537 Wednesday, October 14, 2020 Approved
Q-Dir (Install) 8.93 723 Wednesday, September 23, 2020 Approved
Q-Dir (Install) 8.91 539 Tuesday, September 15, 2020 Approved
Q-Dir (Install) 8.88 548 Tuesday, September 8, 2020 Approved
Q-Dir (Install) 8.77 608 Thursday, August 27, 2020 Approved
Q-Dir (Install) 8.69 688 Sunday, August 9, 2020 Approved
Q-Dir (Install) 8.66 437 Wednesday, August 5, 2020 Approved
Q-Dir (Install) 8.55 772 Monday, July 13, 2020 Approved
Q-Dir (Install) 8.51 169 Tuesday, July 7, 2020 Approved
Q-Dir (Install) 8.37 897 Sunday, June 7, 2020 Approved
Q-Dir (Install) 8.33 577 Thursday, May 28, 2020 Approved
Q-Dir (Install) 8.15 766 Thursday, May 7, 2020 Approved
Q-Dir (Install) 8.04 901 Wednesday, April 1, 2020 Approved
Q-Dir (Install) 8.01 925 Thursday, February 27, 2020 Approved
Q-Dir (Install) 7.99 1103 Saturday, December 21, 2019 Approved
Q-Dir (Install) 7.97 701 Monday, December 2, 2019 Approved
Q-Dir (Install) 7.95 579 Wednesday, November 20, 2019 Approved
Q-Dir (Install) 7.94 501 Wednesday, November 13, 2019 Approved
Q-Dir (Install) 7.92 628 Monday, November 4, 2019 Approved
Q-Dir (Install) 7.91.1 519 Monday, October 28, 2019 Approved
Q-Dir (Install) 7.89 547 Monday, October 21, 2019 Approved
Q-Dir (Install) 7.85 623 Thursday, October 3, 2019 Approved
Q-Dir (Install) 7.84 409 Monday, September 30, 2019 Approved
Q-Dir (Install) 7.83 510 Sunday, September 22, 2019 Approved
Q-Dir (Install) 7.82 486 Monday, September 16, 2019 Approved
Q-Dir (Install) 7.78 595 Wednesday, September 4, 2019 Approved
Q-Dir (Install) 7.77 432 Sunday, September 1, 2019 Approved
Q-Dir (Install) 7.76 549 Wednesday, August 28, 2019 Approved
Q-Dir (Install) 7.75 507 Wednesday, August 21, 2019 Approved
Q-Dir (Install) 7.74 379 Monday, August 19, 2019 Approved
Q-Dir (Install) 7.73 547 Tuesday, August 6, 2019 Approved
Q-Dir (Install) 7.72 385 Saturday, August 3, 2019 Approved
Q-Dir (Install) 7.71 353 Wednesday, July 31, 2019 Approved
Q-Dir (Install) 7.69 441 Friday, July 26, 2019 Approved
Q-Dir (Install) 7.68 441 Sunday, July 21, 2019 Approved
Q-Dir (Install) 7.66 522 Wednesday, July 10, 2019 Approved
Q-Dir (Install) 7.65 486 Wednesday, July 3, 2019 Approved
Q-Dir (Install) 7.64 472 Thursday, June 27, 2019 Approved
Q-Dir (Install) 7.58 421 Sunday, June 23, 2019 Approved
Q-Dir (Install) 7.55 673 Tuesday, May 28, 2019 Approved
Q-Dir (Install) 7.52 649 Tuesday, May 7, 2019 Approved
Q-Dir (Install) 7.51 640 Saturday, April 20, 2019 Approved
Q-Dir (Install) 7.47 845 Wednesday, March 13, 2019 Approved
Q-Dir (Install) 7.46 477 Wednesday, March 6, 2019 Approved
Q-Dir (Install) 7.45 469 Friday, February 22, 2019 Approved
Q-Dir (Install) 7.44 577 Sunday, February 17, 2019 Approved
Q-Dir (Install) 7.43 463 Saturday, February 9, 2019 Approved
Q-Dir (Install) 7.41 539 Thursday, January 24, 2019 Approved
Q-Dir (Install) 7.37 487 Monday, January 14, 2019 Approved
Q-Dir (Install) 7.36 320 Sunday, January 13, 2019 Approved
Q-Dir (Install) 7.35 490 Thursday, December 27, 2018 Approved
Q-Dir (Install) 7.34 402 Thursday, December 20, 2018 Approved
Q-Dir (Install) 7.33 351 Tuesday, December 18, 2018 Approved
Q-Dir (Install) 7.31 419 Wednesday, December 12, 2018 Approved
Q-Dir (Install) 7.29 339 Saturday, December 8, 2018 Approved
Q-Dir (Install) 7.25 618 Thursday, November 1, 2018 Approved
Q-Dir (Install) 7.24 422 Thursday, October 18, 2018 Approved
Q-Dir (Install) 7.22 355 Friday, October 5, 2018 Approved
Q-Dir (Install) 7.21 506 Monday, September 24, 2018 Approved
Q-Dir (Install) 7.13 587 Tuesday, September 4, 2018 Approved
Q-Dir (Install) 7.12 452 Friday, August 24, 2018 Approved
Q-Dir (Install) 7.11 1422 Sunday, July 22, 2018 Approved
Q-Dir (Install) 7.09 456 Sunday, July 15, 2018 Approved
Q-Dir (Install) 7.08 475 Sunday, July 1, 2018 Approved
Q-Dir (Install) 7.07 514 Saturday, June 23, 2018 Approved
Q-Dir (Install) 7.06 533 Tuesday, June 5, 2018 Approved
Q-Dir (Install) 7.02 722 Tuesday, May 8, 2018 Approved
Q-Dir (Install) 7.01 456 Tuesday, May 1, 2018 Approved
Q-Dir (Install) 6.99.2 468 Saturday, April 21, 2018 Approved
Q-Dir (Install) 6.96 742 Thursday, March 15, 2018 Approved
Q-Dir (Install) 6.91 412 Monday, March 12, 2018 Approved
Q-Dir (Install) 6.85 785 Wednesday, February 7, 2018 Approved
Q-Dir (Install) 6.84 551 Saturday, January 20, 2018 Approved
Q-Dir (Install) 6.82 699 Thursday, December 28, 2017 Approved
Q-Dir (Install) 6.78 674 Friday, December 1, 2017 Approved
Q-Dir (Install) 6.77 531 Sunday, November 26, 2017 Approved
Q-Dir (Install) 6.73 648 Saturday, November 4, 2017 Approved
Q-Dir (Install) 6.71 576 Thursday, October 5, 2017 Approved
Q-Dir (Install) 6.69.1 495 Tuesday, September 19, 2017 Approved
Q-Dir (Install) 6.67 628 Wednesday, August 23, 2017 Approved
Q-Dir (Install) 6.58 798 Monday, July 3, 2017 Approved
Q-Dir (Install) 6.57 603 Friday, June 2, 2017 Approved
Q-Dir (Install) 6.51 689 Sunday, April 16, 2017 Approved
Q-Dir (Install) 6.49.7 481 Monday, April 3, 2017 Approved
Q-Dir 6.39 1038 Monday, October 10, 2016 Approved
Q-Dir 6.38 661 Wednesday, September 7, 2016 Approved
Q-Dir 6.33 584 Thursday, April 14, 2016 Approved
Q-Dir 6.32 488 Sunday, March 20, 2016 Approved
Q-Dir 6.31 508 Wednesday, March 16, 2016 Approved
Q-Dir 6.28 402 Thursday, March 10, 2016 Approved
Q-Dir 6.26 501 Thursday, March 3, 2016 Approved
Q-Dir 6.22 461 Tuesday, December 1, 2015 Approved
Q-Dir 6.19 405 Tuesday, November 3, 2015 Approved
Q-Dir 6.14 389 Thursday, July 23, 2015 Approved
Q-Dir 6.12 416 Thursday, June 18, 2015 Approved
Q-Dir 6.11 463 Saturday, May 9, 2015 Approved
Q-Dir 6.10 412 Tuesday, April 14, 2015 Approved

This package has no dependencies.

Discussion for the Q-Dir Package

Ground Rules:

  • This discussion is only about Q-Dir and the Q-Dir package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Q-Dir, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus