Skip to main content

Questions tagged [command-prompt]

The command prompt is the string of text that a command-line interpreter displays to you, the user, to prompt you for input in interactive mode. For programs with textual user interfaces in general, not specifically addressing their prompts for user input, see either the CONSOLE-APPLICATION (Microsoft Windows) or TERMINAL (Unices, MacOS 10, and Linux) tags. See COMMAND-LINE or SuperUser for commands invoked by command lines at a command prompt.

command-prompt
0 votes
0 answers
14 views

Windows "Access Denied" Error When Running any Modules

I am getting am "Access is Denied" error in Windows when trying to pip install or access any of my pip installed modules. I am able to install modules with python -m pip install but then I ...
Japhy's user avatar
  • 45
1 vote
1 answer
29 views

Problem with PSQL encoding of french in Windows cmd prompt

I've been struggling with PSQL and encoding in Windows cmd prompt for a while now and although I managed to make it work about 4 times with 4 different databases, it seems that every time the problem ...
Randomer's user avatar
1 vote
1 answer
43 views

How to install .NET Core console app on Windows to get executed directly from command prompt

I have developed simple .NET Core 8.0 console application (app name: opengate.exe). To run this app, I have to locate the folder first on the command prompt then I can run the opengate.exe. I want ...
Neeraj Kumar Gupta's user avatar
0 votes
1 answer
36 views

How to get Java console scan 2 strings separated by TAB key

I cannot type the TAB key into the console for 2 strings separated by the tab key, i used the split method but it didn't work. The Java console does not accept the TAB key. Here's a snippet of my code ...
Sơn Trần's user avatar
1 vote
1 answer
49 views

Uploading and downloading files to and from a HPC

I am using Compute Canada's HPC cluster and want to download files from the cluster to a local directory. I referred to Uploading and downloading files to and from a HPC for instructions and entered ...
JakeB's user avatar
  • 11
0 votes
0 answers
26 views

Failed to build pyHook3 during installation on windows 11

I'm trying to install pyHook3 and getting the following error: > pip install pyHook3 Defaulting to user installation because normal site-packages is not writeable Collecting pyHook3 Using cached ...
That one noob coder's user avatar
0 votes
1 answer
64 views

Windows can’t find Python3.12 wheel.exe.deleteme

python -m pip install -U pip --user After running this command shows the warning Installing collected packages: wheel, setuptools, pip WARNING: Failed to write executable - trying to use .deleteme ...
Mani Shravan's user avatar
-1 votes
1 answer
38 views

Error message while running a Python file on Command Prompt

I am reaching out due to an error message rendered while running a file on command prompt with Python. When typing this: "C:\Users\ibrah\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\...
IbraProjects's user avatar
0 votes
2 answers
93 views

"[Errno 22] Invalid argument" while trying to run a .py file on Windows

I am reaching out due to an issue while trying to run a ".py" file on Windows 11. After entering this on the command prompt: py \C:\Users\ibrah\AppData\Local\Programs\Python\Python3.12\...
IbraProjects's user avatar
0 votes
0 answers
81 views

Why doesn't this Powershell 2.0 script properly title the generated command prompt windows?

This script is intended to create 3 command line windows that repeatedly display ping results to three specific IPs on an intranet network so the status of each connection can be monitored at a glance ...
Brandon Heath's user avatar
1 vote
0 answers
55 views

Is Bash 3.2's PIPESTATUS + PROMPT_COMMAND broken?

I've been trying to expand my old Bash(3.2+) prompt that checks $? and reports bright red error blocks to also include "${PIPESTATUS[@]}" ... But from what I've been able to tell with the ...
DouglasDD's user avatar
  • 405
0 votes
1 answer
25 views

flutter not recognized by command prompt

I'm just installed android studio, and I tried setting my environment variable several times. I even put it under the System Variables list as well as the User variables list. Please Help. I am on a ...
Anisa S's user avatar
0 votes
0 answers
45 views

Multiple errors when compiling FnF

the problem/error I keep on getting I believe my earlier question wasn't clear enough. I kept on getting these errors, before these, I had an error called Tea Call, which I went into the game's ...
lemoniee's user avatar
0 votes
0 answers
41 views

Searching in Windows 11 command prompt when symbols

I want to search in Windows 11 command prompt. I first connect to SSH, then I want to search for: $_POST['wpforms']['id'] or ['wpforms']['id'] It does now work when using...: grep -Ri "['...
user23427046's user avatar
0 votes
0 answers
24 views

How to display the current directory in VSCode Remote terminal prompt in Linux?

I am using VSCode Remote to connect to a Linux server, and my terminal prompt only shows a single $ symbol. I want the prompt to display the current directory as well. I have tried setting the PS1 ...
顾伟正's user avatar

15 30 50 per page
1
2 3 4 5
282