It is currently Wed Jun 19, 2013 3:19 am

All times are UTC - 8 hours




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: Nircmd v2.20
PostPosted: Mon Jan 05, 2009 5:56 am 
Offline
User avatar

Joined: Fri Aug 31, 2007 7:58 am
Posts: 152
Location: Canada's capital
not a portable freeware because it is command line, but since virtually everything else by Nils Sofer is portable, I am noting its update:

New in v2.20
* New commands: waitprocess, setprocesspriority, qboxtop, qboxcomtop.
* New action in clipboard command: copyimage (Copy image file to the clipboard)

Homepage
http://www.nirsoft.net/utils/nircmd.html
Download
http://www.nirsoft.net/utils/nircmd.zip


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Tue Feb 16, 2010 8:53 am 
Offline
User avatar

Joined: Mon Aug 27, 2007 2:00 am
Posts: 3787
V2.40 is available.

_________________
Added 177 Applications: Portable and an AutoIt MVP
SoftwareSpot - Portable Apps


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Oct 06, 2010 10:24 am 
Offline

Joined: Thu Aug 26, 2010 6:37 am
Posts: 64
V2.41 is available.


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Feb 23, 2011 10:43 am 
Offline

Joined: Sat Sep 05, 2009 6:35 pm
Posts: 288
V2.45: 10/18/2010
Added trayballoon command - displays a tray balloon with your desired text and icon.
Added sendkeypress command - Alternative to the sendkey command. Allows you to send key press combination in much easier way, for example: sendkeypress ctrl+shift+esc
Added clonefiletime command to clone the date/time of existing file into one or more files.
Added setconsolemode command to set the console display mode - window or full screen.
Added setconsolecolor command to set the foreground and background colors of the console text.
Added consolewrite command to write text into the console window.
Added debugwrite for writing text into the debug output.
Added ~$folder.mydocuments$ variable.

V2.46: 11/28/2010
Added option to locate window by process in win command.
Added max and min options (Minimized and maximized windows) into exec and exec2 commands.
Added x64 builds of nircmd.exe and nircmdc.exe

V2.47: 01/20/2011
Fixed bug: The sendkeypress command didn't work properly with Fxx keys (F1, F2, and so on).

V2.48: 02/22/2011
Fixed the problems with the timeout of the tray balloon in trayballoon command.


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Fri Feb 25, 2011 4:08 pm 
Offline

Joined: Sat Sep 05, 2009 6:35 pm
Posts: 288
V2.50: 02/24/2011
Added 3 new sound volume commands to change or mute application volume on Windows 7/Vista/2008: setappvolume, changeappvolume, muteappvolume
Added new information command that shows you a message box with all sound devices on your Windows 7/Vista/2008 system: showsounddevices.


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Tue Mar 15, 2011 8:27 am 
Offline

Joined: Sat Sep 05, 2009 6:35 pm
Posts: 288
V2.51: 03/13/2011
Added 'focused' option for setappvolume, changeappvolume, and muteappvolume commands, which allow you to easily change the volume of the application that is currently in focus, on Windows 7/Vista/2008.
Added 'default_record' option for setsysvolume, changesysvolume, setsysvolume2, changesysvolume2, and mutesysvolume commands, which allows you set easily change the volume of default recording device, on Windows 7/Vista/2008.


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Sun Mar 27, 2011 10:31 am 
Offline
User avatar

Joined: Wed Jun 20, 2007 1:00 pm
Posts: 1098
Location: Ingolstadt [DE]
NirCmd V2.52 is available :!:

- Added 'runas' command, which allows you to run a new process with the specified user name/password.
- Added 'Flash' action to the win command, with allows you to flash the specified window.


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Jun 08, 2011 6:21 am 
Offline
User avatar

Joined: Wed Jun 20, 2007 1:00 pm
Posts: 1098
Location: Ingolstadt [DE]
NirCmd V2.55 is available :!:

- On savescreenshot, savescreenshotfull, and savescreenshotwin commands, you can now specify *clipboard* as a filename, in order to save the screenshow into the clipboard
- On savescreenshot command, you can now specify a rectangle to capture as x, y, width, and height instead of capturing the entire screen.


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Jun 08, 2011 9:52 am 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3534
Location: US, Texas
Does anyone know an easy way to integrate this with existing automation tools?

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt, WinSplit


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Jun 08, 2011 11:48 am 
Offline
User avatar

Joined: Sat Feb 09, 2008 9:57 am
Posts: 2016
Location: Romania
Like making .bat files (in same folder as nircmd.exe) and executing them using any hotkeys app (admin rights needed)?
Code:
Echo off
start nircmd.exe monitor off
Exit


Or Executor keywords (put nircmd.exe in same folder as executor.exe and use the exact commands from nircmd.chm)?

Image

I think I have one or two nircmd commands in my PowerPro config. :)

Image

_________________
The Venus Project - Imagine Our world with No Laws, No Crime, No Wars, No Prisons


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Jun 08, 2011 12:36 pm 
Online
User avatar

Joined: Sat Sep 09, 2006 10:14 am
Posts: 714
Location: Hungary
Or you can use Total Commander's button bar for example:

Code:
Go to path on clipboard (in Total Commander):
"%commander_path%\..\nircmd\nircmd.exe" exec show "%commander_path%\TOTALCMD.EXE" /O /T /S /L="~$clipboard$"

As you can see, all paths are relative.

@joby

You can use relative paths in PowerPro too:
Code:
pprofolder++?"..\..\Total Commander\TOTALCMD.exe"

_________________
yet another Portablizer :: PasteColor


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Jun 08, 2011 3:27 pm 
Offline
User avatar

Joined: Wed Apr 11, 2007 8:06 pm
Posts: 3534
Location: US, Texas
joby_toss wrote:
Like making .bat files (in same folder as nircmd.exe) and executing them using any hotkeys app (admin rights needed)? Or Executor keywords (put nircmd.exe in same folder as executor.exe and use the exact commands from nircmd.chm)?

Yeah. I think any note about this program should come with a few quick ways to use it like what you and tproli added. Thanks to both of you.

_________________
Supporting the Electronic Frontier Foundation | DuckDuckGo user | My GPG key | Projects donated to: VLC, CubicExplorer, Ditto, Greenshot, TrueCrypt, WinSplit


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Thu Jun 09, 2011 4:43 am 
Offline
User avatar

Joined: Sat Feb 09, 2008 9:57 am
Posts: 2016
Location: Romania
tproli wrote:
@joby
You can use relative paths in PowerPro too:
Code:
pprofolder++?"..\..\Total Commander\TOTALCMD.exe"

I never knew this!
Thank you very much!

_________________
The Venus Project - Imagine Our world with No Laws, No Crime, No Wars, No Prisons


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Jun 29, 2011 9:31 am 
Offline

Joined: Sat Sep 05, 2009 6:35 pm
Posts: 288
NirCmd v2.65 ~ 06/28/2010

Added setdefaultsounddevice command (for Windows 7/Vista/2008 only), which allows you to set the default sound device.
Added setsubunitvolumedb command (for Windows 7/Vista/2008 only), which allows you to set the volume of sound device subunits (Line In, Microphone, and so on)
Added mutesubunitvolume command (for Windows 7/Vista/2008 only), which allows you to mute/unmute the volume of sound device subunits (Line In, Microphone, and so on)


Top
 Profile  
 
 Post subject: Re: Nircmd v2.20
PostPosted: Wed Sep 12, 2012 12:12 am 
Offline
User avatar

Joined: Wed Jun 20, 2007 1:00 pm
Posts: 1098
Location: Ingolstadt [DE]
NirCmd is now V2.70 :!:

Changelog:

- Added new option to speak command: You can now save the entire speach into a .wav file that can be played with any media player (Instead of playing it directly to your sound card).
- Added restartexplorer command, which simply restarts Windows Explorer gracefully.
- Added screensavertimeout command, which allows you to set the screensaver timeout, in seconds.
- Added togglemax, togglemin, togglehide, toggledisable actions to win command.
- Added SystemSounds support for setappvolume, changeappvolume, and muteappvolume commands.
- Fixed issue on Windows 7: 'win close alltopnodesktop' command caused a shutdown dialog-box to appear.
- Fixed the setprimarydisplay to work properly.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC - 8 hours


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group