Questions tagged as 'cmd'

1
answer

Can a path whose name contains blank spaces be formatted in CMD?

The problem is that I need to execute a command in CMD, but since the paths of the files I search in Windows contain blank spaces, it requires me to use double quotes ("") to separate the paths. When I call it from C # I try to "escape" the p...
asked by 22.03.2018 / 02:01
2
answers

Error using 'bundle install'

I will use a Style Guide, on its GitHub ( link ) says to install it you must do the following: git clone [email protected]:lonelyplanet/rizzo.git && cd rizzo cp .ruby-version.example .ruby-version cp .ruby-gemset.example .ruby-gemset cd ....
asked by 14.04.2017 / 18:05
3
answers

Manipulate files with Batch

I want to make a BackUp of a folder with all its files, called "DATA", and make a Backup, every time that it runs in a .BAT file, it is backed up.     
asked by 26.05.2017 / 22:38
1
answer

How can I execute actions of a program by putting a '-' [closed]

I was wondering how the compilers like GCC or Java could execute different actions just by putting a '-' . e.g: or also in gcc is the same EDIT: I quote the example of gcc, not because I want to implement...
asked by 18.12.2018 / 21:56
4
answers

How to get result of openssl command in .txt file

Someone knows how to get the result of the following command: openssl x509 -noout -modulus -in file.pem in a .txt file. The command works well when I execute it both in the console and in the php exec function, which is not how to get its resu...
asked by 20.04.2016 / 19:16
1
answer

Error filling an input in powershell with ie?

It seems that the data of the page does not arrive to me, this one opens to me, but it says to me that the value is null. I've tried with id and neither, I'm in version 5.1 of power shell. This is the code: clear-host $ie = n...
asked by 10.04.2018 / 20:53
1
answer

CMD does not recognize tsc -v (TYPESCRIPT) command

Very good. I'm trying to install Angular CLI. I installed node and npm, and I thought I had also installed typescript, but when I check if it has been installed through the command tsc -v I get the following message: "tsc" no se recono...
asked by 14.08.2018 / 21:37
1
answer

Check if there is a mysql server on the network with CMD?

I'm trying to create an installer with Inno Setup which installs a Server or Terminal from a point of sale, the problem is that when I install a terminal I need to verify if the database exists in the specified Host (Server) to be able to mov...
asked by 20.07.2017 / 00:46
1
answer

Execute a .jar file from a batch script

It turns out that in the CMD it allows me to execute the following command: C:\Users\Kevin\Desktop\Codigo\LibGDX\libgdx-nightly-latest\java -cp gdx.jar;gdx-natives.jar;gdx-backend-lwjgl.jar;gdx-backend-lwjgl-natives.jar;extensions\gdx-tools\gd...
asked by 02.05.2017 / 15:20
1
answer

"UnicodeDecodeError" when starting the python shell on the Windows cmd

Good day, I have a problem when initializing the python shell in the Windows cmd, less than a day ago it worked perfectly, but suddenly, when I wanted to start the Python shell inside the Windows cmd with the command "python" ", it shows me the...
asked by 07.11.2018 / 17:59