command-prompt Questions
2
In Windows 7, ultimately I want to bind a shortcut key (Ctrl+Alt+D) to spitting out a date-time stamp of the form 20120913 1232.
The step I'm getting hung up on is having a batch file write anythin...
Tobytobye asked 13/9, 2012 at 16:42
2
Solved
If I have this code
' Send file to Unix server via pscp
Dim Proc As New System.Diagnostics.Process
Proc.StartInfo = New ProcessStartInfo("C:\Windows\System32\cmd.exe")
Proc.StartInfo.Arguments...
Rambler asked 2/8, 2012 at 16:12
5
Solved
when I run the subl command, it just pauses for a moment and doesn't give me any feedback as to what happened and doesn't open. I am currently on windows 10 running the latest sublime text 3 build....
Wilsonwilt asked 25/9, 2016 at 20:31
3
Solved
How can I decompile a JAR (.class binary files) into .java source files from command prompt?
Neuro asked 22/2, 2016 at 21:30
3
Solved
I have a .cmd file which I call to open multiple instances of Command Prompt via:
launcher.cmd -fs
launcher.cmd -tds
launcher.cmd -fsd
Each command open a new command prompt.
So what I want to...
Saunders asked 29/12, 2011 at 11:19
1
Solved
I was reading an article on ss64 about environment variables in Windows command prompt.
Later in the article there exists a table which states environment variables found commonly in Command Prompt...
Ultrasound asked 14/4, 2020 at 11:52
2
Solved
How can i remove this black command prompt screen from the desktop when my python script is running?
I made the service.py script into exe using python 2 exe. All worked fine but when the .exe is...
Rolle asked 17/7, 2014 at 9:1
2
Solved
When I run:
source activate /anaconda2/envs/myEnv
it shows the entire directory of this conda environment in my prompt (on iterm2) as so:
(/Users/billy/anaconda2/envs/myEnv)billy@mbp:~/projec...
Pinnate asked 14/1, 2017 at 23:29
17
Solved
I'm trying to connect to mysql server command line from my windows prompt
I write the next line in cmd but i get an error.
cd C:\MYSQL\bin\
And then i execute
mysql.exe -u=root -p=admin
but...
Treponema asked 6/12, 2012 at 20:57
6
Solved
Trying to install appium on Windows using the following command:
npm install -g appium
But I am getting following error.Please give me some solutions to solve this problem.Just i downloaded appiu...
Isaisaac asked 2/4, 2015 at 1:48
3
Solved
I am running a program that utilizes Scala 2.10 for work and is not compatible with Java 8, only Java 7. In a Windows 7 command line, how can I set the java path to use Java 7 ONLY for that directo...
Domel asked 15/6, 2015 at 21:52
6
Solved
I think the answer is quite self explanatory.
I've been looking around for a software that already does this but I haven't had any luck. It's either not done in Zsh, or it's for another app, for e...
Caveator asked 20/4, 2013 at 21:42
1
I can open Angular or NativeScript or NodeJS projects in VisualStudio code by going to their directory and just type code . in the command line. So I am interested to know is there another command ...
Mercurate asked 30/7, 2019 at 7:44
3
Solved
I have a program that accepts a string parameter. I create a batch file that executes the program and a multiline string paramter. I also have a second parameter after the multiline string.
C:\>...
Purse asked 14/8, 2012 at 7:55
1
So I have been really confused about this and was wondering if someone could clarify the difference between command line, command prompt and terminal?
My understanding is that a command promp...
Featherstitch asked 1/10, 2020 at 8:43
4
Solved
Currently in my Terminal, every shell prompt looks like ComputerName: FooDir UserName$. The UserName part simply wastes too much space out of my precious 80 columns. Is there a way to suppress it?
...
Ezra asked 19/1, 2013 at 16:21
9
Solved
What is the best command to move all files from one folder to another?
I want to do this from within a batch file.
Wichern asked 20/1, 2011 at 3:10
6
Solved
Windows Command Line (or maybe PowerShell).
How can I list all files, recursively, with full path and filesize, but without anything else and export to a .txt file. Much preferably a code that wor...
Toffeenosed asked 11/5, 2017 at 0:35
3
Solved
I'm trying to make a batch file that runs syncdb to create a database file, and then create a superuser with the username "admin" and the password "admin".
My code so far:
python manage.py syncd...
Ciprian asked 16/11, 2014 at 23:43
5
Instead of showing
C:\Users\test_user\Documents\Folder\etc
show
\etc
or if possible limit it to a certain number
\Document\Folder\etc
Candracandy asked 9/6, 2017 at 21:31
0
I am running redis client (redis-cli) on Windows 7 command prompt. I am storing data in my redis cache through my Spring Boot Java application in JSON serialized form. When I print data using GET &...
Snapdragon asked 29/6, 2020 at 14:35
7
Solved
I need to execute SQL from batch file.
I am executing following to connect to Postgres and select data from table
C:/pgsql/bin/psql -h %DB_HOST% -p 5432 -U %DB_USER% -d %DB_NAME%
select * from t...
Catrinacatriona asked 19/1, 2016 at 15:18
1
Solved
I'm using Oh My Zsh with the Powerlevel10k theme.
I've installed the recommended fonts directly from the Powerlevel10k docs, updated the settings for fonts in Terminal, iTerm2, and VS Code accordin...
Timbuktu asked 28/5, 2020 at 18:33
5
Solved
How would I get total CPU Usage from Windows Command Prompt?:
Expected Output:
27%
Gigigigli asked 1/2, 2012 at 14:4
2
I just typed an example from a book in Python34 of a running Command Prompt.
but now I want to save this python program as file for future uses. Since I have never used Command Prompt before and I...
Deadline asked 28/5, 2015 at 12:3
© 2022 - 2024 — McMap. All rights reserved.