tagged [command]
Java Command line arguments
Java Command line arguments I am trying to detect whether the 'a' was entered as the first string argument.
- Modified
- 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?
- Modified
- 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
- Modified
- 9 Sep at 19:8
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 ...
- Modified
- 8 Jul at 21:17
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?
- Modified
- 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?
- Modified
- 27 Nov at 22:58
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?
- Modified
- 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?
- Modified
- 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?
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?
- Modified
- 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?
- Modified
- 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?
- Modified
- 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...
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...
- Modified
- 23 May at 12:2
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?
- Modified
- 4 Oct at 12:4
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:
- Modified
- 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.
- Modified
- 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?
- Modified
- 9 Oct at 09:46
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.
- Modified
- 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.
- Modified
- 13 Oct at 15:12
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.
- Modified
- 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?
- Modified
- 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?
- Modified
- 22 Jan at 19:0
How do I execute a program or call a system command?
How do I execute a program or call a system command? How do I call an external command within Python as if I had typed it in a shell or command prompt?
- Modified
- 15 Dec at 01:6