Skip to main content

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
2 answers
53 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
15 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
4 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
74 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
43 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
38 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
57 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
10 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
61 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
171 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
0 votes
0 answers
11 views

Search for specific content in a file present in multiple sub folders - Linux

I have a 'feature_config.json' file which holds flag values for multiple features, something like this: "feature1": { "enabled": true } "feature2": { "...
AliZaidi's user avatar
1 vote
0 answers
48 views

"ERROR: Unable to retrieve device list!" - when accessing libimobiledevice build from the C# .NET MAUI app from Macbook Silicon chip

I can access the device UDID list from the terminal and also from the C# Console application. But, when i try to execute the binary file from the C# .NET MAUI application, I am unable to access the ...
uhsnx's user avatar
  • 21
0 votes
0 answers
29 views

Issues accessing RHEL 9 from tssh component on talend

When connecting to rhel9 server by tssh component on Talend i am facing below error : Exception in component tSSH_3 (sample_ssh) java.io.IOException: There was a problem while connecting to ...
dev_code's user avatar

15 30 50 per page
1
2 3 4 5
718