Click here to Skip to main content
15,886,110 members
Everything / Programming Languages / Shell

Shell

shell

Great Reads

by V. Subhash
About odd but critical shell-programming details that get easily forgotten or ignored
by Mr. xieguigang 谢桂纲
How to build my own 3D graphics engine from ZERO step by step
by Kewin Rausch
Moving forward in the future networks evolution
by fd9750
Overview of required tools to cross compile/build/remote debug C/C++ projects on a Windows host ( 10 ) for a Raspberry PI 3B

Latest Articles

by V. Subhash
A simple fix for excessively bright video and low-volume audio
by hemanthk119
Steps to enable VPN client on an OpenWRT router using openvpn and mwan3
by Ben McNamara
Container classes much faster than STL.
by k5054
How to update a bash variable inside a loop when reading from command output

All Articles

Sort by Score

Shell 

21 Jun 2011 by rnbergren
The reverse is true as well. Typing "explorer ." will open Explorer from the command line for the current directory you are in. That comes in useful on occasions.
5 Nov 2023 by V. Subhash
A simple fix for excessively bright video and low-volume audio
23 Jun 2011 by Member 8009015
My XP method is to:Go to C:\WINDOWS\system32\Right click on cmd.exeSend to Desktop (shortcut)Right click on the Desktop shortcutClear the start in parameterOn the address line of any Explorer directory, start typing cmd and you will get a list of any icons on the Desktop starting...
21 Jun 2021 by V. Subhash
Cut, copy, convert, mix, rotate, flip, resize, crop, combine, compose, blur, sharpen, smoothen, side-by-side split, PIP inset, fade in/out using FFmpeg Filters
6 Nov 2012 by PJ Arends
I needed to disable the Sleep button on my keyboard, here's how.
24 Jun 2011 by thatraja
Here are a couple of other ways:Microsoft PowertoysSend to ToysManually add the context menuThrough batch fileThrough the RegistryAdd Command Prompt here Shortcut to Windows Explorer[^].
17 Nov 2022 by h_wiedey
This tip shows how md5 and locate can be used to find duplicate files.
8 Mar 2023 by k5054
How to update a bash variable inside a loop when reading from command output
3 May 2010 by Riaan Lehmkuhl
Create a new text file called shortname.vbs:Open in Notepad and paste the following code in it:set fso = CreateObject("Scripting.FileSystemObject") strLongName = Wscript.Arguments(0)strShortName = "Invalid File/Folder - (" & strLongName & ")"Set fsoFile = NothingOn Error Resume...
12 Feb 2011 by Erez Zinman
Something I only found out about recently:There's a better alternative than using "cmd start...".One should use the following method:[System.Runtime.InteropServices.DllImport("shell32. dll")]private static extern long ShellExecute(Int32 hWnd, string lpOperation,string lpFile, string...
30 Aug 2011 by wendy krieger
You could try http://win.code65536.com/[^]. The first link here is an 'open command prompt' (freeware).Unlike most, you can click on folder background to open it up to that directory.
4 Oct 2012 by Sanjay1982
Small shell script function to XOR hex strings
8 Mar 2016 by Yvan Rodrigues
This hidden key-click combination adds the ability to open a command prompt window from a Windows Explorer view.
14 Jun 2011 by manish76235
Good one. However typing CMD in the explorer address bar and pressing enter will also open up the command prompt inside the selected folder path as well. Hope this helps.
22 Oct 2013 by Bashar Tahir
Easily zip / unzip files using Windows Shell32
13 Nov 2016 by Midi_Mick
Getting information about a file that does not yet exist
22 Jan 2014 by imagiro
How to use the shell to unzip a file to a folder location
24 Jan 2011 by Erez Zinman
Running a(ny) shell command using C#
27 Mar 2013 by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
25 Mar 2010 by Leung Yat Chun
ExtraPropertie...
22 Apr 2023 by Ben McNamara
Container classes much faster than STL.
10 Feb 2010 by jadon1979
Ever want to pin a file to the Start Menu? This is a simple class I built that allows you to do just that. It works on XP, Vista, and Windows 7. I've included a small example at the bottom of this post.#Region " Pinner Class " Public Class smPinner Private _isPinned As...