Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / shell

Shell

shell

Great Reads

by Oscar-Tark
In this article, we will be looking at a more advanced version of a buffer overflow attack.
by Pavel Durov
This article will explain how to explore Android internal data from Eclipse DDMS perspective using adb and Linux commands.
by BoSkjoett
How to create and delete shortcut files in Windows Startup Folder using C#.
by Mohamed Ashmawy
AlbiruniML is a linear algebra and machine learning library written in pure C# language inspired by tensorflow

Latest Articles

by Oscar-Tark
In this article, we will be looking at a more advanced version of a buffer overflow attack.
by Pavel Durov
This article will explain how to explore Android internal data from Eclipse DDMS perspective using adb and Linux commands.
by BoSkjoett
How to create and delete shortcut files in Windows Startup Folder using C#.
by Mohamed Ashmawy
AlbiruniML is a linear algebra and machine learning library written in pure C# language inspired by tensorflow

All Articles

Sort by Score

shell 

by tc99
Immediate access to resources without clicking
by metastruct
When WebClient, HttpRequest, and all else fail, BITSadmin solves your download woes
by Bashar Tahir
Easily zip / unzip files using Windows Shell32
by metastruct
SFTP Files using PLINK as a process in C#
by V. Subhash
A simple fix for excessively bright video and low-volume audio
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...
by PJ Arends
I needed to disable the Sleep button on my keyboard, here's how.
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
by Yvan Rodrigues
This hidden key-click combination adds the ability to open a command prompt window from a Windows Explorer view.
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.
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.
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...
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[^].
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.
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...
by imagiro
How to use the shell to unzip a file to a folder location
by Erez Zinman
Running a(ny) shell command using C#
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...
by Malcolm Arthur McLean
A completely portable, tiny, Unix style shell in pure ANSI C.
by k5054
How to update a bash variable inside a loop when reading from command output
by h_wiedey
This tip shows how md5 and locate can be used to find duplicate files.
by Midi_Mick
Getting information about a file that does not yet exist
by Sanjay1982
Small shell script function to XOR hex strings