Questions tagged as 'cmd'

1
answer

Problems executing ipconfig command from VBScript

I'm having a problem trying to execute a command from VBScript that works correctly from the command line. From CMD I successfully execute:    ipconfig / all | find / i "DHCP Server" But from VBScript if I execute the following:...
asked by 01.11.2018 / 15:09
0
answers

Extraction of images with Script as to do?

Someone knows how I can extract images with a script from a folder or path, having an excel list with its respective name, but if I want to extract only 5 because in the script I should have the 5 names and so on without having to extract all or...
asked by 25.10.2018 / 21:51
1
answer

Could not open input file

I'm starting in laravel but I get the error Could not open input file: I'm in windows, I tried it as administrator, in xampp, but the error continues, in both cases within the laravel folder and nothing.     
asked by 22.10.2018 / 16:31
2
answers

I have a problem linking several variables in BATCH (cmd) with the "&" symbol

This is the problem: set /a var1= %todo% & echo %linea%>>%exename% set todo= %var1%' What I want is that %var1% contain all the information above, and then pass it to %todo% This is mostly that and the &...
asked by 15.10.2018 / 18:55
0
answers

execute cmd from pstool with several parameters

In my work I have to enter multiple hosts and execute wmic commands to get information from each computer using PSEXEC from pstool. An example of the command that I have to enter to connect is the following: psexec \HOST cmd.exe This is...
asked by 12.10.2018 / 19:13
1
answer

create a multi program installer with chocolatey

There is some way to create a multi installer programs through chocolatey, create in a file .bat or .cmd where to install install chocolatey and often start installing a list of previously created programs, and install the latest version of each...
asked by 04.10.2018 / 23:29
0
answers

Access denied with Psexec

Good I have the following question at the time of testing with psexec on my pc this works perfectly but when done with another PC that is in local network I get denied access and search the internet and I can not find a solution, I already deact...
asked by 02.09.2018 / 18:43
0
answers

Doubt about CMD for the start of windows programs

I was recently asked to do a small program in a CMD batch file that would automate the start of Windows programs so that when the computer starts, immediately start the programs. programs that are in the file .bat , the problem is that...
asked by 28.08.2018 / 03:56
0
answers

how to pass script from sqlite3 to shell script?

My query is as follows: I open a .db file from the cdm of sqlite3, with some queries and I want that same code to be executed as a script from the powershell, so I can create an automated process to execute it in certain time of day. Is th...
asked by 28.08.2018 / 17:19
0
answers

Print a document using macro in windows

code: WINWORD.EXE /p "C:\Users\Angel\Desktop\hola.docx" /mActiveDocument.PrintOut I would like to know how I can send a document to print using a macro in Word. Executed from the CMD or Run (Windows + R) reference: ActiveDocument...
asked by 19.08.2018 / 05:35