oceanclub
New member
Posts: 2
|
 |
« on: April 18, 2011, 10:17:38 AM » |
|
KeyBreeze works with NirCmd fine, as you can pass a shortcut to NirCmd; for example:
keyword: closeinternetexplorer target: C:\WINDOWS\nircmd.exe•win close class "IEFrame"
However, without having to set up a .bat file, I wanted to set up a keyword that calls nircmd.exe multiple times. For example, I'd like a keyword that does the equivalent of the following:
nircmdc.exe win close class "IEFrame" nircmdc.exe win close class "CabinetWClass" nircmdc.exe win close class "ExploreWClass"
Is this possible? Or is it possible to pass a single instance of nircmd multiple commands? (I don't think this is possible.)
Thanks in advance,
P.
|