Questions tagged [command-execution]
19 questions
0
votes
1 answer
How to execute a jar from pom.xml
I want to create a build info file into the specific location of the project's target folder (especially in target/abc_project/META-INF folder) through maven-2.
Following is what I am doing in the pom.xml
…

deejay
- 575
- 1
- 8
- 24
0
votes
2 answers
Some commands hang my Ruby web app
I'm playing around with Rails & Sinatra, and I want to execute commands on the server. Those commands are entered from a form. The thing is, if I enter a command which expects input, my whole app hangs. Here's the code I'm using to execute…

Geo
- 93,257
- 117
- 344
- 520
0
votes
1 answer
How to write a python script that can get and execute python commands?
I'm pretty new to Python. I'm trying to modify a script so it will run in an infinite loop, will get Python code lines from the console and will execute the Python code lines.
I'm talking about something that can do the following example:
Shell>…

Gur Arie
- 5
- 3
-2
votes
1 answer
C# WinForm Sql Connection & Command Execution
I soon have to start a project that takes that I'll create a program allowing a user to create a server for a game I'm building. The server program will, in addition to other things I'm working on, have to update player's information onto the…

Kfir Eichenblat
- 449
- 2
- 8
- 27