Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [command]

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. Use [command-pattern] for the design pattern.

-2 votes
1 answer
35 views

Is there any command that changes user privileges in cmd? [closed]

I want to change my normal user privilege to that of an administrative user using a command in Windows Command Prompt. Is there a command like the Linux sudo command? I found ways to open a Command ...
Mohammad Amin Mohebzadeh's user avatar
-7 votes
1 answer
60 views

How to replace '/' with a space in each line of a text file using a shell command? [closed]

I have a text file (input.txt) with lines that contain '/' characters. I want to replace every '/' with a space in each line of this file. Here is an example of the content: 7 47562385 47562385 ...
Kiran Kumar CH's user avatar
0 votes
0 answers
11 views

The commandButton needs to be clicked twice to call the method

I am in the process of migrating an application with JSF pages to JBoss #7.4. Started experiencing couple of issues as given below. However, my application with the JSF pages works well with JBoss #6....
Suresh Bottu's user avatar
-2 votes
2 answers
107 views

Attempting to run a Minecraft server and I keep getting Error: unable to access jarfile

I'm trying to run a minecraft server and when I type the command: java -Xmx1024M -xms1024M -jar minecraft_server.1.21.jar and I get - Error: unable to access jarfile minecraft_server.1.21.jar... I ...
ProbablyGametes's user avatar
0 votes
0 answers
20 views

SIM7000e AT Commands cannot acess all websites

I've been struggling with this issue for the past few days and haven't been able to find a solution. I'm working with an Arduino Mega, a SIM7000E shield from DFRobot (link: https://www.dfrobot.com/...
tarm's user avatar
  • 1
0 votes
0 answers
5 views

UserForm 1 run comand button is affecting UserForm 2 combo boxes

I am looking for some help,I have created two user forms and inside there are several combo boxes to handle some Excel data. First user from is to input the data into the sheet and second is to select ...
Maurício Santos's user avatar
1 vote
1 answer
77 views

Pipeline input to executable with PowerShell with Error � character is added to the command when executing the AzurePipeline powershell Task

I am trying to run the below line in the Azure pipeline Powershell script. - task: PowerShell@2 displayName: 'Run test sequence' inputs: targetType: 'inline' script: | Write-...
Tom's user avatar
  • 53
0 votes
1 answer
44 views

'django-admin' is not recognized as an internal or external command, operable program or batch file [duplicate]

Yesterday I installed Python and added it to PATH. Then I created a virtual environment using virtualenv. I then activated the environment and pip-installed django (using pip install django) and ...
Mahdi Shirazi's user avatar
-1 votes
1 answer
15 views

Jars are not printing from internal url

I am building my maven project with updated setting.xml which not contain any public URL which have some internal URL to our company what i want is i want to run the build and want to print the what ...
punit jain's user avatar
-1 votes
0 answers
46 views

How to start new termux session with a command from the command line?

I know a command to start new termux session with cmdline: am startservice -n com.termux/.app.TermuxService -a com.termux.service_execute But how to start it with a command/commands, like using cmd /...
Duck's user avatar
  • 15
1 vote
2 answers
59 views

gnuplot storing command output to a variable

How do you save the output from a gnuplot command into a (string) variable? For example, I need to know the current xdata format setting in a "call"ed helper script, but I cannot recall ...
mjp's user avatar
  • 105
0 votes
1 answer
11 views

how to keep a command window open after run a batch file?

When I run a compilation command from batch file, the command did execute but after it completed, the command window close immediately I'm expecting the result shows in the command window after ...
zarul_88yahoocom's user avatar
0 votes
0 answers
10 views

send equivalent of headphone music control command with react native app

I would like to send the same commands as the headphones to change music, pause... but with my react native app do you know a module for this please? I can't find an audio module that does this, i ...
launchcake inc's user avatar
0 votes
1 answer
63 views

problem deleting Item in collectionView .NET Maui

I´m trying to delete an object named SelectedOrder in TableData of my viewmodel. Binding works perfectly but when I tapped de Item to be deleted, in my viewmodel the variable SelectedOrder is null ...
hugo vazquez's user avatar
-5 votes
7 answers
173 views

Replace delimiter in the file

Let's take "apple" , "tomato,potato", 100, 250, "banana" is my data I want replace the outer delimiter i.e. , which is same as inner delimiter. Ultimately, want my data ...
Phantom's user avatar

15 30 50 per page
1
2 3 4 5
718