command-prompt Questions

2

Solved

I would like to open WebStorm from the command line. My goal is, when I have navigated to the right directory on my PC, to use a command, which opens the current directory as a project in WebStorm...
Kerbstone asked 31/10, 2016 at 10:40

8

Solved

I'm using cmd.exe (C:\WINDOWS\System32\cmd.exe) and I have to change my current directory to "D:\temp" i.e. temp folder in the D drive. When I try to cd nothing happens. C:\> cd D:\temp C:\&g...
Elman asked 19/7, 2013 at 19:25

4

I want to update group policy in windows server using command line. I don't want programatic way. I read this & this, and then tried delete registry keys based on the mapping of group policy an...
Babul asked 3/10, 2016 at 14:30

13

Solved

I'm trying to use the command prompt to move some files, I am used to the linux terminal where I use ~ to specify the my home directory I've looked everywhere but I couldn't seem to find it for win...
Griffin asked 10/2, 2012 at 14:4

6

Solved

I haven't been able to figure out what the >>> does, even though I often see it often in source code.
Nightfall asked 7/5, 2013 at 13:16

10

Solved

I have the following batch file: @echo off REM Starts a chrome browser with multiple tabbed sites C:\Users\UserName\AppData\Local\Google\Chrome\Application\chrome.exe "site1.com" "site2.com" But...
Headstock asked 15/1, 2013 at 23:27

14

Solved

I have two files in the same folder that I'd like to run. One is a .txt file, and the other is the program shortcut to an .exe. I'd like to make a batch file in the same location to open the text f...
Floppy asked 11/7, 2011 at 23:12

3

The Windows command prompt (cmd.exe) has an optional /s parameter, which modifies the behavior of /c (run a particular command and then exit) or /k (run a particular command and then show a shell p...
Chigger asked 26/3, 2012 at 5:20

6

Solved

I know that command line interfaces like Git and others are able to hide input from a user (useful for passwords). Is there a way to programmtically do this in Java? I'm taking password input from ...
Attune asked 30/5, 2012 at 15:31

14

Solved

How exactly do I run a .java TestNG project from a command line? I have read through the TestNG documentation, and tried the following to no avail: C:\projectfred> java org.testng.TestNG test...
Wort asked 10/8, 2012 at 6:51

12

In Ubuntu ftp -p for passive mode works fine. How do I do the same in Windows? I tried with quote pasv but I am getting following error: 230 OK. Current restricted directory is / ftp> quote...
Dewy asked 5/9, 2013 at 18:35

6

Solved

When I open a Visual Studio command prompt (for example, opened with menu Start -> Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Visual Studio 2008 Command Prompt), I get: Set...
Hexahedron asked 14/7, 2009 at 13:51

6

Solved

I have four text files A.txt, B.txt, C.txt and D.txt I have to perform a series of vim editing in all these files. Currently how I am doing is open each files and do the same vim commands one by on...
Grandpa asked 23/4, 2014 at 5:1

6

I'm currently using the serve script to serve up directories with Node.js on Windows 7. It works well in the MSYS shell or using sh, as I've put node.exe and the serve script in my ~/bin (which is ...
Psychologist asked 25/7, 2011 at 14:55

3

Solved

I am using the following command to generate a certificate: makecert.exe" –sv cnName.pvk -n "cn=cnName" cnName.cer -r -eku 1.3.6.1.5.5.7.3.1 pvk2pfx -pvk cnName.pvk -spc cnName.cer -pfx cnName.pf...
Eponymy asked 13/10, 2015 at 23:56

10

Solved

From the command prompt, how can I get the friendly display name (that is, "John Doe" instead of "john.doe") of the domain user that is currently logged in?
Derekderelict asked 18/10, 2011 at 15:19

4

Solved

While configuring VSTS agent locally through command prompt with admin privileges, i've encountered the error below The local machine's clock may be out of sync with the server time by more tha...

4

Solved

I want to use pytesseract for ocr. So installed it. But before that i needed to install tesseract-ocr. I am using windows 8.1. I opened the command line and ran the command pip install tesseract-oc...
Forceful asked 17/6, 2018 at 12:14

2

Solved

I would like to know if there is any way to achieve this behavior on windows, for example: /b?n/ca? /etc/pa??wd -> executes 'cat /etc/passwd'
Spaulding asked 30/5, 2022 at 12:59

2

Solved

I'm just trying to show the current branch of the git repository I'm inside (if available) by using vcs_info. The relevant portion of my .zshrc file is as follows: autoload -Uz vcs_info zstyle ':vc...
Papageno asked 4/6, 2019 at 18:3

5

Solved

Before you say its a duplicate question, please let me explain (as I've read all similar threads). My application has both of these settings: procStartInfo.CreateNoWindow = true; procStartInfo....
Anastasius asked 9/8, 2010 at 12:47

6

Solved

To clear the SQLite console screen I tried cls, .cls, cls; and .cls; but no luck. Is there no cls command in SQLite?
Hendiadys asked 6/2, 2014 at 23:33

3

Solved

I am trying to start elasticsearch as a process and stop it without closing the command prompt. For creating a new process, I am using: C:\Users\User1\Desktop\Work\ElasticSearch\elasticsearch-1.3....
Tribble asked 20/8, 2014 at 17:5

3

Solved

While pushing on a remote repository using git bash, my password is required and asked. This is not a problem. The issue is that I was used to just type my password into the git console, but then ...
Boredom asked 20/1, 2016 at 17:17

2

Solved

I'm trying to download and install Cassandra on Windows 10 by downloading and extracting the tar file. I have made sure to initialize new environment variables CASSANDRA_HOME and I have also update...
Wilding asked 27/5, 2021 at 19:45

© 2022 - 2024 — McMap. All rights reserved.