command-prompt Questions
5
Solved
I'm getting creative with my prompt and on part of it I'm trying to do the following:
└→
Though it looks better than this, even in the console it has a small gap.
Does anyone know of an arrow ...
Imprecision asked 30/11, 2016 at 19:58
21
Solved
I want to install a Windows service using a Windows command prompt (not the Visual Studio command prompt).
How do I do this?
Calvaria asked 17/11, 2011 at 9:32
20
Solved
How can I grant permissions to a user on a directory (Read, Write, Modify) using the Windows command line?
Cadastre asked 28/5, 2010 at 11:59
7
Solved
How do we extend a command to the next line?
Basically what's the Windows alternative for Linux's:
ls -l \
/usr/
Here we use backslashes to extend the command onto the next lines.
What's the equiv...
Stadiometer asked 3/3, 2009 at 9:22
4
I need to find the files in a directory that have specific strings, using Windows CMD prompt.
E.g., I need to find the files that have a string like this:
<h1>Select an Item</h1>
Jujutsu asked 23/10, 2014 at 21:17
8
Solved
I had set proxy settings in cmd when I was in a proxy network as follows:
set http_proxy=http://username:pass@hostname:port
set https_proxy=https://username:pass@hostname:port
Now that I am on a...
Racism asked 22/5, 2015 at 21:28
6
Is there a way to just open a VS project from the command prompt? For example, the way with Atom, you can navigate to the folder you'd like to open and just run "atom ." Does that kind of utility e...
Feminism asked 1/6, 2016 at 21:59
7
Solved
I saw a tutorial that said to run this:
C:\mongodb\bin\mongod.exe --config C:\mongodb\mongod.conf --remove
but that command does not work since there is no mongod.conf file in the mongodb folder...
Spancel asked 4/8, 2017 at 1:48
7
There is a need to quickly open the current directory from the command prompt.
I know that there is a command explorer.
But to enter the full path to the directory is very inconvenient.
For exam...
Crabstick asked 2/10, 2015 at 11:56
6
Solved
I would like to evaluate
var foo = "foo";
console.log(foo);
as a block, instead of evaluating line by line
var foo = "foo";
undefined
console.log(foo);
foo
undefined
Is there a simple way to...
Marcmarcano asked 23/3, 2015 at 5:39
9
Solved
How can I connect to SQL Server from command prompt using Windows authentication?
This command
Sqlcmd -u username -p password
assumes a username & password for the SQL Server already setup...
Adjacency asked 21/3, 2014 at 6:49
3
I opened an SQL Shell (psql) and entered my information: username, port, host, database and password.
Then the name of the database popped up like so
Testing_Database-#
Then I attempted to dump...
Propose asked 4/10, 2016 at 14:12
3
Solved
I am on Windows 10.
I installed the "pylint" package with the command pip install pylint --user and it successfully got installed.
But when I try to run the command in command prompt,I am...
Azurite asked 14/8, 2020 at 17:24
19
Solved
I am writing a batch file to execute some other programs. In this case I need to prompt for a password. Do I have any way to mask the input text? I don't need to print ******* characters instead of...
Eclecticism asked 20/3, 2009 at 4:14
4
I installed anaconda into my computer using python. After I install the software, I found there is one program called anaconda prompt.
What is the difference between anaconda prompt and command pr...
Attired asked 23/6, 2016 at 13:33
7
Solved
EDIT
If you want to perform any task at computer startup or based on an
event this is very helpful
http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/how-to-schedule-co...
Weariful asked 1/7, 2013 at 12:8
17
Solved
How do you compile and execute a .cs file from a command-prompt window?
Coronado asked 16/2, 2009 at 12:20
6
Solved
So in Bash you just configure PS1 to add colors to your prompt. I'm talking about the prompt proper, not the color of the foreground (text) or the background. And it's really easy in Bash and it he...
Amann asked 9/6, 2011 at 17:47
7
Solved
Is it possible to get version installed chrome version using command prompt in windows?
Tried,
"C:\Program Files\Google\Chrome\Application\chrome.exe" -version
"C:\Program Files\Google\Chrome\A...
Atkinson asked 15/6, 2018 at 18:24
14
Solved
I'm trying to compile some java (learning java currently), and to do so I need to change command-prompt's directory.
C:\...\Admin> cd D:\Docs\Java
C:\...\Admin> cd
C:\...\Admin
It doesn't ch...
Dynast asked 16/6, 2012 at 17:4
12
I have 3 jar files and a .java file that depends on these jar files. How do I compile the .java file with these jar files using a command prompt?
Sitton asked 22/2, 2012 at 12:57
4
I am using multiple git accounts from the same computer. I want to change settings for the accounts. Searched google, but wasn't able to find the command that helps to open the config file.
EDIT :...
Obtrusive asked 28/8, 2015 at 12:4
3
Solved
I'm creating a hello_world.txt in the desktop using echo in command prompt and this is my input.
echo hello world > C:\Users\user\Desktop\hello_world.txt
The first code works, then I try %user...
Sacking asked 10/6, 2015 at 12:23
4
Solved
I've recently been using the SendKeys function using Batch script.
I've understood how to input certain keys into a window, such as the tab key:
%SendKeys% "{TAB}"
Or the backspace key:
%SendK...
Michelemichelina asked 16/8, 2018 at 1:29
24
Solved
How do I change default startup directory for command prompt in Windows 7?
I usually do the following to start command prompt from C:\
WIN-R (Run Prompt)
cmd /K cd C:\
I want to do the follo...
Dian asked 4/2, 2011 at 8:32
© 2022 - 2024 — McMap. All rights reserved.