Questions tagged as 'cmd'

0
answers

Error installing Jekyll: "ERROR: Failed to build gem native extension."

A week ago I was quiet using jekyll .. I only had to install Ruby and Ruby on rails .. 2 or 3 days ago my Windows 10 updated itself and for some reason from now every time I try to install Jekyll I get:    Temporarily enhancing PATH for MSYS...
asked by 16.01.2018 / 05:17
1
answer

How can I know when I have finished executing a cmd command from vb.net?

I am working with ffmpeg and I want to execute the commands from a form (vb.net) but I would like to know how I can know when that process has finished. I am currently using: Dim Proc As New System.Diagnostics.Process Proc.StartInfo =...
asked by 29.11.2017 / 21:03
1
answer

Scrapy error is not recognized

I am trying to run a spider according to the " scrapy " library and when executing the command. scrapy runspider my_spider.py -o data.csv -t csv --set CLOSESPIDER_ITEMCOUNT=10 It signals me the following error    scrapy is not re...
asked by 14.12.2017 / 15:35
2
answers

Disable USB ports from CMD or Powershell

I'm doing a project in which, from Java, I execute commands from the CMD or Powershell to carry out certain tasks (like, in this case, disable the USB ports of a computer). I've been looking for information and what really fits what I want to...
asked by 27.02.2017 / 10:17
0
answers

I have problems installing weather on windows 10.1 last update

Console execution: Microsoft Windows [Versión 10.0.14393] (c) 2016 Microsoft Corporation. Todos los derechos reservados. C:\Users\jagal>meteor -v module.js:474 throw err; ^ Error: Cannot find module 'C:\Users\jagal\AppData\Roaming...
asked by 09.11.2016 / 19:31
1
answer

File Bat with Login problem

I have the following Script this should go within another program which I call from scheduled tasks the problem is that by double clicking on it, it tells me login Fail @echo off echo user [email protected]> ftpcmd.dat echo Clave>...
asked by 18.09.2016 / 21:26
1
answer

When I run the "help" command in Git Bash I get the error "cmd: command not found"

When I write: git config --help Git Bash gives me the error: /usr/bin/start: line 8: com: command not found     
asked by 16.02.2018 / 21:09
2
answers

Run msiexec without displaying

I want to run a msi package from a .cmd file, but I have two drawbacks: This code allows me to install the package msi , but I get the window where it asks me to press the next button and finish , also asks me if I...
asked by 24.06.2017 / 06:00
4
answers

Get PATH value in CMD (Environment variable)

Is there any way to get the value of the PATH environment variable through the command prompt? For example: REG QUERY HKCU\Environment /v PATH It throws me the value of the PATH variable of the current user (it can also be done with the...
asked by 30.07.2017 / 01:51
1
answer

problem to relate tables with foreign in laravel

I do not know why it says registry table, if registration is called my database ..     
asked by 28.08.2018 / 02:14