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.
1
vote
1answer
46 views
Should Command / Handles hold the full aggregates or only its id?
I'm trying to play around with DDD and CQRS.
And I got this two solutions :
add AggregateId to my command / event. It's nice beauce I can use my command as my web service's parameter, and I can as ...
1
vote
1answer
71 views
how to send an external command to external program in bash?
I have an app installed on solaris which have its own specific commands,normally I have run below commands one by one in terminal:
eaw DDBSC1
(then the prompt will change to <)
< ...
1
vote
1answer
82 views
Java : Interactive Console using jTextArea
I am developing a cmd like console using jTextArea, for an IDE. What I want to do is as I click the execute button, it provides me interactive input/output screen in the jTextArea.
I am able to grab ...
0
votes
2answers
130 views
DOS command to list file creation date [closed]
Under Windows 98 (horrible, I know) or DOS for that matter, I need to recursively list the creation dates of files along with their last modification dates.
At the moment I can only see a file's ...
5
votes
2answers
557 views
How to use java program to run command prompt commands?
this is my first time posting here, so I'm not really sure what to say/ask.
Anyways, I am trying to make a simple java program that runs command prompt commands from the java program, mainly used for ...
0
votes
2answers
133 views
Autorun of vb.net program with command line parameters does not work
I am writing an application that needs admin rights to run in VB.NET (VS2012,framework 4)
It is an app to protect the Hosts file from modification.
I want the app to start automatically with windows ...
1
vote
3answers
58 views
Extracting jar to specified directory
I wanted to extract one of my jars to specified directory using jar command line utility.
If I understand this right -C option should to the trick but when I try
jar xvf myJar.jar -C ...
0
votes
2answers
215 views
Is hadoop jar command class name case sensitive?
I just started learning hadoop 1.1.2 recently.
When I begin running the WordCount case, The two kind of codes are both fine.
command A:
hadoop jar /usr/local/hadoop/hadoop-examples-1.1.2.jar ...
1
vote
0answers
60 views
Badly placed ()'s when creating Xquery command
So I have created the same books.xml file from W3schools. Now I'm trying to use Xquery.
I started with this command: doc("books.xml")
but it shows the following error:
Badly placed ()'s.
I ...
0
votes
2answers
117 views
Teradata client on Unix Solaris
I deploy some .bteq and .sql scripts on a TERADATA database. For doing this, I use a client on my desktop called BTEQWin version 13.10.0.03.
I get the .bteq/.sql from a version control like pvcs/svn ...
0
votes
1answer
36 views
What's the difference between @ an non @ command in batch script?
What's the difference between @ an non @ command in batch script?
Eg, what's the difference between
@IF
and
IF
One more question:
What's the difference between % and %% in batch script?
Eg, what's ...
0
votes
1answer
65 views
c# execute shell command and get result [duplicate]
I am executing a command prompt command as follows:
string cmd = "/c dir" ;
System.Diagnostics.Process proc = new System.Diagnostics.Process();
proc.StartInfo.FileName = "cmd.exe"
...
0
votes
0answers
39 views
nHibernate fails to timeout while connecting to Oracle database
I am unable get to set the command time while executing commands on Oracle database.
Tried to set connect_timeout in nHibernate xml config file
Tried to set time out in the method of the interface ...
0
votes
0answers
17 views
Command line for changing console
I am looking out a way I can switch windows consoles like we do in
Windows task manager->Users [TAB]->Connect to some console.
I want a way to get this done programmatically, preferably command ...
0
votes
1answer
44 views
Windows For command Fails for files over 2gb
I have a windows for /F command that works perfectly well on files up to 2gb but simply does nothing and proceeds to the next command when they are over 2gb
I have searched for documentation ...
1
vote
1answer
62 views
Run a command when responding to an event
Basically, I am trying to respond to an event raised by a WPF control, but instead of using code-behind, run a command (an ICommand) instead.
I have a Window called CouponView and a UserControl ...
0
votes
3answers
41 views
Echo a command on screen
I would like to echo a command onto the screen. I'm making something of a tutorial for someone and I want to display the command that is going to be running when they press enter.
For example, I have ...
0
votes
1answer
92 views
How do I move all arguments entered in a shell script to a folder?
I am trying to move all the arguments that are given when the script is run, to a RecycleBin directory. I am setting RecycleBin to be a directory in my home folder using RecycleBin="$HOME/Recycled".
...
0
votes
1answer
88 views
CMD instead of running command just opens it
OS Win7, GAE 1.7.6, Python 2.7.3
Working on Google app engine project with 2 other people, project leader gave us sample data via sampleData.cmd to run it inside.
nameOfTheApp\main>sampleData
...
0
votes
2answers
75 views
Db2 mainframe commands
I am naive in mainframe and my question would sound silly. However, I want to know where do we write or issue db2 commands,say diplay database command. Under which option do we issue these commands. ...
0
votes
0answers
16 views
cakephp unix login and execute commands
Over the last months I’ve built a full cakephp app for my company to handle workflow, attendance, etc.in a unix environment.
Aside from that app, many people login directly to a unix prompt to ...
0
votes
3answers
70 views
(Python) Connecting subprocess pipes/Running command through a jump box
So I want to use python to run a command on a server, but to do that I have to go through another box. I connect to the first box by running ssh through subprocess. However, Im unsure how to then get ...
1
vote
0answers
59 views
php form will not submit when button is clicked because of commands out of sync
The following code will not submit the form to the page, even though it is supposed to. My form tags are declared in a page that is 2 layers up in the folder hierarchy and i made it so that it is able ...
4
votes
3answers
131 views
how to get linux command output string and output status in c++
I want to get a Linux command's output string as well as command output status in a C++ program. I am executing Linux commands in my application.
for example:
Command:
rmdir abcd
Command ...
0
votes
0answers
16 views
Is there any way to copy file which are modified at perticuler time in cmd?
I am using the below command to copy all modified file day wise
D:\ws\xcopy *.* /s /D:04-02-2013 D:\new
but now i want to copy files which are modified at particular time, any have any idea how to ...
0
votes
0answers
28 views
Eclipse debugger manual control, how to resume by command
I am running a native C++ Android project in Eclipse and configured the debug procedure by Sequoyah. The debugger startup needs several steps to proceed and I like to reduce it to a single command. ...
0
votes
0answers
13 views
RCP Commands- Need to dispose the UIElement in execute method for the command
The application I am working on requires that a ToolBar Item which has been implemented as a command be visible when the value read from the config file is true.
I used Visible When core expression ...
1
vote
1answer
32 views
MATLAB command for checking images on the web
I've tried the following
url=[http://upload.wikimedia.org/wikipedia/pt/c/ce/Who_Killed_the_Electric_Car.jpg];
filename = [teste.jpg]
urlwrite (url, filename)
By doing these steps, the image in this ...
0
votes
3answers
64 views
Adding a column with awk
I want to add a new column at the beggining of every row. Command used:
tree -afispugD --inodes
I want to put a new column which will be the name of the file.
Example:
119801433 -rwxr--r-- ...
0
votes
1answer
36 views
BASH let command..gives wrong result on padded numbers
The following code prints 4 as expected:
let x=21
let x=$x-1
echo $x
But the following prints 16:
let x=000021
let x=$x-1
echo $x
Could someone explain the difference?
0
votes
1answer
64 views
Cygwin commands don't work
I'm sorry that my question seems rather vague but this is the entire problem i'm facing. I tried installing an rpm package on cygwin after downloading it from the website but i always get the same ...
0
votes
0answers
145 views
Run a php script using “Create Cron Job” in linux cpanel
I want to run a php script (php file) on my server every day at a specific time. In my cpanel (goDaddy) there is a feature that I can create a Cron Job wizardly. I can define Frequency (e.g Daily, ...
0
votes
1answer
226 views
Use commands in VB6 Data Environment
I am working with vb6 project and i have a big problem.
I use data environment for my project but I can not use commands.
For example in button when I write " dataenvironment1.rsmycommand" vb can ...
0
votes
2answers
66 views
Java: Assignment in Char
I have a program and I need to understand it, but I don't understand two lines of it.
Okay so there is one-dimensional array - int [] names,
and two chars - char let1, let2.
Now, there is a command:
...
0
votes
1answer
37 views
How to connect Command with adapter pattern
I have a software module built using command pattern.(sometimes called command processor)
The commands in this processor are executed by calling external executables, tools, services, etc., for which ...
0
votes
3answers
79 views
How do you get git repos name in some git repository?
Probably this is a basic question for git. When you are working in some git directory, how can you get git repos name in some git repository? Are there any git's commands?
# I did check out bar ...
0
votes
0answers
9 views
Sort output into a CSV file
I have a command that needs to be run for each server.
So basically I have a list of 1400 servers. I need the script to pick each server, run a command against the server, then sort the output into ...
0
votes
1answer
35 views
Output results of command to SQL Server database
Is there a way of printing the results of a batch file to a SQL Server database? I have managed to print the results to a txt file but I would like to print the results to a database instead.
I need ...
0
votes
0answers
102 views
Issue running unoconv from php script with shell_exec
I am unable to use unoconv to convert a .doc to PDF from php using exec. Here is what I am trying:
$output = exec("unoconv /opt/bitnami/apache2/htdocs/=".$fileData['name']);
...
0
votes
1answer
62 views
Get SVN HEAD Revision and make Folder
I want to get the SVN Revison and make an Folder with the current Date and Revision number.
I can't figure out how to make this Folder.
My Idea was this:
cd c:\Program Files\SlikSvn\bin
set var = ...
2
votes
4answers
31 views
Get command used to start a script
How to get the command previously used to start a shell script?
for example:
nohup /script_name.sh &
Inside the script itself, how to check if "nohup" has been used?
Thanks.
0
votes
2answers
202 views
Running MySQLdump on each line of file; command not found
Performing automated database backups for starters and testing commands. I've found for performing an action on each line of a text file via BASH CLI is something to the effect of:
# while read line ...
0
votes
1answer
29 views
Check for command's existance without executing it
How can I check if a command can be successfully executed without actually executing it? For example, if i want to connect to another host using telnet connection, how do i check if telnet client ...
0
votes
0answers
21 views
Exec function make a call to a large number of processes
So, here is my simple code:
<?php
for ($i = 0; $i < 2; $i++) {
exec('php -q file.php ' . $i . ' > /dev/null &');
echo 'Pros launched... ' . $i . '<br />';
}
?>
The ...
1
vote
2answers
114 views
run multiple shell commands one by one in c#
I want to run multiple shell commands from c#. I've tried Process.Start(""); but it opens new instances for each command. I've also tried ProcessStartInfo with StreamWriter (ref.) but it doesn't work ...
0
votes
1answer
50 views
Making Python turtle commands smaller / compact
How can I make my projects code smaller? Here is a huge definition for my hangman graphics.
def joonista_mees(valede_pakkumiste_arv):
if valede_pakkumiste_arv == 0:
ht()
up()
...
0
votes
1answer
47 views
How to ensure that open command invokes main function in the Java application on Mac
I have a java application on Mac that was built in Eclipse, and bundled by using a maven plugin named osxappbundle-maven-plugin.
After I unpack the dmg file of the application, obtain an App file, ...
1
vote
1answer
48 views
symfony 2 command issue
I am trying to run a php script form the command line.
sudo vim UpdateLatestIssuesCommand.php
But its giving me the following error:
PHP Fatal error: Class ...
0
votes
0answers
62 views
Calling a windowsservice ExecuteCommand to excute a OnCustomCommand on itself?
ServiceController.ExecuteCommand in C# can be used to send custom command to a windows service. Like here - How to send a custom command to a .Net windows Service from.Net code?
ServiceController ...
1
vote
1answer
47 views
Java class return windows command line information
I am able to execute commands from the commandline with the code below. If a pass a working command to the code it processes and give me a return value. What I need is to get the response from the ...




