Top "Command" questions

A command is a directive to a computer program acting as an interpreter of some kind, in order to perform a specific task.

How to call an external command?

How do you call an external command (as if I'd typed it at the Unix shell or Windows command prompt) …

python shell terminal subprocess command
Command to list all files in a folder as well as sub-folders in windows

I tried searching for a command that could list all the file in a directory as well as subfolders using …

windows command-line command dir
Run Command Prompt Commands

Is there any way to run command prompt commands from within a C# application? If so how would I do …

c# .net command-line command prompt
How to create a link to a directory

How to create a link xxx to /home/jake/doc/test/2000/something/? Assume the xxx is created under /home/jake …

linux shell command
How do I ignore files in Subversion?

How do I ignore files in Subversion? Also, how do I find files which are not under version control?

svn command
Stop node.js program from command line

I have a simple TCP server that listens on a port. var net = require("net"); var server = net.createServer(function(…

node.js command
Command Prompt - How to add a set path only for that batch file executing?

Basically, I know I can go through my control panel and modify the path variable. But, I'm wondering if there …

path batch-file command command-prompt
PHP shell_exec() vs exec()

I'm struggling to understand the difference between shell_exec() and exec()... I've always used exec() to execute server side commands, …

php shell command exec
Python not working in command prompt?

I type python into the command line, but the command prompt says that python is not recognized as an internal …

python windows windows-8 command
Converting PKCS#12 certificate into PEM using OpenSSL

I have OpenSSL x64 on Windows 7 which I downloaded from openssl-for-windows on Google Code. I'm attempting to run: openssl pkcs12 …

openssl command pkcs#12