A command is a directive to a computer program acting as an interpreter of some kind, in order to perform a specific task. Most commonly a command is a directive to some kind of command line interface, such as a shell.

learn more… | top users | synonyms (1)

0
votes
2answers
33 views

Using cmd.exe from C#

I have been toying with the Process class in C#. I have some code below I'd like to use to open cmd.exe and run the DIR command. However, when I attempt to use the code, the cmd.exe opens, but no ...
0
votes
1answer
22 views

WPF: call Command in MVVM after view is rendered?

I am designing a WPF app and using MVVM pattern. Let's say I have one view called View1, and it's DataContext is set to ViewModel1 in it's contractor. The VM has one Commandcalled RefreshCommand whose ...
0
votes
0answers
10 views

Master/Detail Flow Activity command

I'm new in the developing applications,and I have a main menu that contains buttons,one of the buttons should open a Master/Detail flow activity, what is the command that I should put in my button and ...
0
votes
1answer
18 views

Command to paste the Clipboard content into Notepad

I have scenario where I can use only command line operations to do my things. I have some file which is already opened. I want to copy the content from this file and save it to notepad. I am able ...
0
votes
0answers
19 views

ProcessBuilder keep process window from closing

I am using ProcessBuilder to execute a program. Currently when I execute the process the program opens up, runs its scripts and then immediately closes. I would like to keep the program open after I ...
0
votes
3answers
31 views

How do I create a new card in another stack?

I have a script in a stack called "loader" and I want to create a new card in another stack called "theData". If I just use create card the cards are created in the stack "loader". How do I specify ...
0
votes
1answer
28 views

Mvvm Windows Phone 8 command Error: BindingExpression path error: 'SalvarCommand'

My commands are pointing to the Model class and not for ModelView System.Windows.Data Error: BindingExpression path error: 'SalvarCommand' property not found on 'SuperListaW8.Model.ListaItem' ...
1
vote
0answers
20 views

Windows command to copy file forcefully when that file is used by another process [migrated]

I am copy a file using copy command. But its throwing some error. copy /y ..\BuildLog.htm . Error is : The process cannot access the file because its used by another process XCOPY /Y is also ...
0
votes
1answer
39 views

Find b'' in command output?

I'm trying to find a specific string from a command output in terminal. It doesn't work however. Here is the command I'm running: check = subprocess.check_output("netctl list | sed -n 's/^\* //p'", ...
0
votes
1answer
22 views

how to invoke a method from an Entry Widget in Ruby Tk

I'm looking for an option or a way to bind an event, which invokes a method from an Entry-Widget. Like the command option for button-widgets: command { method } or like binding an event for ...
1
vote
0answers
16 views

Command to trigger a mousewheel event

I am doing a research of Kinect to browse pictures. My application has the ability to change pictures by sending command System.Windows.Forms.SendKeys.SendWait("{Right}"). Now to enlarge the ...
-1
votes
0answers
23 views

Create matlab exe package with cmd

I am working on some matlab code and need to compile to exe to offer custmer. I used the deploy tool to generate exe but failed. I used mcc and add all the path in previous deploy project, then the ...
0
votes
1answer
28 views

Shell command for getting history of a specific command

I am looking for a command that shows what type of parameters are used earlier for the command I am using currently. For example, if I want to use the command say tail, can I see the list of commands ...
0
votes
1answer
17 views

Something similar to RoutedCommands, but for MVVM

I have a Command bound to my MainWindow via CommandBinding to the Delete key. I want that, depending on the context (which element is active), the same command would be translated to different ...
-1
votes
1answer
30 views

Download complete directory command line psftp [closed]

i have to move a complete folder from 1 source to another destination. still now i used mget * and xcopy but of no use.please suggest some snippets. am using psftp to connect the ftp. my code is : ...
0
votes
0answers
27 views

Add to Command Action From Parent Control

I have a custom control that is a textbox with an embedded button for clearing the textbox. The button is wired to the ApplicationCommands.Delete command with the target as the textbox. This works ...
1
vote
2answers
47 views

Switch a buffer after C-x C-b command USING KEYBOARD

After having typed C-x C-b there will a new window showing currently opened buffers... that is easy. But how can I switch to one of them using only my keyboard? Now I have to move my mouse an click on ...
0
votes
0answers
15 views

loading MIB file snmptranslate

I downloaded and put a MIB file into my /usr/local/share/snmp/mibs directory. I am trying to use snmptranslate -m +necronIV-mib2-V1.4.11-three.mib -IR -On npm4TotalVoltageA but i get error of ...
0
votes
1answer
41 views

Implementing a command-line argument

I have to implement the main function with the following signature: int main(int argc, char *argv[]) What is a command-line argument and why don't I need test cases for it? And what do they ...
0
votes
0answers
45 views

Python error in line passing parameter to command

what does this error means? TypeError: cannot concatenate 'str' and 'set' objects. def main(): print 'ffffffffffffffffffffffffff' try: print getopt.getopt(sys.argv[1:], 'u:a:s:', ...
-1
votes
1answer
35 views

send command to pc using mobile phone [closed]

This is my situation: I have a PC that has access to a server, when I need to reboot the server I have to log in into this PC to reboot the server. Sometimes I need to reboot the server but I don't ...
2
votes
1answer
26 views

Redirect output processed via vbscript (cscript) to file

Issue with command output: I am attempting to have a continuous ping report back to a text file. Started with: ping 127.0.0.1 -t >> C:Textping.txt Works great I also want to have ...
0
votes
1answer
26 views

*Error: (null) Code:8004100E Source:(null) Do you want to stop debugging ?* error while running the following vb script

Execution of following Vb-script leads to the Error: (null) Code:8004100E Source:(null) error Program:- ' List Internet Explorer Summary Settings strComputer = "." Set objWMIService = ...
0
votes
1answer
28 views

Command binding in code behind

I am trying to bind a command in code behind of a custom control. The control itself doesn't have a ViewModel but the page which it is going to be a part of has one. That view model has multiple ...
0
votes
2answers
24 views

Efficient way of using auto complete in Linux [closed]

Guys What is a more efficient way of doing the following using auto-complete? cd ls cd bar ls cd baz ls cd basilio
0
votes
1answer
55 views

how to use terminal commmands on qt

I am QT for a project and I want to compile and run few C++ codes on QT. I have written the following code to compile a C++ file. But I don't know how to check if the program was compiled properly. If ...
-2
votes
1answer
14 views

I dont run mi script junit by .bat

I read other questions like a: "How to run Junit testcases from command line?" and "how to run junit test command line from java [duplicate]" I still can not run my script from a file .bat: java -cp ...
0
votes
1answer
51 views

How to properly run “top” command through SSH?

I'm using this library to connect to the Linux commands I run and run but Some commands have problems For example, I have a problem running these commands: top and top -n 1 error:TERM ...
0
votes
2answers
28 views

CMD - Command to change front size

Is there a way to enter a command into cmd, and increase the front size, not the resolution? Not by clicking on the properties, but by typing a command in the cmd.
1
vote
1answer
21 views

find command in python failing with “missing argument to -exec”

I am trying to find files older than certain number of days and remove them subprocess.call(['find', DIRECTORY, '-mtime', '+5', '-exec', 'rm', '{}', r'\ ']) Why is this call giving me missing ...
0
votes
0answers
45 views

How to print in chinese on epson printer using delphi code and what is mode of Epson is it ascii or Unicode?

I have to print the content in chinese on epson printer .I have used all commands related to character set and code table(ESC R n) and (ESC t n) and tried to print the content but its not printing in ...
1
vote
3answers
59 views

how to remove unnecessary chars from date command output in python

I am new to python. Forgive me if it's too simple. I want to extract only date using date command in python import subprocess p = subprocess.Popen(["date", '+%m/%d/%y'], stdout=subprocess.PIPE) ...
0
votes
1answer
26 views

Enter password in command prompt on fly

I have a problem here. string strDir = @"cd /d d:\dirc"; string strCmd = @"gpg --output d:\dirop\outputfile.TXT --decrypt d:\dirip\encfile.enc"; string strPass = ...
1
vote
1answer
23 views

How to show only newly logged content in tail -f?

normally tail -f shows 10-15 already logged content.How can I avoid it? I only want to see newly logged content.Is there any switch in tail for that.Please advice.
1
vote
1answer
32 views

RaiseCanExecuteChanged more convenience

I'd like to RaiseCanExecuteChanged when CanExecute condition got changed. E.g.: public class ViewModel { public viewModel() { Command = new RelayCommand(action,condition); } private bool ...
-2
votes
0answers
36 views

IOS 6.0 Open Alternative defining Bundle ID

I'm completely new to IOS programming & so apologies if the question is a bit basic - but I'm trying to implement the answer found in iOS 6.x open command line on jailbreak - however I'm unsure ...
-4
votes
1answer
48 views

Read input for compiled c program from a file [closed]

I am writing a c program in windows OS. I am using GCC for compiling the c program. I have the following c code: #include<stdio.h> #include<conio.h>` int main() { int i=10; int j=12; ...
0
votes
1answer
23 views

Symfony2 - Accessing user-defined functions from a Command

As a console command only allows for the config() and execute() functions to be declared, how can I declare user-defined functions and call them?
0
votes
2answers
24 views

How to sort content of a text file in Terminal Linux by splitting at a specific char?

I have an assignment in school to sort a files content in a specific order. I had to do it with Windows batch-files first and now I have to do the same in Linux. The file looks more or less like this ...
1
vote
1answer
15 views

“Open last closed document” shortcut for Visual Studio? [duplicate]

Is there a shortcut or command in VS for opening last closed document? Many times I close a doc. and a second later I regret and want to reopen it, I'm tired of struggling to find it in the solution ...
0
votes
1answer
39 views

Android JB 4.2.2 and Monkeyrunner script to make call

I am using Jelly Bean 4.2.2 on my device and trying to make a call using Monkeyrunner script. I am using the below code which was working on ICS very well but in JB, it doesn't type the phone number ...
0
votes
0answers
44 views

Running Applescript from Excel 2011 VBA

Mac OS X, Excel 2011 VBA Question: I am trying to run a bash shell from an Excel 2011 macro. The command executes properly from the Mac OS X Lion 10.7.5 terminal. It also executes correctly using ...
0
votes
1answer
34 views

Add a new entry in the right click menu

I want to create a new entry in the right click menu in eclipse. When I right click on a class, there should be a new entry 'MyEntry'. When clicking on it it should do something like "Hello World". ...
0
votes
1answer
35 views

Issue with Windows Store app CommandParameter; doesn't bind to UIElements or their properties?

The past couple of hours I've been trying to pass a GridView's SelectedItem to a CommandParameter with all sort of crazy ways from different binding styles to crazy-hacky converters. Each time the ...
1
vote
1answer
33 views

Circular import is only stopping Django command, not shell or web response

I have two classes which import each other: profile/models.py class Company(models.Model): name = ... class CompanyReview(models.Model): company = models.ForeignKey(Company) from ...
0
votes
0answers
33 views

Register dll in COMPLUS application using powershell

I have a COMPLUS apllication of activation type "1".Now i want to register few dlls under this application,that will get list down under components tab of the application.suppose the dll name is ...
0
votes
0answers
32 views

CommandGroup CanExecute not working only sporadically

I have been trying to track this down for quite a while now and am drawing a total blank, so maybe there is something I am missing that others might see? NOTE: this is currently only being seen on one ...
0
votes
2answers
15 views

Parse input using regex: Divide string into command and args

I am currently working on a multiplayer based game. The chat is not only supposed to be there for conversation, but is also supposed to act like a server command line. If the parser receives a chat ...
0
votes
2answers
26 views

program to install firefox exetension in windows?

Is it possible to build a installer(or program) in windows 7, that can install extension to firefox (if the browser installed on the machine). or atleast help me by providing command to install ...
0
votes
0answers
4 views

Terminal cuts off command output from last?

I am working on bash script and when my script reach and execute command. I am expecting longer output in terminal but it just shows 20 to 25 lines as output and rest of lines disappears. Please help

1 2 3 4 5 58