Downloads:
1,378
Downloads of v 1.5:
1,378
Last Update:
09 Feb 2017
Package Maintainer(s):
Software Author(s):
- Matt Ginzton
Tags:
cmdutils cmd recycle-bin- Software Specific:
- Software Site
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
CmdUtils
- 1
- 2
- 3
1.5 | Updated: 09 Feb 2017
- Software Specific:
- Software Site
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,378
Downloads of v 1.5:
1,378
Maintainer(s):
Software Author(s):
- Matt Ginzton
CmdUtils 1.5
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Matt Ginzton. The inclusion of Matt Ginzton trademark(s), if any, upon this webpage is solely to identify Matt Ginzton 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 Failed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install CmdUtils, run the following command from the command line or from PowerShell:
To upgrade CmdUtils, run the following command from the command line or from PowerShell:
To uninstall CmdUtils, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download cmdutils --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade cmdutils -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 cmdutils -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 cmdutils
win_chocolatey:
name: cmdutils
version: '1.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'cmdutils' do
action :install
source 'INTERNAL REPO URL'
version '1.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller cmdutils
{
Name = "cmdutils"
Version = "1.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'cmdutils':
ensure => '1.5',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator AdmiringWorm on 17 Feb 2017.
You need manually add path to CmdUtils to your PATH user environment variable.
CmdUtils currently include:
+ Recycle, a safe replacement for the DEL command, that sends files to the recycle bin instead of deleting them. Recycle is also more flexible than DEL; you can specify multiple files at once (or use wildcards), and you can recycle whole directories at once (be careful!)
+ PropsFor, which displays the shell Properties dialog for all files (or folders, or drives) that you specify on the command line. PropsFor also accepts multiple files at once, either individually or as wildcards.
+ ContextMenu (context.exe), which displays the shell context menu for the specified file(s); from here, with one more step, you can get Properties, Quick View, or any other supported action for the specified file(s).
+ Bin (bin.exe), which manipulates the recycle bin. Caveat: it uses Windows functions that are not available unless you have Internet Explorer 4.0, Win98, or WinNT 5.0, and under Win98 they appear to be a bit buggy. So you can't even use bin unless you're running one of these recent Windows versions, and even then, if you run "bin /empty" and then cancel, "bin /size" may report that the bin is empty but this is not true, and "bin /empty" may not do anything at all. However "bin /empty /force" will still empty the recycle bin. This appears to be Windows' fault.
+ FixP, which fixes the command-line prompt under WinNT after you've run a 16-bit app. (It'll work under Win95, too, but it's totally unnecessary -- Win95 does this anyway.) Ever notice how, after you run a 16-bit app from a directory with a long filename, the prompt starts using the shortname? If you think this looks lame, just run fixp.
+ CmdUtils-Source.zip: full source code to all of the above.
For more details, run each program with /? on the command line to list options and other information.
Log in or click on link to see number of positives.
- cmdutils.1.5.nupkg (b9ef179779dd) - ## / 58
- Bin.exe (d828d84d57f3) - ## / 56
- CmdUtils-Source.zip (ba597027148f) - ## / 55
- Context.exe (58263ddb170f) - ## / 56
- FixP.exe (da85132c65bd) - ## / 57
- PropsFor.exe (ff650f4b77ce) - ## / 57
- Recycle.exe (01108300bb7f) - ## / 56
- cmdutils.zip (c7dc42196ee1) - ## / 57
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.
(c) 1998-2000 Matt Ginzton, MaDdoG Software
version 1.5: 5/28/2000:
+ included source code for first time!
+ fixed crash in fixp if you run it from a root directory (not that you'd ever need to do that!, but some people like to put it in a batch file to wrap naughty old 16-bit utilities)
+ fixed propsfor and context to handle wildcards on Windows NT/2000
added /separate argument to propsfor to change wildcard expansion to work more like Un*x (show each match separately)
This package has no dependencies.
Ground Rules:
- This discussion is only about CmdUtils and the CmdUtils 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 CmdUtils, 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.