From 431b9d5a10e729173a74602ad5f9b2f0be1ac719 Mon Sep 17 00:00:00 2001 From: "Alex D. Guerrieri" Date: Thu, 27 Apr 2017 12:04:30 +0200 Subject: [PATCH] Nircmd See http://www.nirsoft.net/utils/nircmd.html --- nircmd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 nircmd diff --git a/nircmd b/nircmd new file mode 100644 index 0000000000..7ece9ae2b3 --- /dev/null +++ b/nircmd @@ -0,0 +1,18 @@ +{ + "version": "2.81", + "homepage": "http://www.nirsoft.net/utils/nircmd.html", + "architecture": { + "64bit": { + "url": "http://www.nirsoft.net/utils/nircmd.zip", + "hash": "f56a6166f8956c507cc2bfec71339f3c467c0421fe6d16fbe4c52a36d79ce0ea", + "extract_dir": "." + }, + "32bit": { + "url": "http://www.nirsoft.net/utils/nircmd-x64.zip", + "hash": "37445b39e2fc437688164866c495bd28890ded5d0dbf71615bf92776e57c5189", + "extract_dir": "." + } + }, + "extract_dir": "", + "bin": "nircmdc.exe" +}