command-prompt Questions
3
Solved
I like python in interactive mode when on linux. However on cygwin, the interactive mode doesn't start. I don't see the ">>>" prompt and whatever I enter doesn't result in anything.
Solved: I figu...
Plica asked 12/1, 2012 at 19:29
2
Solved
I realized that every time I run the ng serve then I can't use anymore the command prompt. It's mean - it's not allows new commands.
What's the reason and how can I fix it? It's mean, let's say I ...
Beery asked 7/1, 2018 at 6:3
0
in node, thanks to child_process , I manage to launch visual studio .
var vsExe = '"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\devenv.exe"';
let commande...
Greece asked 23/3, 2020 at 11:23
1
Solved
When I click and select texts on PowerShell and Command Prompt, running tasks always be paused. How can I avoid this?
I'd like to avoid accidental stopping tasks by unexpected mouse control. ( I j...
Lands asked 8/3, 2020 at 2:8
4
Solved
How to get the output of the command prompt which means i have opend a command prompt like this.
Process process = Runtime.getRuntime().exec("cmd /c start cmd.exe /K \"C:\\Editor\\editorTemp.exe\"...
Amari asked 26/7, 2015 at 9:15
5
I am new to angular 2 and I am trying to create a new project in E drive. I am using node.js command prompt for this.
When I just run ng new myapp , it automaticlaly creates project in
c drive but...
Lueluebke asked 3/5, 2017 at 10:42
2
Solved
Have a job which takes around 1/2 minutes to finish, now trying to run this job through the command line just goes on forever and doesn't finish. It doesn't look like I get any errors from this eit...
Imagism asked 19/12, 2019 at 14:7
1
I installed PostgreSQL on my laptop today (running Windows 10) and I am trying to get started learning SQL. The PostgreSQL Installation Tutorial said to try connecting using command prompt, by open...
Unlearned asked 10/7, 2017 at 20:55
1
I need to run a series of commands in command prompt and I want to automate this process. I can run a command in command prompt using Python code:
import os
os.system("start /B start cmd.exe @cmd ...
Towhaired asked 30/4, 2019 at 11:54
4
I have a program where I record data through an ADC system from National Instruments (NI).
The device buffers information for some time, and then the program collects the buffer data at some point...
Swordfish asked 12/2, 2013 at 17:9
4
Solved
I am developing a small shutdown scheduler project in which i have to put the computer in "Stand By" mode. The command that i am using is
Runtime.getRuntime().exec("cmd /c Powrprof.dll,SetSuspendS...
Emeldaemelen asked 30/1, 2013 at 4:15
5
Solved
I have a query that I wrote in SQL server that will be run mainly by people who don't know SQL, and there are two areas that have to have a different string or date entered each time the query is r...
Corselet asked 25/6, 2015 at 13:34
3
Solved
I am implementing a script in powershell and getting the below error. The sceen shot is there exactly what I entered and the resulting error.
At this path there is file Get-NetworkStatistics.ps1 w...
Guzzle asked 11/6, 2014 at 6:54
3
Solved
Background
Async/Await facilitates responsive applications in .NET by automatically creating a "state machine", allowing the primary thread of an application to remain responsive even while perfor...
Siderosis asked 20/8, 2019 at 18:28
6
Solved
I am on windows xp,
Is there any way to maximize my cmd.exe window?
I am doing some mysql and it is so difficult to read results of my queries in such a small window.
Why maximize does not reall...
Vasos asked 11/9, 2009 at 5:0
1
Solved
I have a script that sits in Program Files folder and accepts arguments: verbose and restart
Running it from its folder works perfectly:
powershell ./<file.ps1> -verbose:$True -restart...
Gayomart asked 10/8, 2019 at 9:51
1
Solved
How can I open command prompt with specific directory using Python?
I could just run command prompt using Python but I'm unable to open with specific directory.
import os
os.system("start cmd")
...
Qktp asked 1/8, 2019 at 10:45
4
Solved
please tell me how to build apk files of a project without the use of ECLIPSE ide. i found some infos about using a batch file but i don't know how to remake it.
echo on
SET PREV_PATH=%CD%
cd /d...
Rayner asked 1/10, 2012 at 5:1
3
Solved
I'm trying to start visual studio 2010 from command prompt using 'RUNAS' so that I can run it as a different user. I ran the following command:
runas /profile /user:myPCName/SomeUserName "C:\Progr...
Durazzo asked 18/5, 2010 at 16:42
1
Solved
I want to add current time on git command prompt. with keeping the same actual parameters.
How to do it like the following image.
Draughts asked 23/6, 2019 at 11:3
12
Solved
I have a Virtual Machine in Virtual PC 2007.
To start it from the desktop, I have the following command in a batch file:
"c:\program files\Microsoft Virtual PC\Virtual PC.exe" -pc "MY-PC" -launch...
Commit asked 30/9, 2008 at 17:21
2
Solved
java -XshowSettings:properties -version | findstr "java.home" doesn't work, because it prints multiple lines.
Besse asked 6/3, 2019 at 19:54
1
Solved
If you launch Visual Studio Code from the command line, entering "code", the command line(terminal) process and the vsc process becoming linked. vsc log entries are written to the terminal. The ter...
Numbles asked 14/5, 2019 at 16:28
2
After the default Graphlab Install executable failed, I'm now trying to install Graphlab using the command prompt. Step-by-step tutorial on how to do it can be found here.
When running the line
...
Noh asked 12/9, 2018 at 3:38
13
Solved
I'm trying to use a batch file to confirm a network connection using ping. I want to do batch run and then print if the ping was successful or not. The problem is that it always displays 'failure' ...
Salutary asked 17/2, 2012 at 14:12
© 2022 - 2024 — McMap. All rights reserved.