tagged [command]

PHP APC in CLI mode

PHP APC in CLI mode Does APC module in PHP when running in CLI mode support code optimization? For example, when I run a file with `php -f ` will the file be optimized with APC before executing or not...

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

list elements by activity

list elements by activity I'm working on automated builds and need to be able to list elements that were worked on under particular activities. I'm new to ClearCase so I apologise for naiivety ... My ...

What's a good way to write batch scripts in C#?

What's a good way to write batch scripts in C#? I would like to write simple scripts in C#. Stuff I would normally use .bat or 4NT .btm files for. Copying files, parsing text, asking user input, and s...

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

Looking for a Command Line Argument Parser for .NET

Looking for a Command Line Argument Parser for .NET I'm looking for a command line argument parser, such as "Command line parser" from [http://www.sellsbrothers.com/tools/Genghis/](http://www.sellsbro...

9 Sep at 19:12

Execute PowerShell Script from C# with Commandline Arguments

Execute PowerShell Script from C# with Commandline Arguments I need to execute a PowerShell script from within C#. The script needs commandline arguments. This is what I have done so far: ``` Runspace...

How do I launch the Selenium IDE from the command line with a specific test case loaded?

How do I launch the Selenium IDE from the command line with a specific test case loaded? I'm on Windows, and I want to launch Firefox and the Selenium IDE with a specified test case loaded and ready t...

Groovyscript grails system commands

Groovyscript grails system commands Is there a possibility of running my "grails run-app" command from my groovy script? I tried "cmd /c dir".execute() and it was working but "cmd /c grails run-app" d...

Vim: good way to setup makeprg=xcodebuild?

Vim: good way to setup makeprg=xcodebuild? What is the best way to set `makeprg=xcodebuild` in vim? I'm using filetype line in files to indicate that the file is objective-c (as opposed to matlab or c...

4 Dec at 12:39

How do I get the "ERRORLEVEL" variable set by a command line scanner in my C# program?

How do I get the "ERRORLEVEL" variable set by a command line scanner in my C# program? In my website I want to virus-check any uploaded files before saving them into my database. So I save the file to...

How can I read command line parameters from an R script?

How can I read command line parameters from an R script? I've got a R script for which I'd like to be able to supply several command-line parameters (rather than hardcode parameter values in the code ...

27 Jan at 23:40

Can I get copy/paste functionality from a C# Console Window?

Can I get copy/paste functionality from a C# Console Window? I am developing a console application in C#, and was wondering if there was a way to get the "copy-paste" or "mark-paste" functionality int...

Execute multiple command lines with the same process using .NET

Execute multiple command lines with the same process using .NET I'm trying to execute multiple commands without create a new process each time. Basically, I want to start the DOS command shell, switch...

21 Feb at 16:36

Concatenate text files with Windows command line, dropping leading lines

Concatenate text files with Windows command line, dropping leading lines I need to concatenate some relatively large text files, and would prefer to do this via the command line. Unfortunately I only ...

19 Mar at 12:39

search text file using c# and display the line number and the complete line that contains the search keyword

search text file using c# and display the line number and the complete line that contains the search keyword I require help to search a text file (log file) using c# and display the line number and th...

How can I process command line arguments in Python?

How can I process command line arguments in Python? What would be an easy expression to process command line arguments if I'm expecting anything like 001 or 999 (let's limit expectations to 001...999 ...

Process.Start() get errors from command prompt window

Process.Start() get errors from command prompt window I'm trying to with args. Now I want to obtain information about errors if they exist. Best regards, loviji

25 Apr at 17:43

String replacement in batch file

String replacement in batch file We can replace strings in a batch file using the following command These lines work fine and change the string "jump over the chair" to "jump over the table". Now I wa...

5 May at 10:48

How to get around the command line length limit?

How to get around the command line length limit? I've been working on a small and simple program that I drop files onto and, based on certian rules, they are moved to diffrent places. The program work...

27 May at 18:26

How do I write to command line from a WPF application?

How do I write to command line from a WPF application? Hi I know how to write to console but if I write to console in my program and call my program from the command line it won't display anything. Ho...

16 Jun at 23:32

process.start() arguments

process.start() arguments when i do the following command into dos it will work fine When I try to use the process class in c#, without the arguments, it loads ffmpeg in a console window then dissapea...

16 Jul at 19:15

Xcode "Build and Archive" from command line

Xcode "Build and Archive" from command line Xcode 3.2 provides an awesome new feature under the Build menu, "Build and Archive" which generates an .ipa file suitable for Ad Hoc distribution. You can a...

21 Jul at 05:46

Hide Command Window in C# Application

Hide Command Window in C# Application Before you say its a duplicate question, please let me explain (as I've read all similar threads). My application has both of these settings: and is also has Wind...

9 Aug at 13:46

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