Questions tagged as 'cmd'

0
answers

"python" is not recognized as an internal or external command, program or batch file executable

I have an error and I do not know how to solve it. When I try to execute the python command this error appears in the cmd "python" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. I have a...
asked by 11.05.2018 / 15:07
1
answer

How to handle text efficiently in scripts cmd windows

I'm looking for a way to manipulate a text file using a batch file script (.bat) Apparently cmd does not have much power for these tasks, so I have been doing some research on the Internet and I have found some things that I do not understand...
asked by 17.05.2018 / 13:46
1
answer

Embed windows or .cmd commands in a python script

I made a .cmd file that runs a specific windows program. But I wrote the full script in Python. How do I embed the .cmd or that code in python?     
asked by 26.04.2018 / 01:56
1
answer

Copy folder from a local server with php

Good day, I am able to copy the files contained in a folder located on a local server to my pc with the command prompt (attached image) Could I do what I'm doing in cmd with php code?     
asked by 24.04.2018 / 05:36
0
answers

Run a PowerShell script with multiple parameters

I have a script that I need to run on the server from the client, which I do using Invoke-Expression to execute a WMIC command. em> and create a process " cmd / c ". On the server I have the script and one of its parameters receives...
asked by 01.04.2018 / 18:28
0
answers

Uninstall DLL with regasm

I am trying to install / uninstall DLL to install an update of the DLL but it does not update it even if I restart, it remains the same and I have tried changing the name to the new one and removing the old one but still when I am going to erase...
asked by 19.02.2018 / 10:21
1
answer

Composer command opens new window cmd

In the console of windows 7, every time I execute a command in the console, a new window is opened to execute it and when giving the corresponding result it closes automatically. Example: composer search paquete A new window opens but I...
asked by 04.02.2018 / 18:46
1
answer

How to create a Direct Access to an FTP address with a bat file (or VB.NET code)?

What I want to do is a direct access to an FTP site, for users to run the .Bat and automatically create Direct Access on their desktops and open the FTP site with Windows Explorer. I hope you can help me. Edit: I can also use a code in VB....
asked by 03.02.2018 / 00:28
1
answer

Send attachment from cmd

How about. I have a file that I must rescue in a machine in which the only way I could enter is by command line, so I want to know is how to send me that file by email or copying the file from one IP to another, or some other option where you ca...
asked by 05.02.2018 / 22:38
0
answers

How to disable contextual menu within cmd?

Look what happens is that you create a .bat that creates a contextual menu activated by the right click, but in doing so the typical menu comes out ... Complicating things I need QUICK EDIT to DEACTIVATE because if it is not, the .ba...
asked by 26.01.2018 / 19:17