tagged [command]

how to change directory using Windows command line

how to change directory using Windows command line I'm using `cmd.exe` (C:\WINDOWS\System32\cmd.exe) and I have to change my current directory to "D:\temp" i.e. temp folder in the D drive. When I try ...

Java Command line arguments

Java Command line arguments I am trying to detect whether the 'a' was entered as the first string argument.

4 Apr at 00:13

What is the difference between C# , .NET and CLI?

What is the difference between C# , .NET and CLI? What is the difference between C# , .NET and CLI?

12 Aug at 10:23

firefox proxy settings via command line

firefox proxy settings via command line How do I change Firefox Proxy settings via command line on windows xp/2k? Thanks

9 Sep at 19:8

How to exit a 'git status' list in a terminal?

How to exit a 'git status' list in a terminal? How can I exit a terminal listing mode generated by the `git status` command?

29 Dec at 00:37

How to create a file in Linux from terminal window?

How to create a file in Linux from terminal window? What's the easiest way to create a file in Linux terminal?

Change windows hostname from command line

Change windows hostname from command line Is it possible to change the hostname in Windows 2003 from the command line with out-of-the-box tools?

24 Sep at 15:15

Execute CMD command from code

Execute CMD command from code In C# WPF: I want to execute a CMD command, how exactly can I execute a cmd command programmatically?

10 Aug at 16:37

How to create a link to a directory on linux

How to create a link to a directory on linux How to create a link to an existing file or directory using a GNU Linux shell command?

28 Feb at 14:51

How to parse command line output from c#?

How to parse command line output from c#? I want to execute an application(command line application) from the C#... and I want after executing this application and providing the input to it, I want to...

How to run JUnit test cases from the command line

How to run JUnit test cases from the command line I would like to run JUnit test cases from the command line. How can I do this?

11 Jun at 14:51

How do I comment on the Windows command line?

How do I comment on the Windows command line? In Bash, # is used to comment the following. How do I make a comment on the Windows command line?

6 Dec at 14:7

How to append the output to a file?

How to append the output to a file? How can I do something like `command > file` in a way that it appends to the file, instead of overwriting?

17 Mar at 19:4

What is the difference between the remap, noremap, nnoremap and vnoremap mapping commands in Vim?

What is the difference between the remap, noremap, nnoremap and vnoremap mapping commands in Vim? What is the difference between the `remap`, `noremap`, `nnoremap` and `vnoremap` mapping commands in V...

16 Apr at 08:4

How do I check if a directory exists or not in a Bash shell script?

How do I check if a directory exists or not in a Bash shell script? What command checks if a directory exists or not within a Bash shell script?

27 Jan at 23:14

Maven command to determine which settings.xml file Maven is using

Maven command to determine which settings.xml file Maven is using How do I use maven command line to determine which settings.xml file Maven is picking up?

NDesk.Options: how to register required parameters correctly?

NDesk.Options: how to register required parameters correctly? I am trying to utilize the `OptionSet` class in the following way: ``` string resultsFileName = null; bool isHelp = false; var p = new O...

How can I pass command-line arguments to a Perl program?

How can I pass command-line arguments to a Perl program? I'm working on a Perl script. How can I pass command line parameters to it? Example:

9 Aug at 09:11

Command-line svn for Windows?

Command-line svn for Windows? Is there a command-line based version of `svn` for Windows? I know I can get TortoiseSVN, but that just doesn't work for me.

18 Aug at 11:27

What is the maximum length of a C#/CLI identifier?

What is the maximum length of a C#/CLI identifier? Which other restrictions are there on names (beside the obvious uniqueness within a scope)? Where are those defined?

What's a decent SFTP command-line client for windows?

What's a decent SFTP command-line client for windows? Most of the windows SFTP clients (like FileZilla) seem to be GUI-based. I need something I can call from batch files.

13 Aug at 14:0

Fortify command line usage

Fortify command line usage Has anyone used command line to run fortify? I tryin to incorporate fortify run in my CI build and I dont know how to do it.

How to start an Android application from the command line?

How to start an Android application from the command line? How to start an Android application from the command line? There are similar question asked, but I can not find good any answers.

7 Jul at 16:26

Install a Windows service using a Windows command prompt?

Install a Windows service using a Windows command prompt? I want to install a Windows service using a Windows command prompt (not the Visual Studio command prompt). How do I do this?

1 Feb at 15:23

How do I make a python script executable?

How do I make a python script executable? How can I run a python script with my own command line name like `myscript` without having to do `python myscript.py` in the terminal?

22 Jan at 19:0